html,body
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #598527;
	background-image: url("gfx/bg-gradient.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

p,table
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #598527;
}


h1, h1 a {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #598527;
}



a
{
	font-family: "Trebuchet MS";
	font-size: 14px;
 	color: #CB4D37;
 	font-weight: bold;
	text-decoration:none;
}

#mainDiv
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 970px;
}

#menuDiv
{
	background-image: url('gfx/bg-top.gif');
	background-repeat: repeat-x;
	position: absolute;
	height: 157px;
	width: 970px;
	top: 0px;
	left: 0px;
}

#menuDiv a
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

#contentDiv
{
	position: absolute;
	top: 157px; 
	left: 0px;
	width: 970px;
}