	html{
		margin:0px;
		padding:0px;
	}
		body{
			color:#3a3a3a;
			background:url('images/bg_ramp.jpg') top  repeat-x;
			margin:0px;
			padding:0px;
			text-align:center;
			font-family:verdana, helvetica;
			font-size:12px;
			line-height:18px;
		}
		#container{
			margin:0px auto 0px auto;
			text-align:left;
		
			width:850px;
			position:relative;
			
		
			
			
			
		}
		#main_content{
			background:url(images/main_bg.jpg) no-repeat ;
		}
		
		#logo{
			position:absolute;
			top:0px;
			left:0px;
			display:block;
			text-decoration:none;
			width:192px;
			height:105px;
		}
		#header{
			height:137px;
			background:green;
			position:relative;
			background:url(images/logo.jpg) no-repeat top left;
		}
		#nav{
			
			position:absolute;
			bottom:0px;
			right:0px;
			width:507px;
			height:38px;
			background:#2b2a26;
			
		}
		#nav a{
			
			color:gray;
			text-decoration:none;
			position:relative;
			top:13px;
			
			padding:4px 10px 4px 10px;
		}
		#nav a:hover{
			background:#832914;
			color:white;
		}
		#current_nav{
			background:#832914;
			color:white !important;
		}
		#right_col_wrapper{
			
			width:288px;
			background:url(images/main_bg.jpg) right -127px no-repeat #e6e5de;
			float:right;
	
			margin-top:128px;
			
		}
		#right_col{
			margin-top:40px;
			padding:3px 12px 0px 12px;
			color:#7b766d;
			
		}
		#left_col{
			
			float:left;
			
			margin-top:319px;
			width:520px;
			
		}
		h1{
			font-size:15px;
			border-top:1px solid #d94d3f;
			padding-top:10px;
			text-align:left;
		}
		#left_col h1{
			color:black;
			border-top: #b3aea4 1px solid;
		}
		#right_col h1{
			color:#3c352e;
		}
		#footer{
			text-align:center;
			color:white;
			clear:both;
			height:50px;
			margin-top:80px;
			background:#828282;
			padding-top:10px;
		}
		#footer_inside{
			margin:0px auto 0px auto;
			text-align:left;
			width:850px;
	
		}
		#left_col ul{
			margin-top:5px;
			margin-bottom:35px;
		}
		#left_col li{
			margin-bottom:3p;
		}
		li{
			margin-left:-5px;
			
		}
		img a{
			text-decoration:none;
		}