body {
	margin: 0px;
	background-color: #edffca;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #815151;
}

a img {
	border: 0px;
}

#page {
	width: 831px;	
}

#header {
	background-image: url(images/header.png);
	height: 152px;
	margin: 0px;
	position: relative;
}

#logobottom {
	position: absolute;
	bottom: -20px;
	left: 31px;
}

#maintable {
	width: 831px;
	position: relative;
	margin: 0;
	padding: 0;
}

#menu {
	width: 218px;
}

#menu div {
	padding-top:28px;
	padding-left: 36px;
}

#menu ul {
	list-style-image: url(images/bullet.png);
	margin: 0;
	padding-left: 25px;
}

#menu a {
	font-size: 14px;
	text-decoration: none;
	color: white;
	padding: 4px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a.selected {
	font-size: 14px;
	text-decoration: none;
	color: black;
	border: 1px solid #523232;
	background-color: #c69797;
	position: relative;
	left: -4;
}

#content {
	width: 560px;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#content div {
	width: 555px;
	padding: 10px;
}

#content-bottom {
	width: 580px;
	height: 13px;
	background-image: url(images/background-bottom.png);
	background-repeat: no-repeat;
}

#copyright {
	margin-top: 20px;
	font-size: 10px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	border-top: 1px solid #996666;
	color: #996666;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #523232;
	font-family: Adobe Caslon Pro, Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #5f5a3b;
	font-family: Adobe Caslon Pro, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


