﻿a:link
{
	color: rgb(153, 102, 51);
}
a:visited
{
	color: rgb(153, 102, 51);
}
a:active 
{
	color: rgb(255, 255, 204);
}
/* Navigation Styles */
a:hover {
	color: rgb(153, 153, 102);
}
#corner {
	background-image: url('images/corner.gif');
	background-repeat: no-repeat;
	margin-top: -20px;
	margin-left: -20px;
	width: 55px;
	height: 55px;
	position: fixed;
}
#cornerlge {
	background-image: url('images/cornerlge.gif');
	background-repeat: no-repeat;
	margin-top: -20px;
	margin-left: -20px;
	width: 57px;
	height: 64px;
	position: fixed;
}
#cornerbot {
	background-image: url('images/cornerbot.gif');
	background-repeat: no-repeat;
	margin-top: 430px;
	margin-left: -20px;
	width: 55px;
	height: 55px;
	position: fixed;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #999966;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: none;
	h1: ;

}

