body {
	font: 		12px Geneva,Arial,Helvetica,sans-serif;
	color: 		#BBAAAA;
	background-image: url('bkgd.jpg');
	background-repeat: repeat;
}

#main {
	text-align: 	justify;
	vertical-align: top;
	padding: 	5px 15px 5px 15px;
	width:		530px;
	height:		330px;
	color: 		#512E1A;
	background:	#B08F71;
	border:		3px #FF9900 dotted;
}

8A6D5C, B08F71, BD9270

#news {
	text-align: 	left;
	font-size:	11px;
	vertical-align: top;
	width:		100px;
}

#quote {
	text-align: 	left;
	font-size:	11px;
	vertical-align: top;
	width:		400px;
}

a:link,a:visited {
	color:		 #FFA900;
	text-decoration: underline;
}

512E1A
D9AD54

a:hover {
	color: 		#BBAAAA;
	text-decoration: none;
}


