* {
	margin: 0px;
	padding: 0px;
}
html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #650000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #403629;
	height:100%; /* needed for container min-height */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 916px;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
#masthead {
	display: block;
	height: 150px;
	width: 916px;
	background-image: url(../images/bg_masthead.jpg);
	background-repeat: no-repeat;
}
#logo {
	float: left;
}


#navigation {
	width: 375px;
	margin-top: 95px;
	float: right;
}
#guts {
	background-image: url(../images/bg_guts.gif);
	background-repeat: no-repeat;
	width: 850px;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 77px;
}
#leftcol {
	float: left;
	width: 625px;
}
.section_photo {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ada38e;
}
#content {
	padding: 36px;
	width: 553px;
}
#content a {
	color: #BF2E1A;
}
#content a:hover {
	color: #C6A363;
}

#rightcol {
	padding: 22px;
	width: 180px;
	float: left;
	font-size: 12px;
	color: #650000;
}
#rightcol a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightcol a:hover {
	color: #f3e3b3;
}
#rightcol li {
	margin-bottom: 14px;
	list-style-type: none;
}
div#footer {
	position:absolute;
	width:100%;
	padding-top: 50px;
	bottom:0; /* stick to bottom */
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #725f3e;
	font-size: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #650000;
	margin-bottom: 16px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #650000;
	margin-bottom: 14px;
}
h3 {
	font-size: 18px;
	color: #bf2e1a;
	margin-bottom: 16px;
}
h4 {
	color: #650000;
}
.white {
	color: #FFFFFF;
}
