#MainContent {
	background-color: white;
	position:absolute;
	left:150px;
	top:265px;
	width:542px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color:	black;
}

#HeadLogo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:692px;
	height:175px;
}

#Menu {
	background-color: white;
	position:absolute;
	left:5px;
	top:178px;
	width:145px;
	font-family: Verdana;
}

#Ad {
        left:717px;
	font-family: Verdana;
	width: 120;
	position: fixed;
	top: 10px;
	right: -15%;
	//position: absolute;
	top: expression(document.getElementsByTagName('body')[0].scrollTop < 2048 ? 10 + document.getElementsByTagName('body')[0].scrollTop : '' + 'px');
	z-index: 1000;
}

#Search {
	background-color: white;
	position:absolute;
	left:177px;
	top:175px;
	height: 40px;
	width:492px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color:	black;
}

#Copyright {
	font-size: 8px;
	color: black;
	text-align: center;
	margin-bottom: 5px;
}

body {
	background-color: white;
}

H1 {
	font-size: 14px;
	color: #FF0000;
	text-align : justify;
}

li {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	filter : dropshadow(color=#68A868,offx=2,offy=2,positive=1,enabled=1);

}

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

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

