body {
		background:url(body.png) top repeat-x #fff;
		margin:0;
		padding:0;
		text-align:center;
	}
	
	body, table {
		color:#565656;
		font-size:12px;
		letter-spacing:0px;
		font-family:Arial;
	}
	
	div.page {
		width:1000px;
		padding:0;
		margin:0 auto;
		text-align:left;
	}
	div.top {
		background:url(top.png);
		width:1000px;
		height:390px;
		padding:0;
	}
	div.content {
		background:url(page.png);
		width:860px;
		padding:20px 70px;
		margin:0;
	}
	
	div.bottom {
		background:url(bottom.png);
		width:920px;
		height:70px;
		padding:60px 40px 0 40px;
	}
	div.navigation {
		position:absolute;
		top:60px;
		padding-left:40px;
		width:700px;
	}
	div.headerimg {
		position:absolute;
		top:105px;
		width:700px;
		padding:0 30px;
	}
	
	div.navigation a {
		color:#dedede;
		text-decoration:none;
		margin:0px 15px;
	}
	div.bottom a {
		color:#dedede;
		text-decoration:none;
	}
	
div.content a {
	text-decoration:none;
	color:black;
}
div.content a:hover {
	text-decoration:underline;
	color:#565656;
}
