body {
	font-family: verdana;
	background-color: black;
	color: white;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif); 
	background-repeat: repeat-y;
}

a {text-decoration: none;}
a:link {color: cornflowerblue;}
a:visited {color: silver;}
a:hover {color: white;}
a img{border: 0px;}

i, em {color: #c9e8ef}
u {color: #fbffc0}
b, strong {color: #ffc949;}

.error, #error {
	text-align: center;
	font-weight: bold;
	color: red;
}

.description {
	margin: 0px auto;
	text-align: center;
	width: 400px;
}

#main {
	width: 100%;
	height: 100%;
	font-size: 11px;
}

#header {
	border-bottom: 1px solid white;
	background-color: #222222;
	position: relative;
	z-index: 50;
	height: 75px;
	text-align: left;
}

#header h1{
	font-family: impact;
	font-size: 30px;
	font-weight: normal;
	float: left;
	margin: 0px;
	border-right: 1px solid white;
	background-color: #292929;
	color: white;
}

#header h1 a {
	color: white;
	padding: 0px 20px;
	line-height: 75px;
	display: block;
}

#header h2 {
	margin: 0px;
	margin-left: 300px;
	padding: 0px;
	line-height: 75px;
	text-indent: 30px;
	position: relative;
	z-index: 5;
	font-size: 18px;
}

#header span{
	line-height: 75px;
	font-size: 70px;
	color: #2f2f2f;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 335px;
}

#nav {
	width: 150px;
	background-color: #111111;
	position: relative;
	z-index: 98;
	position: absolute;
	top: 76px;
	left: 0px;
}

#nav ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	line-height: 175%;
	text-indent: 10px;
}

#nav li {
	margin: 0px;
	position: relative;
	z-index: 99;
}

#nav a {
	display: block;
	border-left: 5px solid #111111;
	margin: 0px;
	padding: 0px;
}

#nav a.current {
	border-color: #cccccc;
	background-color: #333333;
	color: #cccccc;
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: 30px;
}

#nav a:link, #nav a:visited { color: #bbbbbb; }
#nav a:hover {
	color: white;
	border-color: #70c1a2;
	background-color: #1e3e32;
}

#nav span{
	position: absolute;
	top: 0px;
	right: 3px;
}

#nav li ul{
	display: none;
	z-index: 100;
	position: absolute;
}

#nav li:hover ul{
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff;
	display: block;
	left: 150px;
	top: 0px;
	z-index: 100;
}

#nav li li{
	background-color: black;
	list-style-type: none;
}

#content {
	border-left: 1px solid white;
	padding: 20px;
	position: relative;
	margin-left: 150px;
}

#content h1 {font-size: 22px;}
#content h2 {font-size: 17px;}
#content h3 {font-size: 16px;}

.clear {
	clear: both;
}

#gallery span {
	display: block;
	float: left;
	text-align: center;
}

#gallery img {
	margin: 5px;
}

#footer {
	margin-left: 150px;
	text-align: center;
	padding: 10px 0px;
}
