body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-image: url(images/back3.jpg); }

h1 { font-size: 105%; }

h2 { font-size: 90%; }

#sidebar { background-color: #d2c9ce;
	position: relative;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 390px;
	margin: -25px 10px 10px 0px;
	padding: 15px 10px 10px 10px;
	float: left; }

#sidebar h2 { text-align: center; }

#sidebar th { text-align: left;
	padding: 15px 5px 5px 12px; }

#sidebar td { padding: 15px 5px 5px 5px; }

#list { margin: 0px 20px 0px 50px; }

#list th { font-size: 90%;
	color: purple; }

#list th { text-align: center;
	padding: 5px 50px 5px 5px; }


#main { background-color: white;
	margin: -25px 10px 10px 220px;
	padding: 0px 0px 10px 30px; }

#page { width: 865px;
	margin-left: auto;
	margin-right: auto; }

#navbar {
	margin: 6px 0px 0px 0px;
	background-color: #d2c9ce; }

#content { background-color: white; 
	margin-top: 10px; }
	

#navbar th { padding: 5px 35px 5px 35px;
	color: purple; }

hr { margin: -9px;
	color: #525252; }

#footer p { font-size: 80%;
	text-align: center; }

#footer { background-color: #d2c9ce; }

a:link { color: purple;
	text-decoration: none; }

a:visited { color: gray;
	text-decoration: none; }


a:hover { background: green;
	color: white; }