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

html, body {
	height: 100%;
}

body, form, h1, h2, h3, h4, h5, h6, p, ul, li { 
	margin: 0; 
	padding: 0;
}

body {
	background-color:#010000;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	
}


/*
---------------------------------------------------------------------------
Div Tags & Styles
---------------------------------------------------------------------------
*/

#wrapper {
	text-align:left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image:url(../images/bg_wrapper.jpg);
	background-repeat:repeat-y;
	min-height: 100%;
	overflow: auto;
}

#header_top_spacer {
	width: 1000px;
	background-image:url(../images/header_top_spacer.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}

#header_top_nav {
	width: 1000px;
	height:27px;

}

#header_city_top {
	width: 1000px;
	height:90px;
	background-image:url(../images/city_top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#header {
	text-align:left;
	width:1000px;
	height:311px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/name_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header_secondary {
	text-align:left;
	width:1000px;
	height:106px;
	background-image:url(../images/name_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#gallery_holder {
	text-align:center;
	width:1000px;
	height:311px;
	background-image:url(../images/name_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header_bottom_link {
	text-align:left;
	width:1000px;
	height:24px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/name_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header_bottom_spacer {
	text-align:left;
	width:1000px;
	height:23px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/name_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#main_nav {	

	width: 1000px;
	height:56px;
	background-image:url(../images/city_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}


#enclose {	
	float:left;
	width: 1000px;
	
	
}

#content_left_index {
	width:543px;
	float:left;
	text-align:left;
	background:url(../images/bg_content_left_index.jpg);
	background-repeat:no-repeat;
}

#content_left_index h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#2f1718;
	text-align:left;
	margin:10px 40px 0 25px;
}

#content_left_index h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#2f1718;
	text-align:left;
	margin:10px 40px 0 25px;
}

#content_left_index p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#6b5151;
	text-align:justify;
	margin:5px 40px 0 25px;
}

#content_left_index p a:link, #content_left_index p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#6b5151;
	text-align:center;
	margin:0px 0 12px 0;
	text-decoration:underline;
}

#content_left_index p a:hover, #content_left_index p a:focus, #content_left_index p a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	margin:0px 0 12px 0;
	text-decoration:underline;
}

#content_right_index {
	float: right;
	width:457px;
	padding: 0px;
	text-align:left;
	
}


#footer {
	clear:both;
	width: 1000px;
	height: 100px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left: auto;
	margin-right: auto;
	margin-top:-100px;
	position: relative;
}


#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#ab9b92;
	text-align:center;
	margin:0px 0 12px 0;
}

#footer p .nav_pipe {
	
	margin:0 5px 0 5px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#ab9b92;
	text-align:center;
	margin:0px 0 12px 0;
}

#footer p a:link, #footer p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#ab9b92;
	text-align:center;
	margin:0px 0 12px 0;
	text-decoration:underline;
}

#footer p a:hover, #footer p a:focus, #footer p a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	margin:0px 0 12px 0;
	text-decoration:underline;
}

/*
---------------------------------------------------------------------------
Table Styles
---------------------------------------------------------------------------
*/


.specials_table_right_spacer {
	background-image:url(../images/sidebar_right_spacer.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	
}

.left_image {
	float:left;
	vertical-align:text-top;
	margin:0 10px 0 0;
	
}

.horizontal_rule {

	margin:10px 0 10px 0;
	
}

