@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	background:#87402a url(../images/bg-noise.jpg);
}
#container {
	width:930px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
#header {
	width:100%;
	height:275px;
	margin:0;
	padding:0;
	background:url(../images/bg-header-marble-2.jpg) repeat-x;
	position:relative;
}
#site_top {
	width:930px;
	height:145px;
	margin:0 auto;
}
#site_top_background {
	width:860px;
	height:145px;
	margin:0 auto;
	padding:0;
	background:#000000;
	float:left;
	position:relative;
}

#logo {
	width:252px;
	height:95px;
	padding:0 0 0 10px;
	background:url(../images/logo.png) no-repeat right;	
}

#topnav_right {
	width:200px;
	height:70px;
	position:absolute;
	right:10px;
	top:20px;
	color:#FFFFFF;
}
#topnav_right .text_12px {
	font-size:12px;	
}
#menu {
	width:850px;
	height:25px;
	padding:5px 5px 0 5px;
	background:url(../images/menu-strap.jpg) no-repeat;
	position:absolute;
	bottom:10px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

#menu ul {
	width:860px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#menu ul li {
	margin:0 2px 0 2px;
	padding:0;
	float:left;
	display:inline;
}
#buckle_left {
	width:35px;
	height:145px;
	float:left;
}
#buckle_right {
	width:35px;
	height:145px;
	float:left;
}
#container {
	width:930px;
	
	margin:0 auto;
	position:relative;
	clear:both;
	z-index:50;
}
#masthead_wrapper {
	width:930px;
	height:310px;
	position:relative;
	z-index:50;
}
#masthead {
	width:860px;
	height:382px;
	margin:0;
	padding:32px 35px 32px 35px;
	background:url(../images/bg-frame.png) no-repeat;
	position:absolute;
	top:-130px;
	z-index:50;
}

#masthead_textbox {
width:460px; 
height:190px;
position:absolute;
right:34px;
bottom:34px;
background:url(../images/bg-masthead-textbox.png) no-repeat;
z-index:55;
}
#content {
	width:850px;
	
	margin:0px auto;
	padding:10px 30px 30px 30px;
	background:url(../images/bg-content.jpg) repeat-y;
	position:relative;
	text-align:center;
}
#content_left {
	width:545px;
	min-height:650px;
	margin:0 0 0 20px;
	padding:10px;
	float:left;
	
}
#content_right {
	width:225px;
	min-height:650px;
	margin:0 0 0 0;
	float:right;
	padding:17px;
	background:url(../images/bg-content-bars.png) no-repeat left;
}

#content_lower_bar {
	width:859px;
	height:90px;
	margin:0 auto 0 1px;
	padding:0 0 0 0;
	background:url(../images/bg-lower-bar.jpg) repeat-x;
	position:relative;
}
#content_lower_bar_text {
	width:859px;
	height:18px;
	margin:0 auto 0 1px;
	padding:2px 0 0 0;
	position:absolute;
	bottom:15px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	text-align:center;
}
#footer {
	width:920px;
	height:40px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	font-size:12px;
	color:#000
	
}
#footer a {
	color:#000;
	font-weight:
}

.clear {
	clear:both;
}

a:link {
	color: #823A24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #753421;
}
a:hover {
	text-decoration: none;
	color: #753421;
}
a:active {
	text-decoration: none;
}

.image_center {
	margin:0 auto;
	text-align:center;
}