/* CSS Document */

body {
	background-color: #D2AC1B;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	}
	
a, a:visited {
	color: #666;
	font-weight: bold;
	text-decoration:underline;}
	
a:hover, a:active {
	color: #000;
	font-weight: bold;
	text-decoration:underline;
	}
	
.bkgd {
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	height: 570px;
	}
	
.orange {
	width: 598px;
	height: 459px;
	padding-top: 10px;
	padding-left: 16px;
}
	
	
