/* CSS Document */

body {
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0 auto;
}


#main_wrapper					{
	width: 900px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
}


#masthead						{
	width: 900px;
	height: 125px;	
}


#content_wrapper					{
	width: 860px;
	padding: 0 20px 20px 20px;
	text-align: left;
}


#coming_wrapper					{
	width: 600px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
}



#content_gray					{
	width: 555px;
	border: 1px solid #C5C5C5;
	background-color: #FAFAFA;
	padding: 10px 15px 10px 10px;
	margin-top: 1px;
	text-align: left;
	float: left;
}



#content_001					{
	width: 150px;
	float: left;
	vertical-align: top;
}



#content_002					{
	width: 390px;
	padding: 0px 0px 0px 10px;
	float: right;
	vertical-align: top;
}

#content_single_col				{
	width: 540px;
	padding: 0px 0px 0px 10px;
}



#content_image					{
	width: 255px;
	margin: 0 0 0 0;
	float: right;
}



#footer						{
	width: 900px;
	height: 75px;
	padding: 0 0 0 0;
	background-image: url(images/footer_background.jpg);
	background-repeat: repeat-x;
}


#clear						{
	clear: both;
}





/*  														Text Styles				*/




.normal_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
}


.normal_italic_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
}


.normal_italic_bold_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}


.normal_underline_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
}


.normal_bold_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}


.normal_red_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	color: #bd0416;
}


.headline_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}


.headline_large_text					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}

.headline_large_text_red					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #bd0416;
}





/*  														Link Styles				*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #bd0416;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #bd0416;
}
a:active {
	text-decoration: underline;
	color: #bd0416;
}
#content_001 a {
	text-decoration: none;
}
