/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	background:#ebeae0; }
	
p {
	margin: 2px 10px 18px;
	v-align: top; }
	
h1 {
	margin:0 10px 3px;
	color:#1a2707;
	font-weight: 400;
	font-size: 140%; }
	
h2 {
	font-size: 108%;
	margin:0 10px;
	color:#1a2707; }

h3 { 
	font-size: 130%;
	font-weight:300;
	color:#f9f7f1;
	margin:0 10px; }
	
h4 { 
	font-size: 160%;
	font-weight:300;
	color:#f9f7f1;
	margin:0 10px; }

h6 {
	font-size: 95%; 
	text-align: right;
	font-weight: lighter;
	margin: 0 10px; }
		
a {
	color: #f9f7f1;
	font-size: 100%;
	text-decoration:underline; }

a:hover {
	color:#ffffff;
	text-decoration: none; }
	
ul {
	margin: 0;
	padding: 0 5px; }
	
li {
	margin:0 20px 10px;
	padding: 0;
	font-size:96%; }
	
.last {
	margin-bottom:0; }
	
/* Formatting */

#shell {
	margin: 0 auto;
	padding-top: 5px;
	background: transparent url(images/background/frame_top.png) top center no-repeat;
	width: 990px; }
	
#main {
	margin: 0; 
	background: transparent url(images/background/frame.png) top center repeat-y;
	padding: 0;
	text-align:left; }
	
#header {
	margin:0 10px;
	padding:30px 0 5px;
	background:#446218; }
	
#header_img {
	background: url(images/talley_viticulture_header.jpg) top left no-repeat; }
	
#full {
	margin:15px 25px 0;
	padding:0;
	background:none; }
	
#full_shade_r {
	background:url(images/background/shade_right.png) top right repeat-y;
	margin:15px 25px 0;
	padding:10px 0; }
	
#twothirds_l {
	margin:0;
	width:605px; }
	
#half_l {
	margin:0;
	width:465px;
	float:left; }
	
#half_r {
	margin:0;
	width:465px;
	float: right; }

#third_r {
	float:right;
	width:330px;
	height:180px;
	background:url(images/background/talley_mission.png) right no-repeat;
	/*padding:45px 0;*/ }

#bottom {
	margin: 0 10px 5px;
	text-align: center; 
	background:#446218;
	clear: both;
	padding:10px; }
	
#clear {
	clear:both;
	margin:0; }
