*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #3a7100;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #3a7100;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/background2.jpg);
	background-repeat:  repeat-x;
}
ul {
	padding-left: 10px;
	}
#header {
	background: #ffffff;
	width: 620px;	
	height: 10px;
	text-align: right;
}

#content
{
	margin: 0 auto;
	margin-top: 40px;
	background-image: url(images/content2.jpg);
	background-repeat:no-repeat;
	width: 660px;
	height: 780px;
}

#menu
{
	margin-top: 80px;
	float: right;
	height: 160px;
	padding: 105px 40px 0 0;
	width: 160px;
}

#menu ul {
	list-style: none;
	
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 160px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;

}

#menu a:hover {
	text-decoration: underline;
}

#left{
	padding-left: 45px;
	padding-top: 80px;
	width: 360px;
}
#left a {color: #3a7100;}
#left a:visited {color: #3a7100;}
#left p {padding: 5px;}

#footer {height: 25px; margin-top: 10px; }
#footer p {font-size: 10px; text-align: center; color: #333333;}
#footer a {	color: #3a7100;}

#footer a:hover {
	text-decoration: none;
	color: #FF0000;
}

#footer a:visited {
	color: #3a7100;}

#overall {
	margin:0.5em auto;
	min-height:600px;
	padding-top:2px;
	position:relative;
	width:965px;
}
 h2 {color:#533A26; font-size:18px;}
