@charset "utf-8";
/* CSS Document */

body
{
	background: url(../img/body_back.gif) repeat-x #9E2A1B;
	height: 435px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clearBoth
{
	clear: both;
}

.container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 900px;
	padding-top: 5px;
}

#header_left
{
	float: left;
	width: 198px;
}

#header_right
{
	float: right;
	margin-top: 30px;
}

ul#navigation
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation li
{
	float: left;
	list-style: none;
}

#navigation li a
{
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	text-shadow: 1px 1px 1px #333333;
}

#navigation li a:hover
{
	text-decoration: underline;
}

#main_content_container
{
	width: 900px;
	margin-top: 10px;
}

#content_left
{
	width: 240px;
	float: left;
}

#content_right
{
	width: 625px;
	float: right;
}

#social_contain
{
	margin: 40px 0px 0px 0px;
	width: 170px;
}

#social_left
{
	float: left;
}

#social_right
{
	float: right;
	font-size: 13px;
	color: #333333;
	margin: 5px 0px 0px 5px;
	font-weight: bold;
}

#social_right a
{
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#social_right a:hover
{
	text-decoration: underline;
	color: #9E2A1B;
}

#icons_back
{
	width: 100%;
	background:url(../img/bottom_back.gif) repeat-x;
	height: 90px;
}

#icons_container
{
	width: 900px;
	padding-top: 30px;
}

#icon_one
{
	width: 180px;
	float: left;
}

#icon_two
{
	width: 170px;
	float: left;
}

#icon_three
{
	width: 210px;
	float: left;
}

#icon_four
{
	width: 180px;
	float: left;
}

#icon_five
{
	width: 150px;
	float: right;
}

.icon_left
{
	float: left;
	width: 48px;
}

.icon_text
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.icon_text a
{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.icon_text a:hover
{
	text-decoration: underline;
	color: #9E2A1B;
}

#footer_back
{
	width: 100%;
	height: 100px;
	background: url(../img/footer-back.gif) repeat-x;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	padding-top: 13px;
}

#footer_back a
{
	color: #FFF;
}

#footer_back a:hover
{
	text-decoration: none;
}

h1
{
	color: #9E2A19;
	font-size: 38px;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 600;
}

p.bold
{
	line-height: 140%;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}