#logo { /* background image block */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	height:112px;
	margin-left: -450px;
	background-repeat: no-repeat;
		
}
#nav { /* background image block */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:118px;
	left: 50%;
	height:38px;
	margin-left: -450px;
	
}
#main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -450px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-color: #b7c1bd;
	border-bottom-color: #b7c1bd;
	border-left-color: #b7c1bd;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #B7C1BD;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header { /* background image block */
	width: 900px;
	height: 139px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-image: url(images/header2.png);
}

#content
{
	width: 900px;
	position: relative;
	line-height: 130%;
	
	background-repeat: repeat-y;
}

#contentleft
{
	width: 900px;
	position: relative;
	line-height: 120%;
	color: #000000;
	font-size: 12px;
	float: left;
	z-index: 1000;
	border-bottom-color: #b7c1bd;
	border-bottom-style: solid;
	border-bottom-width: thin;	
}





#footer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bottom.png);
	position: relative;
	font-size: 10px;	
}
#footer2
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 10px;
	clear:both;
}



.solidblockmenu{
height: 38px;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 14px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0em;
	
	border-width: 1px 0;
	position: relative;
	top: 2px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 12px 11px;
text-decoration: none;
border-left: 1px solid #cccccc;
line-height:10px
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;

}

