a, a:link {
	background: transparent;
	color: #c08000;
}

a:visited {
	background: transparent;
	color: #b07500;
}

a:hover {
	background: transparent;
	color: #a04000;
}

body {
	background-color: #000000;
	color: #d0d0d0;
	font-family: "Georgia", sans-serif;
	font-size: 11pt;
	margin: 0px;
	text-align: center;
}

div#footer {
	clear: both;
	font-size: 8pt;
	font-style: italic;
	padding-bottom: 8px;
	text-align: center;
}

div#header {
	background: url(img/headerback.png) no-repeat #000000;
	background-position: bottom center;
	color: #d0d0d0;
	padding: 1em 0px;
	position: relative;
}

div#header * {
	margin: 0px;
	padding: 0px;
}

div#header a {
	background: transparent;
	color: #d0d0d0;
	text-decoration: none;
}

div#innercontainer {
	background: url(img/innercontainerback.jpg) no-repeat #000000;
	color: #d0d0d0;
	position: relative;
	width: 750px;
}

div#main {
	background: transparent;
	color: #d0d0d0;
	margin-right: 192px;
	padding: 16px 32px;
	min-height: 476px;
	height: auto !important;
	height: 476px;
}

div#main h2 {
	overflow: hidden;
	margin: 0px 0px 0px -16px;
	padding: 32px 0px 16px 0px;
	height: 48px;
}

div#menu {
	float: right;
	padding: 160px 32px 16px 16px;
	text-align: right;
	width: 144px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

div#menu li {
	list-style: none;
	margin-bottom: 1em;
}

div#menu li a {
	background: transparent;
	color: #d0d0d0;
	text-decoration: none;
	text-transform: lowercase;
}

div#menu li a:hover {
	text-decoration: underline;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
}

div#outercontainer {
	margin: auto;
	text-align: left;
	width: 750px;
}

div#slogan {
	background: transparent;
	color: #e04000;
	position: absolute;
	top: 28px;
	right: 192px;
}

h1, h2 {
	text-transform: lowercase;
}

h2, h3, h4, h5, h6 {
	margin: 0px 0px 1em -16px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 100%;
}

img {
	border: 0px;
}

li {
	margin-bottom: .5em;
}

p {
	margin: 1em 0px;
	text-align: justify;
}

textarea {
	max-width: 100%;
}