#page {
	width: 790px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #EBEBEB;
	font-family: "Century Gothic", Arial, sans-serif;
}
#nav ul li {
	float: right;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	width: 180px;
	text-align: center;
	height: 29px;
	margin-left: 3px;
	padding-top: 6px;
	color: #FFFFFF;
}
#nav ul li a:hover {
	background-image: url(../images/hover-maroon.jpg);
	background-repeat: repeat-x;
	text-decoration: underline;
}


#nav {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5F0018;
	height: 35px;
}
#nav ul li a.active {
	background-color: #990000;
}

#header {
	height: 190px;
	background-image: url(../images/headers.jpg);
	background-position: center bottom;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	padding-top: 40px;
	width: 730px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
#header h1 {
	margin: 0px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#header h1 a:hover {
	text-decoration: underline;
}

#main {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 570px;
}
#content h1 {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
}

#content {
	width: 510px;
	padding: 10px;
	height: 500px;
	text-align: justify;
	float: right;
}
#menu {
	width: 195px;
	float: left;
	height: auto;
	padding: 10px;
}
#menu h1 {
	color: #666666;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	text-decoration: none;
	color: #666666;
	display: block;
	height: 24px;
	padding-top: 3px;
	margin-bottom: 3px;
}
#menu ul li {
	display: block;
	height: 27px;
}

#menu ul li a:hover {
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
	margin-bottom: 3px;
	padding-top: 3px;
	height: 24px;
}
#footer {
	height: 100px;
	width: 790px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a {
	text-decoration: underline;
	color: #666666;
}

#menu ul li a.active {
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}


#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul.colors li a {
	display: block;
	height: 25px;
	width: 25px;
}

}
#menu .colors .brown {
	color: #663300;
	background-color: #663300;
}
#menu .colors .green {
	color: #009900;
	background-color: #009900;
}
#menu .colors .red {
	color: #FF0000;
	background-color: #FF0000;
}
#menu .colors .steel {
	color: #666666;
	background-color: #666666;
}
#menu .colors .purple {
	color: #660066;
	background-color: #660066;
}
#menu ul.colors a:hover {
	text-decoration: none;
	background-image: none;
}
#menu ul.colors {
	float: left;
}
#menu .colors .blue {
	color: #003399;
	background-color: #003399;
}
