@charset "utf-8";
/* CSS Document */

/* Divs */

#wrapper {
		width: 767px;
		margin-left: auto;
		margin-right: auto;
		}

#header {
		width: 767px;
		height: 233px;
		float: left;
		background-image: url(images/header.jpg);
		}

#nav {
	width: 659px;
	height: 41px;
	padding-bottom: 4px;
	padding-top: 1px;
	padding-left: 60px;
	padding-right: 48px;
	float: left;
	background-image: url(images/menu_bg.jpg);
	}

#main {
	width: 747px;
	float: left;
	background-image: url(images/wrapper_bg.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	}

#main_bg {
	width: 747px;
	float: left;
	background-image: url(images/btm_rt_img.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

#content_column {
	width: 512px;
	float: left;
	background-color: #0b0b13;
	padding-top: 12px;
	}

#title {
	float: left;
	width: 512px;
	text-align: center;
	}

#content {
	float: left;
	width: 482px;
	text-align: left;
	padding: 15px;
	padding-bottom: 20px;
	}


#right_column {
	width: 235px;
	float: left;
	}

#footer {
	width: 767px;
	float: left;
	height: 19px;
	padding-top: 25px;
	background-image: url(images/footer.gif);
	}

#footer_links {
	width: 384px;
	float: left;
	text-align: left;
	}

#copyright {
	width: 383px;
	float: right;
	text-align: right;
	}

#key_web {
	width: 767px;
	text-align: right;
	}

/* Text Styles */

#content {
	color: #C4CCD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

#content a, #content a:link, #content a:hover, #content a:active, #content a:visited{
	color: #C4CCD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	}


#footer {
	color: #8895AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

#footer a, #footer a:link {
	color: #8895AC;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	}
