/* Start of CMSMS style sheet 'main' */
body
	{
	font: 14px Arial;
	width: 800px;
	margin: 10px auto;
	background: #000000;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	background: url(images/tractors.png) no-repeat top right;
	padding-top: 23px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D66408;
	}

p
	{
	margin: 0px;
	margin-bottom: 10px;
	}

p img
	{
	margin: 3px;
	}

img
	{
	border: 0px;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

#header
	{
	background: url(images/header.jpg);
	height: 297px;
	padding: 0px 5px;
	}

#header a
	{
	text-transform: uppercase;
	font: 16px Arial;
font-weight: bold;
	color: #000000;
	display: block;
	float: left;
	height: 32px;
	margin-top: 256px;
	padding-top: 9px;
	}

#header a:hover
	{
	color: #FFFFFF;
	background-color: #D66408;
	text-decoration: none;
	}

#content
	{
	background: url(images/bkg.jpg);
	padding: 20px;
	padding-bottom: 10px;
	}

#links
	{
	margin-top: 5px;
	color: #D66408;
	font-size: 10px;
	font-weight: bold;
	}

#links a
	{
	text-transform: uppercase;
	color: #D66408;
	}
/* End of 'main' */

