body {
	background-color: #E2AF7F;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EE9F35;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EE9F35;
}


/*  MAIN NAVIGATION  */

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
#navlist a:link, #navlist a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EE9F35;
	text-decoration: none;
	}

#navlist a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E0BBA0;
	text-decoration: underline;
	}



a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/*  FOOTER INFORMATION  */

.footer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #875734;
	text-decoration: none;
}
#navbtm a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #BB4A2C;
	text-decoration: none;
}
#navbtm a:visited { 
	color: #875734;
	text-decoration: none;
}
#navbtm a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
#navbtm a:active { 
	color: #EE9F34;
	text-decoration: underline;
}


/*  IMAGE CONTAINERS  */

#homeimagecontainer {
	background: #875734 url(content/homeimage.jpg) no-repeat top right;
}
#infoimagecontainer {
	background: #875734 url(content/infoimage.jpg) no-repeat top right;
}