body {
	background: #7f7f7f;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
}

body#homepage {
	background: #7f7f7f;
}

div#homebox { 
	background: #7f7f7f;
	height: 500px;
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	color: white;
	border: 5px solid white;
}

div#container {
	background: #7f7f7f;
	width: 960px;
	height: 500px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	position: relative;
	color: white;
}

h1 {
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 24px;
}

h1#logotext {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

table.centered {
	margin: 0 auto;
}

table#thumbnail td { 
	padding: 4px;
}

a {
  	color: #ffffff; 
  	text-decoration: none;
}

a:hover {
	color: #000000;
}

span.selected {
	font-weight: bold;
	color: #e0f75b;
}

img {
	display: block;
	border: 0px;
}

div#before {
	position: absolute;
	left: 26px;
	bottom: 10px;
}

div#before img { 
        margin-top: 12px;
}

div#logowrapper {
	margin-top: 20px;
        margin-left: 26px;
	width: 150px;
	text-align: center;
}

img#homelogo {
	margin: 0 auto;
}

div#navhome {
	margin-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

div#navhome a:hover {
	color: #000000;
}

div#homeimages {
	margin-top: 30px;
}

div#left {
	position: absolute;
	width: 260px;
	height: 528px;
}

div#right {
	position: absolute;
	left: 266px;
	width: 694px;
	height: 528px;
}

div#rightcontent {
        margin-top: 20px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}

div#navhome ul {
	margin: 0px;
	padding: 0px;
}

ul#nav {
	position: absolute;
	padding: 0px;
        left: 26px;
	top: 95px;
}

ul#nav li {
	list-style-type: none;
	padding-bottom: 6px;
	font-size: 14px;
}

li.home {
	display: inline;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

li.last {
	display: inline;
	margin-right: 0px;
}

div#page {
	position: absolute;
	right: 26px;
	bottom: 10px;
}

div#priornext {
	position: absolute;
	bottom: 10px;
}

table#thumbnail a img {
	border: 1px solid white;
	padding: 2px;
}

table#thumbnail a:hover img {
	border: 1px solid black;
	padding: 2px;
}

div#textbox {
	background: #7f7f7f;
	border: 0px solid black;
}

span.heading {
	color: #e0f75b;
}

div#text {
	margin: 10px;
	width: 500px;
	padding-bottom: 30px;
}

div#contactform {
	margin-top: 40px;
}

div#contactform td {
        padding-right: 10px;
	padding-bottom: 10px;
}

div#contactform span.r {
	color: #e0f75b;
}

a.after img {
	border: 1px solid white;
	padding: 2px;
}

a.after:hover img {
	border: 1px solid black;
	padding: 2px;
}
