/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #5E300F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}


a {
	text-decoration:none;
	color: #553622;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
	color: #FFCC99;
}


#container
{
	width:790px;
	margin:auto;
	background-color:#b19073;
	;
}

#navbar
{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:44px;
	text-align: center;
	padding-left: 5px;
	padding-top: 15px;
}


#header
{
	background-image:url(../images/img1.jpg);
	background-repeat:no-repeat;
	width:723px;
	height:301px;
	position:relative;
	margin-left:34px;
	margin-top:-1px;
	
}

#content
{
	width:723px;
	position:relative;
	margin-left:36px;
	margin-top:10px;
	background-color: #FBF1D6;
	
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #533722;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #533722;
}


#content_text
{
	width:700px;
	padding: 10px;
}







#footer
{
	background-image:url(../images/img4.jpg);
	width:790px;
	height:62px;
	position:relative;
	margin-top:29px;
}
#footer_text {
	color: #FFFFFF;
	text-align: center;
	padding-top: 22px;
}
#footer_text a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer_text a:hover {
	color: #FFCC99;
	text-decoration: none;
}
.image {
	margin: 8px;
	padding: 3px;
	border: 1px solid #330000;
}
