body { background: #321f20; }

#page {
	width: 800px; color: black; background: white; border: 3px solid white;
}

#nav {
	height: 41px; font: bold 15px Arial, sans-serif;
	text-align: center; vertical-align: bottom;
	color: white; font-weight: bold;
	background-image: url(../images/navback.png);
	background-color: #321f20;
	background-repeat: repeat-x; }

#nav ul { /*position: relative; top: 20px;*/
	list-style: none; margin: 0; padding: 20px 0 0 0; }
#nav li { display: inline; margin: 0; padding: 0 6px; }
#nav a { padding: 0 8px; }
#nav a:link, #nav a:visited, #nav a:active
	{ color: white; text-decoration: none; }
#nav a:hover { color: red; }

#footer { color: white; background: #321f20; }

.alert { color: red; }

#client_contact div.nav { text-align: center; padding-top: 2ex; }

#client_agreements a:link, #client_agreements a:visited,
	#client_agreements a:active { color: blue; }
#client_agreements a:hover { color: red; }

#homepage h2 { color: #3c085a; }

#calendar { text-align: center; }
