body, p, ul, h1, h2, h3, table, td, img	{
	margin: 0;
	padding: 0;
}

body	{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #87A82B;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
}

img, a	{
	border: none;
}

.intro	{
	margin: 0 54px;
}

.main	{
	position: relative;
	margin-top: 0;
	margin-left: 30px;
	width: 772px;
	/*background-color: #030;*/
	background-color: #87A82B;
}

.masthead	{
	margin: 0;
	padding: 0;
	width: 772px;
	background-color: #030;
	height: 100px;
	color: white;
	font-size: 18px;
	text-align: left;

}

.content	{
	margin-top: 0px;
	width: 772px;
	background-color: #69A518;
	/*height: 500px;*/
	border-top: 1px solid #030;
}

a:link, a:active, a:visited	{
	color: #7D9941;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.mastnav	{
	width: 177px;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline;
}

.mastnav	a:link, .mastnav a:active, .mastnav a:visited	{
	font: 9px verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-right: 12px;
}

.mastnav a:hover		{
	font: 9px verdana, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
