@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align:center;
}
body {
	padding:95px 0 0
}
p {
	margin:0 0 1em;
}
body {
	background:#ffc863 url(../images/bodybg.gif) repeat 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#outer, #footer {
	width:780px;
	margin:auto;
	text-align:left;
	background:url(../images/mainbg.gif) repeat-y 1px 0;
	padding:0;
}
#footer {
	height:44px;
	background:url(../images/footer.gif) no-repeat 1px 0;
	clear:both;
}
#footer div {
	float:right;
	margin:0 12px;
	text-align:center;
	height:35px;
	width:500px;
	font-size: 9px;
	
}
#footer p {
	margin:3px 0;
}
#inner {
	width:776px;
	min-height:532px;
	background:url(../images/header.jpg) no-repeat -1px 0;
	margin-top:-95px;
	float:left;
	padding:95px 0 0;
}
* html #inner {
	height:532px;
}
#main {
	float:right;
	width:400px;
	margin:0 20px 0 0;
	display:inline;
	padding:115px 0 0;
	font-size:12px;
}
#sidebar {
	float:left;
	width:250px;
	color:#fff;
	margin:0 0 0 60px;
	display:inline;
	padding:120px 0 0;
}
#nav {
	width:140px;
	list-style:none;
	line-height:2em;
	margin:0 0 45px 70px;
	padding:0;
	color:#fff;
}
#nav a {
	color:#fff;
	text-decoration:none
}
.box {
    width:210px;
    color:#fff;
    padding:0px 20px;
    background:url(../images/box-mid.png) repeat-y 0 0;
}
.box-top,.box-base{
    width:250px;
    height:30px;
    background:url(../images/box-top.png) no-repeat 0 0;
    clear:both;
}
.box-base{background:url(../images/box-base.png) no-repeat 0 0;}

* html .box{background:url(../images/box-mid8.png) no-repeat 0 0;}
* html .box-top{background:url(../images/box-top8.png) no-repeat 0 0;}
* html .box-base{background:url(../images/box-base8.png) no-repeat 0 0;}
.box p {
	margin:0 5px;
}
h1 {
	margin:0 0 50px -9px;
	width:345px;
	height:64px;
}
h2 {
	text-align:center;
}
.subtitle {
    margin-top:-20px;
} 
.hidden {
	display:none;
}
.blockquote {
	font-style: italic; 
}
