body {
	background-color: #334f00;
	background-color: #931B34;

	margin: 0px;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
}

#main_wrapper {
	float: left;
	width: 900px;

	border: 2px solid #fff;
	border-top: 0px solid #fff;

	background-color: #fff;
}

#logo {
	float: left;
	width: 100%;
	height: 144px;

	background-image: url('../images/supaturf_03.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#blurb_wrapper {
	float: left;
	width: 100%;

	background-color: #77ad1c;
	background-color: #931b34;
}

#blurb_wrapper div {
	margin: 5px;

	margin-left: 10px;
	margin-right: 10px;

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#distributor_wrapper {
	float: left;
	width: 100%;

	background-color: #334f00;
	background-color: #4f8a10;
}

#distributor_wrapper div {
	margin: 5px;
	
	margin-left: 10px;
	margin-right: 10px;

	font-family: arial;
	font-size: 11px;
	color: #fff;
}

#body_wrapper {
	float: left;
	width: 100%;

	background-color: #77ad1c;
	background-color: #4f8a10;
}

#left_column{
	float: left;
	width: 25%;
}

#right_column{
	float: left;
	width: 75%;

	background-color: #fff;
}

.content_item_wrapper {
	margin: 20px;
}

.content_item_wrapper h1 {
	font-family: arial;
	font-size: 25px;
	font-weight: 200;
	color: #334f00;
}

.content_item_wrapper p, .content_item_wrapper li {
	font-family: arial;
	font-size: 12px;
	color: #333;

	line-height: 18px;
}

.content_item_wrapper a {
	font-family: arial;
	font-size: 12px;
	color: #334f00;
}

.content_item_wrapper a:hover {
	color: #666;
}

#left_menu {
	list-style: none;

	margin: 0px;
	margin-top: 20px;

	padding: 0px;

	border-top: 2px solid #4c6e12;
}

#left_menu li { 
	border-bottom: 2px solid #4c6e12;
}

#left_menu a { 
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

	text-transform: uppercase;

	display: block;

	padding: 5px;
	padding-left: 20px;

	text-decoration: none;
}

#left_menu a:hover { 
	color: #334F00;
}



#front_menu {
	float: left;
	width: 100%;
	* width: 94%;

	margin-bottom: 20px;
	* margin-bottom: 20px;
}

.fm_item {
	float: left;

	padding: 8px;
	margin-right: 3px;

	text-align: center;

	background-color: #77AC1C;
	background-image: url('../images/stig_12.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.fm_item a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;

	text-transform: uppercase;
	text-decoration: none;
}

.fm_item a:hover {
	color: #334F00;
}



.fm_item img {
	width: 105px;
	* width: 100px;
	margin-bottom: 5px;
}