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

body
{
	background-color: #27282A;
	margin: 0 auto;
	width: 790px;
}

A:link {text-decoration: none; color: #3399FF;}
A:visited {text-decoration: none; color:#3399FF;}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

.header, .middle, .footer, .link_bar
{

	float:left;
	width: 790px;
}

.header
{
	margin-top:0;
}

.middle
{
	background-image:url(middle_bg_img.jpg);
}

.left_div
{
	padding-left:50px;
	padding-top:15px;
	width:195px;
	float:left;
	color: #CCCCCC;

}

.left_div_text
{	
	width: 185px;
	font-size: 12px;
	text-align: justify;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#left_div_txt_padding
{
	padding-left: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.link_table a:link {color: #CCCCCC; text-decoration: none; }
.link_table a:active {color: #CCCCCC; text-decoration: none; }
.link_table a:visited {color: #CCCCCC; text-decoration: none; }
.link_table a:hover {color: #CCCCCC; text-decoration: underline; }

.titles_left
{	
	font-size: 20px;
	font-family: "Candara";
	font-weight: bold;
	color: #CCCCCC;
	border-bottom: 1px solid #999999;
	width: 185px;
}

#arrows
{
	color: #CC0000; font-size: 18px; font-family: Arial, Helvetica, sans-serif;
}

.right_div
{
	width:525px;
	float:right;
	padding-top:15px;
}

.titles
{	
	font-size: 20px;
	font-family: "Candara";
	font-weight: bold;
	color: #CCCCCC;
	border-bottom: 1px solid #999999;
	width: 500px;
}

#content
{
	padding-top:20px;
	padding-left: 10px;
	width:490px;
	color:#999999;
	text-align:justify;
	/*font-family: "Berlin Sans FB";*/
	font-family: Calibri;
	font-size: 15px;
	
}

.footer
{
	
}
.quote_txt_box
{
	color:#0099CC;
	border:#666666 1px solid;
}