/*
	Table of Contents:
		reset
		layout
		typography
		forms
*/

/* reset ----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
		} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	}
	
/* layout ----------------------------------------------- */

#wrapper {
	width:800px;
	margin:auto;
	height:100%;
}
#nav { clear:both;

	
}
#nav ul {
padding:10px 0px 0px 0px;
}
#nav ul li {
	display:inline;
	width:14%;
	float: left;
	position: relative;
	text-align:center;

}

#maincontent	{
	clear:both;
}
#rodeimage {
	float:right;
	padding:0 25px 0 50px ;
}

#header {
	margin-bottom:5px;
	margin-right: 20px;
}



#introtext {
	
	padding-left: 0px ;
	text-align:justify;
}
#temkoquote {
	clear:both;
	padding-right:0px;
	text-align:justify;
}
#sebastopol{
	float:left;
	padding: 20px 45px 40px 30px;
}

#maincontent p, h3 {
	margin: 0px 20px;
}

#supplement p, #deibenkorn_statement p, #maintext form p {
	margin:0;
}

#contact_form	{
	float:right;
	width:400px;
}

#deibenkorn_statement	{
	clear:both;
}


/* typography ----------------------------------------------- */
body {
	font-family: "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.25em;
}

p	{
	text-align:justify;
}


h1{
	font-size:4em;
	padding:1em;
}
h2{
	font-size: 1.5em;
	line-height:1.75em;
}
a {
	text-decoration:none;
	color:#000000;
}

a:hover	{
	color:#ccc;
}
#header cite {
	line-height:1.5em;
	font-style: oblique;

}

cite {
	font-style: italic;
}

strong {
	font-weight:bold;
}

#nav li {
	font-size:20px;
	line-height:1.5em;
}
#header {
	height:190px;
	background:url(../images/monogramg.jpg) center left no-repeat;
	text-align:right;
}
#footer {
	text-align:center;
	font-size:0.75em;
	clear:both;
	border-top:1px solid #000000;
}
/* forms ----------------------------------------------- */
