body {
	background: url(/site_images/bg.jpg) no-repeat top center #c8c5b4;
	text-align: center;
	margin: 0px;
}

body, p, td {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 1em;
}

img {
	border: 0px;
}

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0.8em;
}

h2, h3 {
	margin-top: 1em;
}

/* Layout Styles */

#site_container {
	position: relative;
	top: 20px;
	background: white;
	width: 849px;
	margin: 0px auto;
	text-align: left;
	padding: 8px;
}

html>body #site_container {
	width: 833px;
}

#site_sidebar {
	width: 160px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}

#content_container {
	
}

#footer {
	position: absolute;
	width: 665px;
	top: 450px;
	left: 176px;
	line-height: 12px;
	color: #817159;
	font-size: 10px;
	text-transform: uppercase;
}

#bottom_nav {
	position: absolute;
	right: 0px;
	top: 0px;
}

#bottom_nav a {
	color: #817159;
	margin-left: 10px;
	text-decoration: none;
}

#navbar {
	background: url(/site_images/db_nav.gif);
	width: 160px;
	height: 376px;
}

#navbar ul {
	margin: 0px;
	padding-top: 13px;
	padding-left: 13px;
	list-style-type: none;
}

#navbar li {
	text-transform: uppercase;
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 16px;
	line-height: 22px;
}

#navbar ul ul {
	padding-top: 2px;
	padding-bottom: 8px;
}

#navbar li li {
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

#navbar a {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	color: #604e30;
}

/* Page Styles */


#fixed_image {
	position: absolute;
	top: 8px;
	left: 176px;
}

#content_box {
	padding: 10px;
	width: 665px;
	height: 439px;
	position: absolute;
	top: 8px;
	left: 176px;
	color: white;
}

html>body #content_box {
	width: 645px;
	height: 419px;
}

#content_box td {
	vertical-align: top;
	color: white;
}
#links_container td, #content_box td.padded {
	padding: 8px;
}

#content_box a {
	color: #ecedd2;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#content_box a:hover {
	color: white;
}

#left_drawer {
	width: 150px;
	position: absolute;
	left: 25px;
	top: 33px;
}

#big_right_image_text {
	width: 210px;
}

#big_right_image {
	height: 419px;
}

#big_right_image_container {
	position: absolute;
	left: 230px;
	top: 8px;
	width: 424px;
	overflow: hidden;
}

#home_profile_text {

}

#more_link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 15px;
	color: white;
}

#register_now {
	position: absolute;
	bottom: 20px;
}

.tan {
	background: #c7c4a9;
}

.brown {
	background: #604e30;
}

.maroon {
	background: #582008;
}