html{
	top:0;
	text-align:center;
	margin:0 auto;
	padding:0;
	
}
body {
	
	font:14px Georgia, Times, serif ;
	color:#5C2008;
	text-align:left;
	line-height:1.8em;
}

a:link{ font-weight:bolder; color:#5C2008; }

a:visited{ color:#5C2008; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #5C2008; }

h1{ font-size:28px;}

h2{	font-size:24px;}

h3{	font-size:20px;}

h4{	font-size:18px;}

h5{	font-size:16px;}

h6{	font-size:14px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{
	font-weight:bolder;
	font-style:italic;
}

#subMenusContainer, .meta, #aside{
	display:none;
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;
}

#header{
	padding-bottom:25px;
}
