html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #584C4A;
	font: 11px/20px Tahoma, Verdana, Arial, serif;
	color: white;
	letter-spacing: 1px;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #CC9999;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	position: relative;
	width: 800px;
	height: 500px;
	margin: -250px auto;
	top: 50%;
	background-color: #282828;
}
#intro {
	position: relative;
	width: 202px;
	height: 200px;
	margin: 0 auto;
	top: 30%;
}
#top {
	position: relative;
	margin: 0 0 -50px 0;
	width: 800px;
	height: 180px;
	background-image: url(../images/logo-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#logo {
	position: relative;
	margin: 70px 0 0 30px;
}
#content-holder {
	position: relative;
	float: left;
	width: 500px;
	height: auto;
	margin: -10px 0 0 30px;
}
#menu {
	position: relative;
	float: right;
	width: 175px;
	height: 350px;
	padding: 0 0 0 25px;
	margin: 0 30px 0 0;
	border-left: 1px dashed #626060;
}
#menu a {
	font-weight: bold;
	color: #CC9999;
}
#menu ul {
	list-style-image: url(../images/arrow.gif);
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}
#menu li {
	margin: 0 0 10px 0;
}
#sub-menu ul {
	padding: 0 0 0 25px;
	font-size: 10px;
}
#sub-menu a {
	font-size: 10px;
	font-weight: normal;
	color: #85D807;
}
#title {
	width: 100%;
	text-align: right;
	margin: 0 0 15px 0;
}
.main-full {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
	text-align: justify;
}
.main-left , .main-right {
	position: relative;
	width: 235px;
	margin: 0 0 15px 0;
	text-align: justify;
}
.main-left {
	float: left;
}
.main-right {
	float: right;
}
.narrow {
	width: 150px;
}
.wide {
	width: 320px;
}
.tiny {
	width: 110px;
}
.header {
	padding-left: 15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font: 12px/30px Tahoma, Verdana, Arial, serif;
	font-weight: bold;
	color: #85D807;
	border-bottom: 1px dashed #626060;
	margin: 0 0 15px 0;
}
.header a {
	font: 12px/30px Tahoma, Verdana, Arial, serif;
	font-weight: bold;
	color: #85D807;
}
p {
	margin: 0 0 10px 0;
}
.clear {
	clear: both;
}
#footer {
	position: absolute;
	bottom: 0;
	color: #666666;
	font: 9px/12px Verdana, Arial, serif;
}
#footer a {
	font-weight: normal;
}
.float-left {
	position: relative;
	float: left;
	margin: 0 8px 4px 0;
}
input {
	font: 11px Tahoma, Verdana, Arial, serif;
	color: #666666;
	background-color: white;
	border: 1px solid white;
	padding: 2px;
}
.form-error {
	background-color: #CC9999;
	border: 1px solid #CC9999;
	color: black;
}