@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #ff924f;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	margin: 0; padding: 0;
	text-align: center;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Hypatia Sans Pro', 'Futura Bk BT', Futura, 'Gill Sans', 'Lucida Sans', Corbel, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #5a201f;
	letter-spacing: 0.15em;
	padding-top: 10px; padding-bottom: 0;
}
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

p, #mainContent li { font-size: 0.95em; line-height: 160%; }

#mainContent p img, #mainContent h2 img, #mainContent h3 img, #mainContent h4 img {
	float: right; margin: 5px 0 20px 20px; border: 3px solid #a7582f;
}

#mainContent a { color: #5a201f; }
#mainContent a:visited, #mainContent a:active, #mainContent a:hover { color: #a7582f; }




#container { 
	width: 793px;
	background-image: url(images/contentbg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	margin: 37px auto 0 auto; 
/*	border: 1px solid #000000;*/
	text-align: left; 
} 

#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px; 
} 
#header h1 {
	margin: 0;
	padding: 10px 0; 
}


/* --------- LEFT COLUMN ---------- */

#sidebar1 {
	float: left; 
	width: 212px; 
	margin: 0; padding: 0;
	text-align: center;
}

#sidebar1 h1 { margin: 0; padding: 0; }

#sidebar1 ul { 
	margin: 18px 0 0 0; 
	padding: 0; 
	list-style-type: none; 
	}
#sidebar1 li { 	
	font: normal small-caps normal 0.85em Arial;
	font: normal small-caps normal 0.85em Helvetica;
	font: normal small-caps normal 0.9em 'Trebuchet MS';
	font: normal small-caps normal 0.9em Corbel;
	font: normal small-caps normal 0.8em 'Lucida Sans';
	font: normal small-caps normal 0.9em 'Gill Sans';
	font: normal small-caps normal 0.8em Futura;
	font: normal small-caps normal 0.8em 'Futura Bk BT';
	font: normal small-caps bold 0.9em 'Hypatia Sans Pro';
	text-transform: uppercase; 
	margin-bottom: 12px; 
	letter-spacing: 0.1em;
}
#sidebar1 ul a { color: #5a201f; text-decoration: none; }



/* ---------- RIGHT COLUMN ----------- */

#pageheader { 
	height: 101px;
	margin: 0 -14px 0 -30px;
	background-image:url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#pageheader h1 { margin: 0; padding: 40px 0 0 34px; }


#mainContent { 
	margin: 0 0 0 230px; 
	padding: 0 20px 20px 20px; 
	background-image: url(images/contentbg-top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 430px; 
} 

#contentarea { padding-top: 20px; }





/* ----------- FOOTER ------------ */

#footer { 
	margin: -16px auto 20px auto; padding: 0; 
	width: 793px; 
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
#footer p {
	margin: 0 0 0 230px;
	font-size: 0.8em;
	color: #5a201f;
	padding: 30px 0 0 0; 
}
#footer a { color: #5a201f; }
