* {
	margin: 0;
}

body {
	background: url(../images/background.png) repeat-x #6c5353;
	font-family: Georgia, Times-New-Roman, Serif;
	font-size: 14px;
}

a, a.hover, a.visited {
	color: #501616;
	text-decoration: none;
}

h1, h2, h3 {
	color: #483737;
	font-family: Arial, Sans;
}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 10px;
}

h3 {
	font-family: Georgia, Times-New-Roman, Serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	margin-bottom: 5px;
}

th, thead td {
	font-family: Arial, Sans;
	font-weight: normal;
	text-align: left;
	color: white;
	background-color: #483737;
	padding: 4px;
}

td {
	background-color: #E3DBDB;
	padding: 4px;
}

#site {
	margin-top: 64px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#header {
	background-image: url(../images/header.png);
	height: 198px;
	text-align: right;
	color: #9b9b9b;
	padding: 10px;
}

#header ul {
	float: right;
	list-style-type: none;
}

#header li {
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #9b9b9b;
}

#header .last {
	border-right: 0;
}

#header a, a.hover, a.visited {
	color: #9b9b9b;
	font-family: Arial, Sans;
}

#body {
	float: left;
	background: url(../images/back.png) repeat-x #efebeb;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 15px;
	padding-top: 10px;
	width: 768px;
	height: 100%;
}

#links {
	float: left;
	width: 195px;
	border-right: 2px solid #483737;
}

#links h2 {
	font-size: 20px;
	font-weight: normal;
}

#links ul {
	/*list-style-image: url(../images/point.png);
	color: #483737;*/
	list-style-type: none;
	padding-left: 5px;
}

#main {
	margin-left: 210px;
}


