#main{
	width:970px;
	margin:24px auto 0;
}
/*** Header ***/
#header{
	width:970px;
	height:91px;
	position:relative;
	margin-bottom:19px;
	overflow:hidden;
}
#header strong a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:194px;
	height:37px;
	/* Set in theme:
	background:url(../images/logo.gif) no-repeat 0 0;*/
	position:absolute;
	top:0;
	right:19px;
}
/*** Content ***/
.content{
	width:970px;
	overflow:hidden;
}
.holder-wide{
	width:970px;
	float:left;
	margin:29px 0 0;
	overflow:hidden;
	background:url(../images/content.gif) repeat-y 0 0;
}
.maincontent-wide{
	width:726px;
	float:left;
	overflow:hidden;
}
.holder{
	width:745px;
	float:right;
	background:url(../images/content-inner.gif) repeat-y 0 0;
}
.maincontent{
	width:460px;
	float:left;
}
.maincontent h1{
	margin:18px 0 14px 0;
	color:#003968;
	font-size:20px;
	font-weight:normal;
}
.maincontent h3{
	margin:18px 0 14px 0;
	font-size:16px;
	font-weight:normal;
}
.maincontent p{margin:0;}
/*** Footer ***/
#footer{
	width:940px;
	height:29px;
	/*background:url(../images/footer.gif) no-repeat 0 0;*/
	margin:21px 0 0;
	float:left;
	color:#645222;
	padding:11px 17px 0 13px;
}
#footer a{color:#645222;}
a.logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
	height:17px;
	/*background:url(../images/logo-small.gif) no-repeat 0 0;*/
	margin:0 12px 0 0;
}
#footer .left{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#footer .right li,
#footer .left li{
	float:left;
	/*background:url(../images/footer-sep.gif) no-repeat 0 50%;*/
	padding:0 7px 0 8px;
}
#footer .right li.first,
#footer .left li.first{background:none;}
#footer .right{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
