
/************* framework **********/

body {
	background-image: url('../images/bk.jpg');
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS","Sans-Serif";
	font-size: 12px;
	color: #503b25;
	text-align: center;
	
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background-color: #f2e9de;
	border-left: 5px solid #7c7062;
	border-right: 5px solid #7c7062;
}


.spacer{
	clear:  both;
	line-height: 0;
	font-size:  0;
	height:  0px;
	background-color:none;
	border:0px solid black;
}


#masthead {
	background-image: url('../images/masthead.jpg');
	width: 900px;
	height: 76px;
	border-bottom: 1px solid #7c7062;
}

#footer {
	width: 900px;
	height: 22px;
	background-color:#503b25;
	color: #ffffff;
	font-size: 11px;
}

.bannerImage {
	border-bottom: 1px solid #7c7062;
}

#pageContent {
	margin: 12px;
	width: 876px;
}

a {
	color: #702602;
	text-decoration:none;
}


/************* navigation **********/

.navHolder {
	float:right;
	margin-top: 45px;
}
a.nav {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 12px;
}
a.nav:hover {
	text-decoration:none;
	color: #ffcc00;
}
a.credits {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}
a.credits:hover {
	text-decoration:none;
	color: #ffcc00;
}


/************* footer **********/

#legal {
	margin-top: 3px;
	float:left;
	margin-left: 10px;
}

#credits {
	margin-top: 3px;
	float:right;
	margin-right: 10px;
}













