body{
	background:#FDFBD4;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:small;
	line-height:150%;
	margin:0;
	padding:0;}

/* --- HEADER --- */
#contact{
	height:18px;;
	margin-left:540px;
	width:350px;}	

#header{
	width:890px;
	margin:0px auto;}

.wrapper{
	width:890px;
	margin:0px auto;}
	
	
/* --- NAVIGATION --- */
.navbg{
	background:url(images/nav_btm.jpg) repeat-x bottom left;}
	
#nav{
	text-transform:uppercase;
	color:#FFFFFF;
	background:url(images/nav_bg.jpg) no-repeat;
	width:515px;
	height:34px;}

.navwrap{
	width:515px;
	margin-left:375px;}
	
#nav a{

	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;}		

#nav ul{
	list-style:none;
	margin:10px 0 0 15px;
	padding:0;}	

#nav li{
	padding:0px 15px 0px 15px;
	display:block;
	float:left;}		
	
	
/* --- PICTURE STRIP --- */	
#picstrip{
	background:#DBD88A;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;}

.picwrap{
	width:890px;			
	margin:0px auto;}
	
	
/* --- CONTAINERS --- */	
#main{
	width:890px;
	margin:0px auto;
	margin-top:15px;}

.break{
	height:15px;
	clear:both;}	

.right{
	float:right;
	margin-left:15px;}
	
#footer{
	border-top:1px solid #000000;
	background:#DBD88A;
	text-align:center;
	padding:20px;}	
	
	
/* --- STYLED TAGS --- */	
h1{
	line-height:110%;}			
	
a{
	color:#696A00;}

img{
	border:none;}		


/* --- CONTACT FORM --- */
.cssform p{
width: 500px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 255px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -255px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}



