body {
	margin: 0px;
	padding: 0px;
	background-color:#F5F5F5;
}
#main {
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	color: #333333;
	text-align: center;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #393534;
}

#email{
	text-align:right;
	left:732px;
	position:absolute;
	text-align:right;
	top:163px;
}
#header {
	width: 100%;
	height:185px;
	margin: 0px;
	padding: 0px;
}
#left {
	background-color: #3B3738;
	float: left;
	width: 185px;
	margin: 0px;
}

#mainmenu {
	width: 176px;
	margin: 0px;
	padding: 5px;
}


#mainmenu li {
	list-style-type: none;
	text-align: right;
	line-height: 25px;
	height: 25px;
	font-size: 90%;
	width: 99%;
}

#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 99%;
	display: block;
}
#mainmenu a:hover {
	display: block;
	width: 99%;
	background-color: #F2B800;
	color:red;
}

#content {
	background-color: white;
	padding: 0px 10px 10px 10px;
	float: left;
	width: 564px;
	text-align: left;
	height:100%;
	height: expression( this.scrollHeight < 377 ? "377px" : "auto" );
	min-height:377px;
}

#content a {
	color:#000066;
	text-decoration:none;
}

#content a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#footer {
	font-family:Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 85%;
	clear: both;
	height: 20px;
	background-color:#393534;
	padding:5px;
}

#footer a {
	color:#FFCC00;
	text-decoration:none;
}

#footer a:hover {
	color:#FF0000;
	text-decoration:none;
}

#data {
	font-family:Tahoma;
	font-weight:bold;
	color: #3F60A1;
	text-align: right;
	width: 100%;
}
