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

body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#868c94;
	background-color: #000000;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #868c94;
	text-decoration:underline
}
a:hover{
	color: #d1dcea;
	text-decoration: underline;
}

/************* divs and components **************/

#wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width:926px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	}
#header {
	width:926px;
	height:144px;
	margin-top:0px;
	background-color: #000000;
	}	
#left {
	float:left;
	width:60%;
	}	
#right {
	float:right;
	width:40%;
	}
#main {
	margin: 15px 15px 5px 15px;
	}
#main_right {
	margin: 15px 15px 5px 15px;
	}
img {
	border: none;
}	
#footer {
	min-width:926px;
	height:20px;
	text-align:center;
	background-color: #000000;
	font-size: 0.7em;
	clear:both;
	}






 




