body {
	background: #000 url('images/bg.jpg');
	font-size: 11px;
	color: #d8c9b9;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Palatino, serif;
	width: 100%;
}

/* NESTS TOP BG FADE */
#outerdiv {
	position: absolute;
	background: url('images/bg_top.jpg') repeat-x;
	height: 100%;
	width: 100%;
}

/* SITE CONTAINER */
#content {
	vertical-align: middle;
	margin: 0 auto;
	padding: 0px;
	width: 911px;
	min-height: 100%;
	background-color: #000;
	border-left: 1px solid #382d22;
	border-right: 1px solid #382d22;	
}

/* NESTING DIVS INSIDE THE SITE CONTAINER */
#header {
	display: block;
	width: 911px;
}
#topnav {
	width: 100%;
}
#contentinner {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 18px;		
}
#contentinner2 { 
	padding: 20px 80px 55px 80px; 
	min-height: 200px;
	background: #000 url('images/ajax-loader.gif') no-repeat;
	background-position: 50% 50%;	
}
#contentinner2 div { background-color: #000; }

/* PHOTOS */
#flashcontent { text-align: center;}

/* VIDEO */
#player, #playerNavigation { text-align: center;}
#playerNavigation { padding-top: 20px; }

/* FOOTER */
#footer {
	background: #000 url('images/divider.gif') repeat-x;
	width: 100%;
	padding-bottom: 20px;
}
#footer img { border: 0; }
#footer .footer_left {
	width: 200px;
	float: left;
	text-align: left;
	padding-top: 20px;
}
#footer .footer_left img { padding-left: 20px;}
#footer .footer_mid {
	color: #614e40;
	width: 511px;
	float: left;
	overflow: auto;
	padding-top: 25px;
}
#footer .footer_right {
	width: 200px;
	padding: 0px;
	float: left;
	padding-top: 25px;
	text-align: left;
}
#footer .footer_right a { color: #614e40; background: url('images/icon_mail.gif') no-repeat; padding-left: 22px; background-position: 0px 1px; text-decoration: none; }

/* SPECIFIC CONTENT PAGES */
#home div {
	text-align: center;
	line-height: 20px;
}
#about_left {
	float: left;
	width: 190px;
}
#videos_left {
	float: left;
	width: 190px;
}
#videos_left img {
	border: 1px solid #2e3734;
}
#videos_left img:hover {
	border: 1px solid #f4e98c;
}
#videos_right {
	text-align:justify;
	float: left;
	width: 560px;
}
a.video_title:link, a.video_title:visited {
	font-family: Century Gothic, sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}
#videos_right p {
	margin-top: 0px;
}

/* COMMON DOCUMENT PROPERTIES */
#divider { width: 100%; padding: 20px 0px 20px 0px;}
#divider div { background: url('images/divider_dashed.gif') repeat-x; height: 4px; width: 100%;}
a:link, a:visited {
	color: #b29d85;
}
a:hover {
	color: #ffc666;
}
.heading, h2 {
	font-family: Century Gothic, Avant Garde, sans-serif;
	text-transform: uppercase;
	color: #b29d85;
	font-weight: normal;
}
.heading2 {
	font-family: Century Gothic, sans-serif;
	font-size: 1.2em;
}