body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 780px;
	height:650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#header_left {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 106px;
	width: 260px;
	float:left}
	
#header_right_top{
	background-image: url(images/title.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:520px;
	height: 30px;
	float:right}
	
#header_right_bottom{
	width:520px;
	height: 76px;
	float:right}			
	
#navigation {
	height: 30px;
	background-color:#816c5b;
	float:none;
	clear:both}	
	
#content{
	clear:both}	
	
#secondary {
	background-color:#816c5b;
	width: 250px;
	height: 415px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top: 10px;
	padding-right:10px;
	float:left;	
	font-size: 60%;
	}	
	
#maintext {
	float: right;
	overflow: auto;

	line-height: 120%;
	font-size: 80%;
	padding-left:20px;
	padding-bottom:20px;
	padding-top: 20px;
	padding-right:20px;
	width: 470px;
	height:395px;
	background-color:#FFFFFF;
}
a {
	color: #cd5806;

}
a:hover {
	color: #CCCCCC;
}

#footer a {
	color: #fff;
	}
	
#footer a:hover {
	color: #2D637F;
	text-decoration:underline}	
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 120%;
	line-height: 140%;
	color: #2D637F;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #587992;
}

#footer {
	width:780px;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;}
	
#footer_left {
	width: 260px;
	float:left;
	font-size: 60%;
	background-color: #cd5806;
	height: 30px;
	text-align:left;
	color:#54473c;
	padding-top:10px;
	padding-left:10px;
	}
	
#footer_right {
	width:400px;
	float:right;
	font-size: 60%;
	background-color: #816c5b;
	height: 30px;
	text-align:right;
	color:#fff;
	padding-top:10px;
	padding-right:10px;
	}	
