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

body {
	background-color: #552B00;
	margin:0px;
	padding:0px;
	
}

#container {
	position: absolute;
	/*top:90px;*/
	top:120px;
	height:520px;
	border-top: solid 2px #F6E9CF;
	border-bottom: solid 2px #F6E9CF;
	width: 100%;
	
} 


#content {
	position: absolute;
	background-color:#351B00;
	left: 50%;
	margin-left: -450px;
	width:900px;
	height:520px;
}

#chisel {
	position:absolute;
	display:block;
	top:-85px;
}

#quotes {
	position:absolute;
	top: 120px;
	right: 20px;
	width:400px;
	background-color:#808000;
}

#quotes p {
	color: #F6E9CF;
	text-align:left;
	letter-spacing:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding: 10px;
}