
div#site-container
{
	width: 940px;
	background-color: #fff;
	margin: 0px auto 0px auto;
}

div#header
{
	height: 230px;
	padding: 10px 0px 10px 0px;
	/*background-color: #005826;*/
	background-color: #02703b;
	background-image: url('/assets/images/header.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div#site-content
{
	width: 940px;
	margin-top: 10px;
	background-color: #fff;
}

div#footer
{
	height: 18px;
	margin: 10px 0px 0px 0px;
	/*background-color: #005826;*/
	background-color: #02703b;
	padding: 6px 0px 2px 20px;
	width: 920px;
	clear: both;
	
	font-size: 10px;
	color: #fff;
}

div#spacer
{
	clear: both;
	height: 30px;
}

div#menu
{
	padding: 10px 10px 50px 10px;
	background-color: #fff;
	width: 200px;
	float: left;

/*	border-right: 1px solid #ccc;*/
	min-height: 50px;
}

div#content
{
	float: left;
	background-color: #fff;
	width: 600px;
	padding: 15px 40px 50px 40px;
	
	font-size: 13px;
	line-height: 1.4em;
}
