html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

body {
	background-color: #3f3f45;
	margin: 0px;
	color: #333;
}

h1 {
	font-size: 1.2em;
}

th {
	text-align: left;
}

#top {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5e629d;
	height: 274px;
}
#top h1 {
	color: #ccc;
	font-size: 1.2em;
}
#top #address_block {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
#top #topnav {
	background-color: #1f2466;
	height: 36px;
	color: #fff;
	line-height: 36px;
}
#top #topnav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
#top #topnav a:hover {
	/*text-decoration: underline;*/
	color: #dd0000;
}

#top_edge {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/top_edge.png);
	height: 24px;
	background-color: #fff;
}

#bottom_edge {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom_edge.png);
	height: 24px;
	background-color: #fff;
	margin-top: 20px;
}
#bottom_edge_2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom_edge_2.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-bottom: 10px;
}
#bottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#bottom #content {
	padding: 0px 10px 0px 10px;
}
#bottom #content p {
}
#bottom #content h1 {
	padding-top: 0px;
	margin-top: 0px;
}

