/* CSS Document */

div#container{width:800px;margin:240px auto 0;}
div#wrapper{float:left;width:100%;}
div#wrapper #leftcol{
	float:left;
	width:190px;
	margin-left:5px;
	}
	
div#wrapper #rightcol{
	float:right;
	width:590px;
	background-color: #000099;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

div#wrapper #leftcol #navigation{
	float:left;
	width:180px;
	margin-left:5px;
	margin-top:5px;
	background-color: #000;
	}
#wrapper #leftcol #sideimg img{
	float:left;
	width:180px;
	margin-left:5px;
	margin-top:10px;
}

div#wrapper #rightcol #leftcol{
	float:left;
	width:240px;
}
div#wrapper #rightcol #contentrightcol{
	float:right;
	width: 340px;
	}
div#wrapper #rightcol #leftcol #mainimg{
	float:left;
	margin-left:0px;
}
div#wrapper #rightcol #leftcol #extra{
	clear:left;
	float:left;
	width: 223px;
	margin-left: 0px;
	margin-top:5px;
}
div#wrapper #rightcol #leftcol #extra2{
	clear:left;
	float:left;
	width: 223px;
	margin-left: 0px;
	margin-top:10px;
}


div#mainpicture img{
	float:left;
	width:235px;
	margin-left:-610px;
	margin-top: 6px;
}

div#footer{clear:both;width:100%}
