#MainContent {
	background-color: white;
	position:absolute;
	left:177px;
	top:200px;
	width:492px;
	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:10px;
	top:195px;
	width:155px;
	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: #000099;
	text-align: center;
	margin-bottom: 5px;
}

body {
	background: white url(/n.gif) no-repeat fixed;
}

H1 {
	font-size: 14px;
	color: #000099;
	text-align : justify;
}

li {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	filter : dropshadow(color=#68A868,offx=2,offy=2,positive=1,enabled=1);

}

a {
   text-decoration: none;
   color          : #000099;
}

a:hover
{
   text-decoration: underline;
   color          : #000099;
}

