/* Global / Structure */
body { 
	margin: 0; padding: 0; 
	background: #ffc65d; 
	font: normal 1em georgia, 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000; 
}
#main { 
	width: 85%; background: #fff; 
	border: 2px solid #ff8000;
	margin: 10px auto; 
}
#header {	border-bottom: #ff8000 1px solid; height: 90px;}
#mainlogo { 
	float: left;
	padding: 0 0 0 0; }
	#logo a { text-decoration: none; }
#subheader {
	float: right; width:500px; font-size: 1.1em;
	text-align: right; margin: 5px 10px 0 0;
	height: auto !important; padding: 5px 0 0 0;
	overflow: hidden;
}
		#subheader ul{
			padding: 0px;line-height:150%;
			display: inline;border-bottom: 1px solid #ccc;
		}
		#subheader ul li{
			display: inline;		}
#content{	width:95%; }
#footer { clear: both; padding: 5px; border-top: 1px solid #ff8000;}
	.special {
		overflow: hidden; padding: 0px auto;
		border: 1px solid #ccc;
		background: #fffaf5; 
	}
.small {	font-size: 0.8em;	color: #999999;}
img {	border-width: 0px; }
a { text-decoration: none; background: inherit; }
a:link {	color: #AA3511; }
a:visited {	color: #008080;}
a:active {	color: #008080;}
a:hover {	color: #835c39; text-decoration:none;}
.clear {	clear: both;}
h1, h2 { text-shadow:#ccc 1px 1px 1px;color: #EE4705; text-align:center; font:bold 1.5em 'Lucida Grande', 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;;}
