/* green is #B1D652; */
/* blue is #01A0C7; */

body  {
font-family					: Trebuchet, Verdana, Arial, sans-serif;
font-size					: 11px; 

}

div.outer {
	width						: 760px;
	border					: 2px solid #B1D652;
	float						: left;
}	
	
div.header {
	width						: 760px;
	height					: 161px;
	background-image	: url(/images/vl_header.jpg);
	background-repeat 	: no-repeat;
	float						: left;
}

div.body {
	width						: 760px;
}

div.sidebar {
	width 					: 160px;
	height					: 500px;
	background-image 	: url(/images/vl_sidebar.jpg);
	background-repeat	: no-repeat;
	float						: left;
}

div.guts {
	width						: 590px;
	margin-left				: 5px;
	float						: right;
}

div.leftguts {
	margin-top				: 10px;
	width						: 285px;
	margin-left				: 5px;
	float						: left;
}

div.rightguts {
	margin-top				: 10px;
	width						: 285px;
	margin-left				: 5px;
	margin-right			: 5px;
	float						: right;
}

div.topnav   {
	height					: 20px;
	text-align				: center;
	font-size				: 10px; 
	line-height				: 25px; 
	font-family				: Trebuchet, Verdana, Arial, sans-serif;
	color						: #3750A2;
	font-weight			: 200;
	float						: left;
} 

div.topnav a {
	font-family				: Trebuchet, Verdana, Arial, sans-serif;
	color						: #3750A2;
	font-weight			: 200;
	text-decoration		: none;
}	

div.topnav a:hover {
	font-family				: Trebuchet, Verdana, Arial, sans-serif;
	color						: #3750A2;
	font-weight			: 200;
	text-decoration		: underline;
}	
