body,html{
	background-color:#333333;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	}
	
body{
	overflow-y:scroll;
	}
	
	
#center{
	width:1112px;
	margin: 0 auto;
	}	
	
#main_container{
	width:1070px;
	float:left;
	}
	
#background{
	width:1070px;
	float:left;
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:154px;
	}
	
#logo{
	font-size:18px;
	color:#999999;
	font-family:Georgia, Times New Roman, Times, serif;
	float:left;
	margin:37px 0 0 3px;
	}
	
#logo span{
	color:#ff6633;
	font-size:24px;
	}
	
	
#nav_bar{
	float:right;
	width:833px;
	}

#nav_bar ul{
	width:833px;
	margin:43px 0 0 0;
	}
	
#nav_bar ul li {
	display:inline;
	}
	
#nav_bar ul li a{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	float:left;
	color:#999999;
	text-decoration:none;
	margin-left:23px;
	}
	
#nav_bar a:hover{
	color:#ffffff;
	}
	
#center_wrapper{
	width:900px;
	margin: 0 auto;
	}

#index_wrapper{
	float:left;
	width:900px;
	min-height:400px;
	height: auto !important;
	height:400px;
	}
	
#index_image{
	background-image:url(images/index_image.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:300px;
	height:499px;
	float:right;
	}
	
#index_text{
	float:left;
	margin:;
	width:500px;
	}
	
#index_text p{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	color:#999999;
	font-weight:normal;
	}
	
#index_text h1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	color:#999999;
	font-weight:bold;
	}
	
#index_text a{
	color:#999999;
	text-decoration:underline;
	}
	
	
#client_nav_bar{
	float:left;
	width:450px;
	}

#client_nav_bar ul{
	width:450px;
	margin:20px 0 0 0;
	}
	
#client_nav_bar ul li {
	display:inline;
	}
	
#client_nav_bar ul li a{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	float:left;
	color:#999999;
	text-decoration:none;
	margin-left:23px;
	}
	
#client_nav_bar a:hover{
	color:#ffffff;
	}	
	
#wrapper{
	width:900px;
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:30px 0 30px 0;
	}
	
#wrapper a{
	color:#999999;
	}
	
#wrapper a:hover{
	color:#ffffff;
	}
	
#footer_center{
	width:800px;
	margin: 0 auto;
	}
	
#footer{
	background-image:url(images/footer_bg.gif);
	width:800px;
	height:45px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 20px 10px;
	}
	
#copyright{
	float:left;
	width:800px;
	text-align:center;
	margin-top:20px;
	}
	
#copyright p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	}
	
#copyright a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	text-decoration:none;
	}
	
#copyright a:hover{
	text-decoration:none;
	color:#ffffff;
	}
	
.clear{
	clear:both;
	}
	
