* {
	margin: 0;
	padding: 0;
}
html, body {
	min-height: 100.05%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #900202;
	background-image: url(images/body_hg.jpg);
	background-repeat: repeat-x;
}
a img {
	border: 0;
}

h1 {
	font-size: 13px;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 12px;
	margin: 0 0 3px 0;
}
h3 {
	font-size: 11px;
	margin: 0 0 2px 0;
}
p {
	margin: 0 0 2px 0;
}
ul {
	margin: 0 0 5px 11px;
}
li {
	margin: 0 0 2px 0;
}
a {
	color: #900202;
}
a:hover, a.selected {
	color: #8E5ECB;
}

.rightimage {
	float: right;
	margin: 0 0 15px 15px;
}
.paragraph {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 801px;
}
	
#header {
	position: relative;
	margin-top: 20px;
	width: 801px;
	height: 79px;
	background-image: url(images/header.jpg);
}
#header h1 {
	text-indent: -9999px;
}
a#index {
	position: absolute;
	top: 35px;
	left: 18px;
	height: 31px;
	width: 348px;
}
	
#imagearea {
	margin-top: 15px;
	width: 801px;
	height: 201px;}
	
#menu {
	margin-top: 14px;
	text-align: center;
}
#menu a {
	color: white;
	background-color: #1A171B;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0 20px;
	letter-spacing: 0.3em;
}
#menu a:hover {
	color: #8E5ECB;
}

#content {
	margin-top: 14px;
	width: 771px;
	min-height: 300px;
	background-color: #E16803;
	padding: 15px;
}

table.content {
	width: 100%;
}
table.content td {
	padding: 15px;
	color: #900202;
	background-color: rgb(223, 146, 90);
	vertical-align: top;
}
.left {
	width: 220px;
}
.left a {
	text-decoration: none;
}
.left ul {
	margin: 0 0 10px 21px;
}
.right {
	border-left: 15px solid #E16803;;
}
.right h1 {
	color: #E16803;
	background-color: rgb(223, 146, 90);
	font-size: 20px;
	letter-spacing: 0.3em;
}
.right h2 {
	letter-spacing: 0.3em;
	margin: 10px 0 0 0;
}

#footer {
	clear: both;
	margin-top: 15px;
	padding: 5px 15px;
	color: white;
	background-color: #1A171B;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: white;
	background-color: #1A171B;
}
