html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/bg.gif) repeat-x 0 0 #413108;
}

body {
	top:0;
	height: 100%;
	min-width:747px;
	width:95%;
	max-width:1000px;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: arial;
	font-size:12px;
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

a:link{ color: #785E11; }

a:visited{ color: #403108; }

a:hover{ color: #E9A828;	text-decoration:none; }

a:active{ color: #E9A828; }

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: #000; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

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;}

#container {
	display:block;
	position: relative;
	width:100%;
	background:#F8FBFF;
	padding:0 0 35px 0;
	
}

#leftShadow{
	display:block;
	position:absolute;
	width:8px;
	height:100%;
	background: url( ../images/shadow-left.png ) repeat-y 0 0;
	left:-8px;
	top:0;
	z-index:1000000000;
}

#rightShadow{
	display:block;
	position:absolute;
	width:8px;
	height:100%;
	background: url( ../images/shadow-right.png ) repeat-y 0 0;
	right:-8px;
	top:0;
	z-index:1000000000;
}

#bottomShadow{
	display:block;
	position:absolute;
	width:100%;
	height:8px;
	background: url( ../images/shadow-bottom.png ) repeat-x 0 0;
	left:0;
	bottom:-8px;
	z-index:1000000000;
}

#brc{
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	background: url( ../images/shadow-brc.png ) no-repeat 0 0;
	right:-8px;
	bottom:-8px;
	z-index:1000000000;
}

#blc{
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	background: url( ../images/shadow-blc.png ) no-repeat 0 0;
	left:-8px;
	bottom:-8px;
	z-index:1000000000;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:153px;
	background: url( ../images/bg-header.jpg ) no-repeat left top #E6F4FE;
	top:33px;
}

#logo{
	display:block;
	position:absolute;
	width:208px;
	height:83px;
	background: url(../images/logo.png) no-repeat 0 0;
	right:5%;
	top:50%;
	margin:-41px 0 0 0
}

#headerImg{
/*
	display:block;
	position:absolute;
	left:5%;
	top:1px;
	width:295px;
	height:151px;
	margin:0 0 0 0;
	background: url( ../images/headerImg.jpg ) no-repeat 0 0;
*/
}

.metaContent, .vcard{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:90%;
	left:0;
	margin:0 ;
	padding:2.5% 5% 40px 5%;
	top:34px;
	overflow:hidden;
}

#aside{
	position:relative;
	display:block;
	width:22.5%;
	float:right;
	top:34px;
	left:0;
	list-style:none;
	padding:2.5% 2.5% 2.5% 0 ;
	margin:0 0 0 -25%;
	z-index:6;
}

#aside + #content{ width:65%; }

#footer {
	position: relative;
	bottom: 0;
	height:20px;
	margin:-20px 0 0 0;
	width:100%;
	text-align:center;
	background:#E5E2D9;
	left:0;
	color:#706653;
	font-size:11px;
	line-height:1.7em;
}

#footer a{
	color:#706653;
}

hr{
	position:relative;
	display:block;
	margin:18px 0;
	border:0;
	border-top:1px dashed #E7A020;
	background:none;
}
#content img{
	border:1px solid #A87116;
}

#content a img{
	border:0;
}

