html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html, body {
min-height: 100%;
margin-bottom: 1px;
}

body {
	background-color: #512720;
	background-image: url(../images/bodybg.gif);
	font-size: 100.01%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #512720;
	min-height: 772px;
}

/* div that holds everything together */
#wrapper {
	width: 772px;  
	w\idth: 769px;  /*value for IE6*/
	margin: 10px auto; 
	position: relative;  
	background-image: url(../images/wrapper_bg.jpg); 
	background-repeat: repeat-y;
	background-color: transparent; 
	border: 1px solid #B8B4AD; 
	text-align: left; 
}

/* top headerpic */
#strap {
	height: 216px;
	background-image: url(../images/strap.jpg);
	background-repeat: no-repeat;
}

/* main content area */
#content {
	border-left: 1px solid #fff;
	width: 520px; 
	margin-left: 194px;
	width:/**/520px;
	padding: 10px 10px;
	background-color: transparent;
	font-size: .95em;
}

* html body #content {
	width: 526px;  
	margin-left: 190px;
}

/* Heading styles for the content area */
#content h1 {
	font-size: 110%;
}

#content h2 {
	font-size: 90%;	
	margin-bottom: 1.0em;
	letter-spacing: .1em;
	line-height: 135%;
}

#content h3 {
	font-size: 85%;	
	line-height: 120%;
	margin-bottom: 0.9em;
	letter-spacing: .1em;
}

#content h4 {
	margin-top: 25px;
}

/* styles the paragraphs in the content area */
#content p {
	margin: 15px 0;
	font-size: 85%;
	line-height: 120%;
}

#content ul {
	padding: 15px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
	line-height: 1.5em;
	list-style-type: disc;
}


hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
	padding: 2px;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
	padding: 2px;
}
/* end image styles */

/* footer area styles */
#footer {
	background-color: #666666;
	height: 60px;
	clear: both; 
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;  
}

#footer p {
	text-align:center;
	font-size: 70%;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;  /*value for IE6*/
}
	
/* left column styles */
#leftcol {
	width: 170px;
	float: left;
	margin: 35px 0 10px 10px;
}
/* For IE6  - so that the menu doesn't sit right on the sidebar edge on right */
* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 25px 0 10px 5px;
}

#leftcol p {
	font-size: 70%;
	padding-top: 20px;	
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;
	}

#leftcol ul li {
	border-top: 1px solid #FAF9F7;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	width: 170px;
	line-height: normal;
	padding: 1px;	
	w\idth: 168px;
	line-height:118%;
	l\ine-height: normal;
	margin-bottom: -3px;
	ma\rgin-bottom: 0;
}

/* the submenu in the left column styles */
#leftcol li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: White;
	padding: 4px 0 4px 2px;
	padd\ing: 4px 0 4px 2px;  /* for ie */
	background-color: #512720;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #CFB087;
color: #000; 
}

/* --// links --// */

a { 
 color: #683A33;
 text-decoration: none;
 border-bottom: 1px dotted #683A33;
}

a:hover,a:active { 
 border-bottom: 1px solid #512720;
 background: #C3A680;
}

.img {
	float: right;
	margin: 0 0 0 15px;
  	}
	
#photo {
	margin: 0 auto;
	width: 490px;
	text-align: left;
	}	
/***** Ends the form layout *****/