#banner{
	position: static; left: 100px; width: 800px; z-index: 1;
	border-bottom: 1px solid #DDD;
	text-align: left;
}

#banner td{
	text-align: center;
	color: #006259; font-style: italic; font-weight: bold; font-size: 28px; font-family: verdana;
}

div.main{
	position: absolute; left: 200px; top: 160px; z-index: 1;
	font-weight: normal;
}

div.content{
	position: static; width: 550px; padding: 0.5em;
	background: #FFFFFF; 
	padding-top:20px;
	z-index: 2;
	font-size: 12px; font-family: arial; color: #000000;
	font-weight: normal;
}

#footer{
	position: static; width: 400; padding: 0.3em;
	font-size: 10px; color: #555555;
	border: #8E083A 1px solid;	
	text-align: center;
	margin-bottom:10px;
}

#footer a:link{
	color: #000099; text-decoration: underline;  font-size: 10px;
}
#footer a:visited {
	color: #777777; text-decoration: none;  font-size: 10px;
}
#footer a:hover {
 color: #00AAFF; text-decoration: underline;
}
  
div.advertisment{
	position: static;
	margin-top: 10;
	margin-left:150;
	padding: 1;
	width: 60%;
	border: 1px solid #8E083A;
	text-align: center;
}  
   
a:link {
 color: #000099; text-decoration: underline;  font-size: 12px;
}
a:visited {
	color: #777777; text-decoration: none;  font-size: 12px;
}
a:hover {
 color: #00AAFF; text-decoration: underline;
}

#menu{
		position: absolute; left: 10px; top: 170px; z-index: 1; height: 260px; width: 600px; padding: 0.5em;
		width: 100px;
      background-color:#F3F3F3;
      border: 1px solid #DDD;
      padding-left:20px;
}
	
#menu a {
display: block; clear: both; width: 128px;
font-size: 12px; line-height: 30px; font-family: verdana;
padding: 0 10px 0 20px;
color: #000099; text-decoration: bold;
margin: 0.4em;
background: #EAEEF2 ;

}
#menu a:hover {
 color: #FFFFFF; text-decoration: none;
 background: #AE083E;
}
#menu a:visited {
	color: #000099; text-decoration: none;
}

td {
	color: #000000; font-size: 12px; font-family: verdana; text-decoration: normal;
}