/* ---GLOBAL STYLES ---*/

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

body {
	background-color: #9e7241;
	background-image: url(images/secondaryHeadBck.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}
h1 {
	padding: 0.85em 0 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3 { padding: 0.5em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 { font-size: 130%; color: #a33638; letter-spacing: .02em; }
h2 { font-size: 110%; color: #900; }
h3 {
	font-size: 85%;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 10px;
	border-bottom: 2px #ccc solid;
}
h4 { font-size: 90%; color: #666; line-height: 1.0em; }
h5 { font-size: 85%; color: #c00; }
h6 { font-size: 85%; color: #333; font-family: Georgia, "Times New Roman", Times, serif; }
p { 
	font-size: 90%; 
	color: #000; 
	margin: 0.2em 0 0.8em 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
a { font-weight: normal; }
a:link { color: #8f5917; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:focus, a:hover { color: #600; text-decoration: none; }
a:active { color: #600; text-decoration: none; }	



/* --- layout styles --- */

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}
#innerWrapper {
	padding: 0 53px 0 54px;
	margin-top: 0;
}
#content {
	padding: 20px;
	background-color: #fff;
}

#content div {
	margin: -17px 20px 10px 20px;
}

#footer {
	clear: both;
	min-height: 30px;
	text-align: center;
	margin: 0;
	padding: 8px 0;
}

#footer {                   /* Fix for IE6 bug */                
	margin: -15px 0 0 0;
}
html>body #footer {         /* Eliminates above fix for modern browsers */
	margin: 0 0 0 0;
}

/* --- footer styles --- */
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 60%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 2px 0 7px;
}
#footer li + li {
	border-left: #dac092 2px solid;
}
#footer a:link, #footer a:visited { color:#fff; text-decoration: none; }
#footer a:focus, #footer a:hover { color:#dac092; text-decoration: none; }
#footer a:active { color:#fff; text-decoration: none; }
