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

body
{
	padding: 0;
	margin: 0;
	background: #000 url(images/background.jpg) no-repeat top center;
	color: #c8c8c8;
}

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

a:hover
{
	text-decoration: underline;
}

#content_holder
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	z-index: 2;
}

#header
{
	width: 100%;
	height: 59px;
	position: relative;
	margin-top: 25px;
}

#header_logo
{
	width: 245px;
	height: 49px;
	background-repeat: no-repeat;
	background-image: url(images/header_logo.gif);
	cursor: pointer;
}

#title
{
	position: relative;
	text-align: right;
	width: 100%;
	height: 34px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #db8263;
}

#main_image
{
	position: relative;
	width: 100%;
	width: 900px;
	height: 400px;
	margin-bottom: 22px;
}

div#left_box, div#right_box
{
	width: 386px;
	margin-bottom: 50px;
	
}

div#left_box
{
	float: left;
	margin-left: 48px;
}

div#right_box
{
	float: right;
	margin-right: 48px;
}

#promo_image
{
	margin: 10px;
}

div.promo_box
{
	border: 1px solid #903017;
	background-color: #140603;
	min-height: 97px;
	padding: 5px;
	overflow: visible;
}

div.hr
{
	width: 70%;
	height: 1px;
	background-color: #903017;
	margin: 0 auto 0 auto;
}

div.promo
{
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0 10px 0 0;
	min-height: 105px;
	font-size: 13px;
}

div.promo h2
{
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #b8702f;
	font-style: italic;
}

p.promo
{
	margin: 0;
	text-align: justify;
}

img.promo
{
	border: 1px solid #903017;
	width: 70px;
	height: 88px;
	float: left;
	margin: 10px;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #f2f1b9;
}

.read_more
{
	text-align: right;
	font-style: italic;
}


.right_align
{
	text-align: right;	
}

div#footer
{
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

#address
{
	color: #ffeae4;
	margin: 0 15px 0 15px;
}

div#footer_bar
{
	width: 100%;
	height: 7px;
	background-image: url(images/footer_bar.gif);
	background-repeat: no-repeat;
}

#footer_menu
{
	margin-bottom: 25px;
}

#footer_menu a
{
	margin: 0 15px 0 15px;
}

#footer #copyright
{
	margin: 0 105px 0 105px;
}

.float_left
{
	float: left;
}