html
{
height: 100%;
}

body	{
	height: 100%;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
	min-height: 800px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3  {
  font-family: Georgia, Times, serif;
}

h1	{
	display: none;
}

h2	{
	margin: 0px;
	margin-bottom: 18px;
  border-bottom: 1px solid #CC9933;
}

h3	{
	margin: 0px;
	margin-bottom: 18px;
}

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

a:hover	{
	text-decoration: underline;
}

#container	{
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 100;
	width: 940px;
}

#cover	{
	width: 380px;
	text-align: center;
	float: left;
}

#cover img	{
	margin-bottom: 10%;
}

#info	{
	float: right;
	width: 520px;
}

#top_navigation  {
  height: 20px;
  padding-top: 5px;
	margin-bottom: 10%;
  color: #CC9933;
  text-align: right;
}

#nonFooter	{
	position: relative;
	min-height: 100%;
}

* html #nonFooter	{
	height: 100%;
}

#footer	{
	position: relative;
	margin-top: -500px;
	background: url('/_img/blrow_bg.png') bottom left no-repeat #000000;
	width: 750px;
	height: 500px;
	z-index: 10;
} 

.clear	{
	clear: both;
}

.left	{
	float: left;
	width: 49%;
}
.right	{
	float: right;
	width: 49%;
}

/* forms */
.error	{
	color: #cc0000;
}

input.error, textarea.error {
	border: 1px solid #cc0000 !important;
	color: #999999;
}

label	{
	float: left;
	width: 100px;
}

form p	{
	clear: both;
	margin: 10px 0px;
}

input.text	{
	padding: 1px 4px;
	width: 300px;
	border: 1px solid #999999;
	font-size: 12px;
	color: #000000;
	background-color: #b2b2b2;
}

textarea	{
	padding: 1px 4px;
	width: 300px;
	border: 1px solid #999999;
	font-size: 12px;
	color: #000000;
	background-color: #b2b2b2;
}

textarea:focus, input.text:focus  {
	background-color: #f4f4f4;
}

input.code	{
	padding: 1px 4px;
	width: 50px;
	border: 1px solid #999999;
	font-size: 12px;
	color: #1a171b;
	background-color: #f4f4f4;
}

input.button	{
	padding: 0px 5px;
	border: 1px solid #999999;
	background-color: #CC9933;
	margin-left: 100px;
	font-size: 12px;
	color: #000000  ;
	font-weight: bold;
}

input.button:hover	{
	background-color: #b2b2b2;
	cursor: pointer;
}

form img	{
	vertical-align: bottom;
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
}
