@charset "utf-8";

/************** RESET CSS STYLES **************/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,ol,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:inherit;
	text-align:left;
	font-size:11px;
	line-height:18px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body {
	width:100%;
	height:100%;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#815f53;
	background-image:url("../images/bg/main_bg.jpg");
	background-attachment:fixed;
}

/************** HEADERS **************/

.header, #header{
	width:100%;
	height:318px;
	margin:0px;
	padding:0px;
	text-align:center;
}

.child_header, #child_header{
	width:979;
	height:76px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding:0px;
	text-align:center;
}

/************** MENU BAR **************/

#menu_bar{
	width:965px;
	height:24px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:14px;
	margin-left:auto;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	text-align:center;
	font-size:14px;
	line-height:19px;
	background-color:#efe6af;
	overflow:hidden;
}

#menu_bar a{
	color:#663625;
	text-decoration:none;
	border:0px;
	outline:0px;
	font-size:14px;
}

#menu_bar a:hover{
	color:#815f53;
	text-decoration:none;
	border:0px;
	outline:0px;
	font-size:14px;
}

/************** COLUMNS **************/

.column_wrapper{
	width:850px;
	height:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	text-align:center;
}

.child_column_wrapper{
	width:900px;
	height:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	text-align:center;
}

.left_column_wrapper{
	width:497px;
	height:auto;
	margin:0px;
	background-image:url("../images/bg/home_left_col_bg.gif");
	background-repeat:repeat-y;
	float:left;
}

.child_left_column_wrapper{
	width:222px;
	height:auto;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-image:url("../images/bg/left_col_bg.gif");
	background-repeat:repeat-y;
	float:left;
}

.left_column{
	width:100%;
	height:100%;
	margin:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:15px;
	padding-left:0px;
	background-image:url("../images/bg/cross_bg.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
}

.left_column_content{
	width:467px;
	height:auto;
	margin-top:15px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	overflow:hidden;
}

.left_column_content img{
	float:left;
	border:0px;
	margin:0px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:0px;
}

.child_left_column_content{
	width:192px;
	height:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	overflow:hidden;
}

.right_column_wrapper{
	width:330px;
	height:auto;
	background-image:url("../images/bg/home_right_col_bg.gif");
	background-repeat:repeat-y;
	float:right;
}

.child_right_column_wrapper{
	width:668px;
	height:auto;
	background-image:url("../images/bg/right_col_bg.gif");
	background-repeat:repeat-y;
	float:right;
}

.right_column{
	width:100%;
	height:100%;
	margin:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:15px;
	padding-left:0px;
	background-image:url("../images/bg/cross_bg.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
}

.right_column_content{
	width:300px;
	height:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}

.child_right_column_content{
	width:493px;
	height:auto;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:-59px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:20px;
	padding-left:0px;
	float:right;
}

.header_holder{
	width:638px;
	height:auto;
	margin-top:15px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	overflow:hidden;
}

.header_holder_small{
	width:100%;
	height:auto;
	margin-top:15px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	overflow:hidden;
}

.child_nav_column{
	width:130px;
	height:auto;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:15px;
	padding:0px;
	float:left;
	font-weight:bold;
	color:#3e1b0e;
}

.child_nav_column a{
	color:#3e1b0e;
	text-decoration:none;
	border:0px;
	outline:none;
}

.child_nav_column a:hover{
	color:#815f53;
	text-decoration:none;
	border:0px;
	outline:none;
}

/************** FOOTER & SITE CREDITS **************/

#footer{
	width: 848px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

#footer p{
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #663625;
}

#credits{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
}

img.cmig{
	float: right;
	clear: none;
	border: 0px;
	padding-right: 15px;
	margin: 0px;
}

img.backstage{
	float: right;
	clear: none;
	border: 0px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 3px;
}

/************** TABLES **************/

#left_column table{
	margin:0px;
	padding:0px;
}

td{
	padding:0px;
}

.alt_row{
	background-color: #f7f1c8;
}

/************** TEXT STYLES **************/

p{
	margin-top:8px;
	margin-right:0px;
	margin-bottom:8px;
	margin-left:0px;
}

a{
	text-decoration:none;
	color:#663625;
}

a:hover{
	text-decoration:none;
	border:0px;
	color:#815f53;
	outline:none;
}

h1{
	display:block;
	width:100%;
	height:28px;
	margin:0px;
	margin-bottom:7px;
	padding-top:8px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:13px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	background-image:url("../images/headers/header_bar.gif");
	background-position:center;
	background-repeat:no-repeat;
}

h2{
	color: #663625;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

b, strong {
	color: #663625;
	font-weight:bold;
}

/************** MISC STYLES **************/

.child_pics{
	width:296px;
	height:348px;
	display:block;
	position:absolute;
	z-index:50;
	top: 0px;
	left:50%;
	margin-top:100px;
	margin-left:-495px;
}

.pic_spacer{
	display:block;
	height:315px;
}

.clear_it {
	display: block;
	width: 1px;
	height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

object, embed{
	outline:none;
}

hr{
	border-top:1px solid #ddd394;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	height:1px;
	line-height:0px;
}