
body {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #998675; }

#mainContainer {
    width: 800px;
	text-align: center;
	background-color: #FFE680; }


#header {
    background-color: #FFE680;
	width: 800px;
	height: 115px;
	padding-top: 10px;
	padding-bottom: 8px; }
	
#header h1 {
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: #B38F00;
	font-weight: bold;
	letter-spacing: -5px;
	line-height: 60px; }
	
#header h2 {
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B38F00;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px; }
	
a {
    font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #362F2D; }
	
a:hover {
    color: #B38F00; }
	
#leftGutter {
    width: 155px;
	background-color: #FFE680;
	display: block;
	float: left; 
	height: 100%; }
	
#leftGutter h1 {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFE680;
	width: 155px;
	height: 25px;
	padding-top: 4px;
	background-color: #B38F00;
	border-bottom: 2px solid #EBD476;
	vertical-align: bottom; }
	
#rightGutter {
    width: 155px;
	background-color: #FFE680;
	display: inline;
	float: right;
	height: 100%; }
	
#rightGutter h1 {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFE680;
	width: 155px;
	height: 25px;
	padding-top: 4px;
	background-color: #B38F00;
	border-bottom: 2px solid #EBD476;
	vertical-align: bottom; }
	
#leftGutter img {
    border: 2px solid #EBBC00; }
	
#leftGutter a:hover img {
    border: 2px solid #B38F00; }
	
#rightGutter img {
    border: 2px solid #EBBC00; }
	
#rightGutter a:hover img {
    border: 2px solid #B38F00; }
	
#center {
    width: 490px;
	background-color: #FFF2BF;
	height: 100%;
	float: left; }
	
#center h1 {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFE680;
	width: 95%;
	height: 25px;
	padding-top: 4px;
	background-color: #B38F00;
	border-bottom: 2px solid #EBD476;
	vertical-align: bottom; }
	
#center img {
    border: 2px solid #E6DAAA; }
	
#center a:hover img {
    border: 2px solid #B38F00; }
	
#highlight1 {
    background-color: #FFF8DB;
	width: 95%;
	text-align: left;
	padding: 5px; }
	
#highlight1 a {
    text-decoration: none;
	margin-left: 10px;
	margin-top: 10px; }
	
#highlight2 {
    background-color: #FFF2BF;
	width: 95%;
	text-align: left; 
	padding: 5px; }
	
#highlight2 a { 
    text-decoration: none;
	margin-left: 10px;
	margin-top: 10px; }
	
.highlightText {
    margin-left: 10px; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
