/* CSS Document */

body 
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

img 
{
	border: 0;
}

div#documentSection
{
	position:relative;
	top:10px;
	width:800px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/sub-topomap-repeat.jpg) repeat-y;
	background-color: #333333;
}

#documentSection img
{
	display: block;
}

#documentSection ul li img
{
	display: inline;
}



div#rhtSection
{
	float: right;
	width: 500px;
	margin: 0;
	padding: 0;
	height: auto;
}

div#lftSection
{
	float: right;
	width: 300px;
	margin: 0;
	height: auto;
}

div#footerSection
{
	clear: both;
	margin: 0;
	padding: 0;
}



div#lftSection1
{	
	height: 200px;
	width: 300px;
	margin: 0;
	padding: 0;
}

div#lftSection2
{	
	height:75px;
	width: 300px;
	margin: 0;
	padding: 0;
}

div#lftSection3
{	
	height:135px;
	width: 300px;
	margin: 0;
	padding: 0;
}

div#lftSection4
{	
	height:20px;
	width: 300px;
	margin: 0;
	padding: 0;
}




div#rhtSection1
{	
	position: relative;
	height: 200px;
	width: 500px;
	margin: 0;
	padding: 0;
}

div#rhtSection2
{
	height: 75px;
	margin: 0;
	padding: 0;
}

div#rhtSection3
{
	height: 100%;
	margin: 0;
	padding: 0;
}

div#rhtSection4
{
	height: 90px;
	margin: 0;
	padding: 0;
}

div#footerSectionLft
{
	width:800px;
	height: 50px;
	background-color: #000000;	
	padding-top: 5px;
	text-align: center;
}

div#footerSectionRht
{
	
	height: 50px;
	background-color: #000;
	padding-top: 0px;
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}


