
:root{
	overflow:scroll;
}

hr
{
    text-align:center;
    margin:0 auto;
}

#mainBody
{
    padding-top:20px;  
}



#log
{
    top:-10px;
 }

#mainContent

{
	width:1050px;
}

.shadow
{
	display:inline;
	width:100%;	
}
.blur
{
	width:100%;
}

.column
{
	float:left;
}

.leftnav
{
	text-align:justify;
	 float:left; 
	 width:150px; 
	 border:solid 1px navy;
	padding:5px 5px 5px 5px;
	margin:0px 0px 5px 5px;
	background-color:White;
}

.shadow
{
	width:100%;
}
	
.content, #content
{ 
	float:left;
	padding:5px 5px 5px 5px;
	top:0px;
}


