body {
	background: #180100 url(images/bg.gif) repeat-x;
	margin: 0px;
	font-family: Lucida Sans Unicode;
	font-size:13px;
	color:#FFF;
}

#logo {
	width:100%;
	height:181px;
	background:url(images/logo.jpg) no-repeat center top;
}
#contentBox {
	margin:auto;
	width:825px;
	background:url(images/bg_content.jpg) no-repeat center top;
}
#headerBox {
	padding-top:10px;
}
#headerBoxPics img {
	margin-left:5px;
}
#headerBoxPics img.first {
	margin-left:0px !important;
}
#headerBoxTxt {
	height:50px;
	margin-top:5px;
	background-color:#763926;
}
#headerBoxTxt h1 {
	width:165px;
	float:left;
	text-align:center;
	font-size:15px;
	line-height:28px;
	font-weight:normal;
}
#headerBoxTxt a {
	text-decoration:none;
	color:#FFFFFF;
}
#footerBox {
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #FFFFFF;
	font-size:12px;
	text-align:center;
}
#footerBox a {
	color:#FFFFFF;
	text-decoration:none;
}
#footerBox a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
