body {

	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #808080;
	background-color: #535353;
	margin-top: 20px;

}

div#content {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-color: white;
	overflow: hidden;
	margin: auto;
	width: 663px;
}

div#top {
	background-image: url("images/topbar.png");
	background-repeat: no-repeat;
	height: 61px;
}

div#middle {
	height: 122px;
}

div#main {
	padding: 15px 20px 0px 20px;
	margin: 0;
}

div#bottom {
	background-image: url("images/bottombar.jpg");
	background-repeat: no-repeat;
	height: 20px;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 0px;
}

h1.section {
	color: #630000;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0px;
}

a {
	color: #630000;
}

img {
	border: 0;
}

hr {
	color: #DBDADB;
	background-color: #DBDADB;
	height: 4px;
	border: 0;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
