/* Set basic styles */
body {
	background: #3D6344;
	font-family: Georgia, Garamond, Times New Roman, serif;
	}

img { 
	border: 0;
	}

#page {
 	background: url("/images/layout/page-bg.gif") repeat-y;
	width: 812px;
	padding: 0 6px 0 6px;
	margin: 0 auto;
	}

/* Header styles */
#header {
	position: relative;
	background: #C2915E;
	height: 133px;
	width: 800px;
	margin: 0 0 0 0;
	}

#headerimage {
	height: 133px; 
	width: 300px;
	}

#header h1 {
	color: #ccc;
	font-size: 2.5em;
	position: absolute;
	bottom: 20px;
	left: 320px;
	margin-bottom: 0;
	}
#header h1 span {
	color: #fff;
	font-size: 0.8em;
	}
	
/* Navigation styles */
#navigation {
	width: 800px;
	background: url("/images/navigation/nav_bg.jpg") repeat;
	padding: 10px 0 0 0;
	}

#navigation table {
	width: 790px;
	margin: 0 auto;
	}

#navigation table tr td {
	text-align: center;
	width: 79px;
	}

#navigation table tr td a{
	color: #662200;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	}

#navigation table tr td a:hover span {
	text-decoration: underline;
	}

/* Content section styles */

#content {
	}
	
/* Main section styles */
#main {
	padding: 0;
	margin: 0 245px 0 1em;
	}

#main img.large {
	display: block;
	margin: 0 auto;
	}

/* Sidebar section styles */
#sidebar {
	float: right;
	width: 220px;
	margin-right: 3px;
	}

/* Footer section styles */
#footer {
 	background: url("/images/layout/footer-bg.gif") no-repeat 0 100%;
	height: 139px;
	margin: 0 0 0 -6px;
	padding: 0 6px 6px 6px;
	width: 812px;
	}

#footercontent {
	background: #fff9e7;
	border-top: 1px solid #000;
	height: 133px;
	padding: 0;
	margin: 0;
	width: 800px;
	}

.copyright {
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	}