/* Scrollbar Fix */
html 
{
height: 100%;
margin-bottom: 1px;
}

body{ 
background: #868686 url("draw/bg.gif") repeat-y 50% 0;
text-align: center;
}

#frame {
width: 800px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
padding: 0px;
text-align: left;
}

#nav{
	width: 800px;
	text-align: center;
}

#contentleft {
width: 185px;
margin-top: 25px;
padding: 0px;
float: right;
text-align: left;
margin-left: 0px;
}

#contentcenter {
width: 500px;
padding: 20px;
margin-left: 50px;
float: left;
border-right: dashed 1px;
border-right-color: #dfdfdf;
}

#contentheader {
width: 800px;
text-align: center;
}

#footer {
width: 800px;
position: absolute;
bottom: 0px;
text-align: center;
}

div.clearer {clear: both; line-height: 0; height: 0;}









