@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#473C37;
	font-family:Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	margin-top:0;
	margin-left:0;
}

a, a:visited {
	color:#E9193A;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#755831;
}

.clear {
	clear:both;
}

.wrapper {
	width:922px;
	margin:auto;
	position:relative;
}

.main_nav_holder {
	width:902px;
	height:26px;
	background-image:url(images/main_nav_bg.gif);
	background-repeat:no-repeat;
	margin-top:6px;
	padding-left:20px;
	padding-top:60px;
}


.main_nav_buttons {
	width:902px;
	height:26px;
	z-index:101;
	 margin:auto;
	position:absolute;
	
	top:60px;
	padding-left:20px;
	padding-top:0px;
}

.sub_nav_holder {
	width:922px;
	height:35px;
	background-image:url(images/sub_nav_holder.gif);
	background-repeat:no-repeat;
	margin-top:6px;
	padding-top:5px;
	padding-left:10px;
}

.main_content {
	background-image:url(images/panel_bg.gif);
	width:922px;
	margin-top:6px;
}

.striped_paper {
	background-image:url(images/striped_paper_bg.gif);
	width:393px;
	margin-left:27px;
	padding:22px;
}

.set_outside_holder {
	width:514px;
	margin-top:32px;
	margin-left:42px;
	float:left;
	background-image:url(images/line_bg.gif);
	background-repeat:repeat-y;
}

.right_holder {
	width:340px;
	height:469px;
	padding-top:354px;
	padding-left:24px;
	float:left;
	background-image:url(images/right_holder.gif);
	background-repeat:no-repeat;
}

.right_holder_sub {
	width:340px;
	height:469px;
	padding-top:354px;
	padding-left:24px;
	float:left;
	background-image:url(images/right_holder_sub.gif);
	background-repeat:no-repeat;
}

.right_holder_home {
	width:340px;
	height:469px;
	padding-top:354px;
	padding-left:24px;
	float:left;
	background-image:url(images/right_holder_home.gif);
	background-repeat:no-repeat;
}

.logo_holder {
	z-index:100;
	width:245px;
	height:456px;
	top:-6px;
	right:47px;
	margin:auto;
	position:absolute;
}
