html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/bg.jpg)  0 0 #43260d fixed;
	
}

body {
	top:0;
	height: 100%;
	min-width:747px;
	width:90%;
	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: #B6252F; }

a:visited{ color: #831820; }

a:hover, a:focus{ color: #fff; background-color:#606616;	text-decoration:none; }

a:active{ color: #f89f25; }

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: #9c4318; }

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: url(../images/bg-content.jpg) repeat-y left top;
	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:221px;
	background: url( ../images/bg-header.png ) no-repeat left top ;
	top:0px;
}

#logo{
	display:block;
	position:absolute;
	width:172px;
	height:173px;
	background: url(../images/logo.png) no-repeat 0 0;
	left:25px;
	top:0;
	margin:5px 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{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:95%;
	left:25%;
	margin:0 ;
	padding:2.5% 5% 40px 0;
	top:0;
	min-height:325px;
}

#nav + #content{ width:70%; }

#footer {
	position: relative;
	bottom: 0;
	height:20px;
	margin:-20px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
	color:#706653;
	font-size:11px;
	line-height:1.7em;
	padding-bottom:20px;
}

#footer a{
	color:#706653;
}
#footer a:hover{
	color:#fff;
}

