.content {
	width: 650px;
	height: auto;
	margin-left: 250px;
	margin-top: 0px;
	padding-top: 50px;
	font: x-small/1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	top: 0px;
}
.head {
	font: bolder small "Courier New", Courier, monospace;
	text-transform: uppercase;
}
img {
border: 0;
}
#logo {
    padding-left: 15px;
    margin-right: 0px;
    position: fixed;
    top: 24px; /* added to avoid the IE bug */
    left: 8px; /* added to avoid the IE bug */
    float:left;
    z-index: 1000;
    border-style:none;
}
.menu {
	font: x-small/1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
	overflow: auto;
}
.menuWork {
	padding-left: 25px;
	float: left;
	left: 10px;
	position: fixed;
	top: 130px;
	overflow-y: auto;
	}


/* --------------------------------------- start logo link style --------------------- */
.logo a:hover {
	background:none;
}

/* --------------------------------------- start about link styles --------------------- */

.about a, .about a:hover {
	background-color: #03f1fa;
	color: #000;
	font: x-small/1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
/* --------------------------------------- start page link styles --------------------- */

.pages a:hover {
	background: #03f1fa;
	font-style: none;
	font-size: x-small;
}

/* --------------------------------------- start leftNav link styles --------------------- */

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000;
	background : #ff71e3;
	font-style: italic;
	font-size: medium;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	background : #000000;
	font-style: italic;
	font-size: medium;
}

/* ---------------------------------------form styles ------------------------------------- */

table.form label { font: x-small/1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#3c3c3c;}
table.form td span { font: x-small/1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif; }
table.form td samp { font: x-small/1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif; }

table.form input { width: 450px; }
table.form input.answer { width: 53px; }
table.form textarea { width: 450px; height: 160px; }

table.form input.inp-text, table.form input.answer, table.form textarea
{ border: 1px solid #909090; padding: 2px; }

table.form th.message-up { vertical-align: top !important; }

table.form label.invisible { visibility: hidden; }

table.form td.submit-button-right { text-align: right !important; }
table.form input.submit-text { font: bolder small "Courier New", Courier, monospace;
	text-transform: uppercase;; letter-spacing: 1px; width: auto; }





	

