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

* {
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	background: #996819;
}

#page {
	width: 928px;
	margin: 0 auto;
	background-image:url(../img/page_bg.png);
}

#header_top{
	background:url(../img/header_bg.png) no-repeat;
	height: 20px;
	width: 928px;
	margin: 0 auto;
}

#header {
	height: 172px;
	width: 898px;
	margin: 0 auto;
}

p.subhead {
	background: url(../img/gradient_bg.png) repeat-y;	
}

p {
	margin-bottom: 8px;
	margin-top: 8px;
	text-align:justify;
	line-height: 16px;
	margin: 8px 6px;
}

a {
	color:#036;
	font-weight:bold;
}

.footer_logo img {
	margin-bottom: 10px;	
}	

#footer_bottom{
	background:url(../img/footer_bg.png) no-repeat;
	height: 20px;
	width: 928px;
	margin: 0 auto;
}