body {
	background: #FFFFFF url('bg.png') repeat-x; 
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-size:17px;
}

strong {
	
}

img {
	border: 0px;
}

.red {
	color: #bf2525;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #bf2525;
	font-weight:bold;
}

a:hover {
	color: #bf2525;
	text-decoration: overline;
}

										/*  Header and Logo  */

#header {
	height: 60px;
}

#header a img {
	float: left;
	margin-left: 30px;
}
/*
#header span {
	float: right;
	height: 48px;
	width: 206px;
	background: url('slogan.png') no-repeat; 
	margin: 0px;
	margin-right: 40px;
}*/

#header {
	font-size: 12px;
}

#header span {
	float: right;
	width: 500px;
	margin-right: 40px;
	text-align: right;
	position: relative;
	top: -30px;
}

#people {
	width: 750px;
	height: 85px;
	background: url('people.png') no-repeat; 
}

										/*  slogans  */
										
#slogan_main {
	width: 662px;
	height: 46px;
	background: url('slogan_index.png') no-repeat; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}	

#contact {
	width: 720px;
	height: 46px;
	background: url('contact.png') no-repeat; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}	

#producers {
	width: 739px;
	height: 37px;
	background: url('producers.png') no-repeat; 
	margin: 15px auto 10px auto;
}	

										/*  Homepage Boxes  */


.box {
	width: 327px;
	border: 0px;
	margin-top: 0;
	border: 5px solid #e6e6e6;
	background: #f9f9f9; 
	border-top: 0px;
	padding:13px;
	height:245px;
	position: relative;
	top: -10px;
	display: inline;
}

#leftbox {
	float: left;
}

#rightbox {
	float: right;
}

.box h1 {
	font-size: 20px;
	color: #333333;
	margin: 0 0 10px 0; 
}

.box h1 span {
	color: #16620f;
}

.box ul {
	list-style-type: circle;
	font-size: 14px;
}

.box li {
	margin-top: 6px;
}


.right {
	float: right;
	margin-right: 15px;
}

#line {
	background: #FFFFFF url('line.png') repeat-x; 
	width:750px;
}

										/*  Full Page Boxes  */


.fullbox {
	width: 714px;
	margin-top: 0;
	border: 5px solid #e6e6e6;
	border-top: 0px;
	padding:13px;
	position: relative;
	top: -10px;
	display: inline;
	float: left;
}

.nobottom {
	border-bottom: 0px;
}




.fullbox h1 {
	font-size: 20px;
	color: #333333;
	margin: 0 0 10px 0; 
}

.fullbox h1 span {
	color: #16620f;
}

.fullbox ul {
	list-style-type: circle;
	font-size: 14px;
}

.fullbox li {
	margin-top: 6px;
}

.contactinline {
	display: inline;
	width: 320px;
	float: left;
	text-align:;
	padding-right: 20px;
	border-right: 5px solid #e6e6e6;
}

.noright {
	border-right: 0px;
	padding-left: 15px;
}

										/* Producers  */
										
.check li {
	list-style-image: url('check.png');
}

#calc {
	margin: 15px 0 0 15px;
}

.over {
	margin-left: 14px;
}
		
#signup {
	height: 71px;
	width: 253px;
	background: url('signup.png') no-repeat; 
	display:block;
	text-align: center;
	margin: 20px auto 0 auto;
}	

#signup span {
	color: #FFFFFF;
	font-size:30px;
	font-family: Palatino Linotype;
	position: relative;
	top:11px;
	text-decoration: underline;
}		


#signup span:hover {
	text-decoration: none;
}		

.indent {
	margin: 25px 0 20px 50px;
}

.small {
	font-size: 12px;
}

#submit {
	margin-left:180px;
}





#1 {
	border: 5px;
}
		

										/*  Footer  */
										
#footer {
	background-color: #e9e9e9;
	width: 730px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #777777;
}











