body {
	text-align: center;
	margin: 0;
}
#container {
	width: 954px;
	position: relative;
	text-align: left;
}
#main {
	margin: 0px;
	width: 954px;
}


#mainLinks {
	padding: 10px;
	float: left;
	width: 186px;
	margin-right: 20px;
	border-right: 1px solid;
}
#mainContent {
	/* padding: 20px; */
	float: left;
	text-align: left;
	width: 954px;
	background-color: #FFFFFF;
	min-height:350px; 
	height:auto;
}

* html #mainContent {
	height: 350px;
}

.mainLinks{
	font-family: Arial;
	color:#cc9933;
	font-weight: bold;
    	font-style:  normal;
	text-decoration:none;
}
.mainLinks A{
	font-family: Arial;
	color:#cc9933;
	font-weight: bold;
   	font-style:  normal;
	text-decoration:none;
}
#mainClear{
	clear:both;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	margin:0px;
	padding:0px;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	padding:5px;
	cursor:pointer;
}
#nav li ul li {
	margin-left:5px;
}

#nav li ul { /* second-level lists */
	display:block;
	padding:5px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display:block;
}
#mainContentBottom {
	text-align: left;
	width: 954px;
	background-image: url(mainContainerBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
}

#mainBlock1, #mainBlock2, #mainBlock3 {
	display: none;
}
#mainClear {
	clear:both;
}
#footer {
	padding: 10px;
	text-align:center;
	float: right;
}
#footerBlock1 {
	float: left;
}
#footerBlock2 {
	float: left;
}
#footerClear {
	clear:both;
}