/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#333333;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:25px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#313131;
}

h2{
	font-size:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#313131;
}


h3{
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#313131;
}


#top_text{
	width:100%;
	height:20px;
	font-size:14px;
	text-align:center;
	color:#ffffff;
}

#holder{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:890px;
	height:75px;
}

#header_left{
	float:left;
	width:550px;
	height:75px;
}

#header_right{
	float:right;
	width:300px;
	height:75px;
	text-align:right;
	color:#ffffff;
	font-size:20px;
}

#logo{
	text-align:left;
	color:#ffffff;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
}

#logo a{
	text-align:left;
	color:#ffffff;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
}

#logo_text{
	text-align:left;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#banner{
	width:900px;
	height:281px;
}

#navigation{
	width:900px;
	height:63px;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
	text-align:center;
}

#content{
	width:900px;
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:repeat-y;
}

#sidebar{
	width:288px;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#sidebar_call{
	font-size:20px;
	color:#FFFFFF;
	font-weight:500;
	padding-bottom:10px;
}

#main_content{
	width:600px;
	float:right;
}

#main_content_top{
	background-image:url(images/main_content_top.png);
	background-repeat:no-repeat;
	width:600px;
	height:11px;
}

#main_content_middle{
	background-image:url(images/main_content_middle.png);
	background-repeat:repeat-y;
	width:600px;
}

#main_content_bottom{
	background-image:url(images/main_content_bottom.png);
	background-repeat:no-repeat;
	width:600px;
	height:13px;
}

#main_content_middle p{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	text-align:justify;
}

.clear{
	clear:both;
}

#bottom_links{
	background-color:#1e1e1e;
	width:900px;
	height:25px;
	margin-top:5px;
	text-align:center;
	color:#9b9b9b;
	font-size:12px;
	text-transform:uppercase;
	padding-top:10px;
}

#bottom_links a{
	color:#9b9b9b;
	text-decoration:none;
}

#bottom_links a:visited{
	color:#9b9b9b;
	text-decoration:none;
}

#bottom_links a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#footer{
	background-color:#000000;
	width:900px;
	height:35px;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	padding-top:20px;
}

#external_links{
	color:#ffffff;
	text-align:center;
	font-size:12px;
	padding:10px;
}

#external_links a{
	color:#ffffff;
	text-decoration:none
}

#external_links a:visited{
	color:#ffffff;
	text-decoration:none
}

#external_links a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}