body {
background: url(../images/background.jpg);

	
	
}



#main {
	
	width: 900px;
	height: 500px;
	margin: auto;
	margin-top: 30px;
}

#left {

	width: 340px;
	height: 500px;
	float: left;

}

#claim_top {
	background: url(../images/top.jpg) no-repeat;
	width: 560px;
	height: 50px;
	float:left;
	
}

#navigation {
	
	background: url(../images/navigation.jpg) no-repeat;
	width:150px;
	height: 400px;
	float: left;
	
}

#content {

	background: #A88D57;
	width: 410px;
	height: 400px;
	float: left;
	
}
 
#claim_bottom {
	background: url(../images/bottom.jpg) no-repeat;
	width: 560px;
	height: 50px;
	float:left;
	
}

#footer {
	
	font-family:"Century Gothic";
	font-size: 10px;
	color: #A78C57;
	width: 900px;
	height: 20px;
	float:left;
	
}