
body, div, h1, ul ,li, p
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial;
}

div#pagewrapper
{
}

div#headerwrapper
{
	width: 100%;
	float: left;
}

div#logo img
{
	float: left;
	margin: 20px 0px 0px 20px;
}

div#quick_links
{
	float: right;
	color: #7f7f7f;
	font-size: 0.9em;
	margin: 15px 25px 5px 5px;
}

div#quick_links a
{
	color: #7f7f7f;
	text-decoration: none;
	margin-left: 10px;
}

div#menuwrapper
{
	width: 100%;
	float: left;
	height: 172px;
	background-image: url('/images/banner.jpg');
	background-repeat: no-repeat;
	background-color: #006600;
	margin-top: 20px;
}

div#menu
{
	float: left;
	background-image: url('/images/menu_back.png');
    background-repeat: no-repeat;
	height: 172px;
	width: 175px;
	margin-left: 30px;
	display: inline;
}

div#title
{

}

h1
{
	margin-left: 240px;
	color: #fff;	
	font-size: 2.5em;
	margin-top: 55px;
}

div#menu ul
{
	list-style: none;
	margin-left: 20px;
	margin-top: 6px;
}

div#menu ul li
{
	padding-top: 0px;
	background-image: url('/images/divider.png');
    background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
	line-height: 1.1em;
}

div#menu ul li.last
{
	background-image: none;
}

div#menu ul li a
{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

div#footerwrapper
{
	text-align: center;
	font-size: 0.7em;
	border-top: 2px solid #fff;
	background-image: url('/images/footertile.png');
    background-repeat: repeat-x;
	height: 30px;
}

div#footer
{
	background-image: url('/images/footer.png');
    background-repeat: no-repeat;
	color: #fff;
	height: 23px;
	padding-top: 7px;
}

div#leftcolumn
{
	width: 210px;
	float: left;
}

div#rightcolumn
{
	margin-left: 240px;
	padding-top: 20px;
	font-size: 0.9em;
	width: 520px;
	color: #666666;
}

div#rightcolumn a
{
	color: #00ac30;
}

div#rightcolumn ul
{
	color: #666666;
	padding-left: 15px;
}

div#contentwrapper
{
	background-image: url('/images/stomp.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 320px;
	clear: both;
	border-bottom: 3px solid #00ac30;
}

* html div#contentwrapper
{
	height: 320px;
}

