body {
	text-align: center;
	margin: 0;
}
#container {
	width: 954px;
	position: relative;
	text-align: left;
}
#main {
	margin: 0px;
	width: 954px;
}

#mainLinks {
	clear: both;
	text-align:left;
	border-bottom: 1px solid;
	height: 45px;
	padding: 5;
	padding-top: 5px;
	white-space:nowrap;
}
#mainContent {
	padding: 20px;
	float: left;
	text-align: left;
	width: 914px;
	min-height:350px; 
	height:auto;
}

* html #mainContent {
	height: 350px;
}

.mainLinks{
	font-family: Arial;
	color:#000000;
	font-weight: bold;
    font-style:  normal;
	text-decoration:none;
}
.mainLinks A{
	font-family: Arial;
	color:#000000;
	font-weight: bold;
   	font-style:  normal;
	text-decoration:none;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	cursor:pointer;
}
#nav a {
	display: block;
	/* width: 10em;  width needed or else Opera goes nuts */ 
}
#nav li { /* all list items */
	float: left;
	padding:10px;
	/* width: 10em;  width needed or else Opera goes nuts */ 
}
#nav li ul li {
	padding:10px;
	clear:both;
}
#nav li ul { /* second-level lists */
	background: #999999;
	position: absolute;
	width:10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	margin-top:7px;
	margin-left:-10px;
}

#mainContentBottom {
	text-align: left;
	width: 954px;
	background-image: url(mainContainerBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
}
#mainBlock1, #mainBlock2, #mainBlock3 {
	display: none;
}
#mainClear {
	clear:both;
}
#footer {
	padding: 10px;
	text-align: center;
}
#footerBlock1 {
}
#footerBlock2 {
}
#footerClear {
	clear:both;
}#myad {text-align:center;}