@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: #80916E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

img.block
{
	display: block;
}

div#container
{
	background: #496D36;
	border: 4px solid white;
	border-bottom: none;
	border-top: none;
	margin: 0 auto;
	min-height: 100%;
	width: 846px;
}

div#sidebar
{
	background: #496D36 url('images/val-side-bg.jpg') no-repeat top right;
	float: left;
	height: 780px;
	width: 255px;
}

div#sidebar-links
{
	background: url('images/val-links-bg.jpg') no-repeat top left;
	height: 126px;
	padding-top: 5px;
}

div#sidebar-links a:visited,
div#sidebar-links a:link,
div#sidebar-links a
{
	color: #2B3F1F;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 10px 49px 0 0;
	text-align: right;
	text-decoration: none;
}

div#content
{
	background: white url('images/val-body-bg.jpg') no-repeat bottom right;
	float: left;
	min-height: 780px;
	width: 591px;
}

div#content .header p
{
	margin: 0;
	padding: 0;
}

div#content .inner
{
	padding: 0 65px 150px 37px;
}

div#content .inner p
{
	line-height: 1.4em;
}



















