* {
	margin: 0;
	padding: 0;
}
body, html { 
	          padding: 0;
	          font-family: Verdana, sans-serif; 
	          font-size: 11px;
			  margin:0;
			  background: #f6f2f0;
			  color: #666;
			} 
			
#page {
		width:719px;
		margin-top:40px;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #755230;
		}
div#seed_dixie #page {
	border-left: 1px solid #cbcbcb;
}

h1 {
	width: 719px;
	height: 239px;
	background: url(/images/logo.jpg) left top no-repeat;
	border-top: 5px solid #755230;
	text-indent: -1000em;
	overflow: hidden;
}

a#details_logo {
	width:100%;
	height:100%;
	display:block;
}

div#seed_dixie h1 {
	background: url(/images/logo_dixie.jpg) left top no-repeat;
}
h1.details {
	background: url(/images/logo_white.jpg) left top no-repeat;
}
h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
p {
	margin-bottom: 5px;
}
ul {
	list-style: none;
}
div#seed_dixie ul {
	margin: 15px;
	font-size: 12px;
	line-height: 1.3em;
}
li {
	padding-left: 10px;
	background: url(../images/bullet.gif) left 3px no-repeat;
}
a {
	color: #95be45;
}
		
#top_bar{
		height:5px;
		background:#755230;
}

#logo{
	width:480px;
	height:220px;
	float:left;
	background:#fff;
}

#logo_text{
	width:240px;
	background:#95be45;
	float:right;
	height:112px;
	padding-top:108px;
	
}

#logo_shadow{
	width:480px;
	height:16px;
	padding:0px;
	float:left;
	background: url(../images/logo_shadow.jpg) repeat-x;
	
}

#logo_text_shadow{
	width:220px;
	height:16px;
	padding:0px;
	float:right;
	background: url(../images/logo_text_shadow.jpg) repeat-x;
	
}

#copy{
	width:413px;
	
	float:left;	
	background:#fff;
	padding-top:10px;
	padding-left:33px;
	padding-right:33px;
	padding-bottom: 20px;
}

#call_out{
	width:240px;
	float:right;
	background:#e0d9d6;
	padding-top: 10px;
}
#call_out img{
	display: block;
	margin-bottom: 10px;
}
div#details {
	padding: 25px;
	padding-top: 0;
	background: #fff url(../images/white_rounded_corner.gif) right bottom no-repeat;
}
div#details h2 {
	padding-top: 20px;
}
div#call_out p {
	padding-left:15px;
	padding-right:15px;
	font-weight: normal;
	font-size: 11px;
}
div#grow_logo {
	margin-top:10px;
	margin-left:85px;
	padding-top: 0;
	background:#e0d9d6;
	text-align: center;
	height:72px;
	weight:64px;
	
}

div#content {
background: #fff url(../images/content_bg.jpg) repeat-y;
}
#footer{
	background: #fff url(../images/footer.jpg) right bottom  no-repeat;
	clear:both;
	height:23px;
}

