/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background: #D09249 url(../images/body-bg-slice.jpg) center repeat-y;
	}
	
/*Typography*/
h1 {
	color: #055319;
	text-transform: uppercase;
	}
h2 {
	color: #D09249;
	}
h3 {
	color: #055319;
	}
p {
	line-height: 1.7;
	}
a {
	color: #055319;
	}
	
/*Header*/
#headerContainer {
	background: url(../images/header-bg-slice.jpg);
	}
#headerContainer2 {
	background: url(../images/header-bg.jpg) center no-repeat;
	}
#header {
	width: 768px;
	height: 35px;
	margin: 0 auto;
	}
#header img {
	border: none;
	display: block;
	}
	
/*Content*/
#content {
	width: 768px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: url(../images/content-bg-slice.gif);
	border-bottom: #0066BA 5px solid;
	}
#content2 {
	width: 100%;
	background: url(../images/content-bg-top-left.gif) left top no-repeat;
	}
	
/*Main*/
#main {
	width: 568px;
	padding: 0 10px;
	float: left;
	}
	
/*Sidebar*/
#sidebar {
	width: 160px;
	padding: 0 10px;
	float: right;
	}
#sidebar h3 {
	color: #FFFFFF;
	font-weight: normal;
	}
#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	}
#sidebar ul li {
	margin: 5px 0;
	}
#sidebar ul li a {
	color: #FFFFFF;
	font-size: 110%;
	text-decoration: none;
	}
	
/*Other*/
.hr {
	height: 1px;
	margin: 20px 0;
	background: #640405;
	}
.hr hr {
	display: none;
	}