html
{
	height:100%;
	width:100%;
}

body
{
	height: 100%;
	width: 100%;
	color: #dddddd;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

form
{
	margin: 0px;
}

h1, h2, h3
{
	margin-top : 0px;
	margin-bottom : 0px;
}

h2
{
	font-size: 15px;
	text-transform: uppercase;
}

hr
{
	border: 0px;
	height: 5px;
	color: #505050;
	background-color: #505050;
}

input, textarea, select
{
	border: 1px solid #505050;
	background: #101010;
	color: #ffffff;
}

a:active,a:link,a:visited,a:focus
{
	color: #11aaee;
	font-weight: normal;
	text-decoration: none;
}	

a:hover
{
	color: #11ddff;
}

.donate
{
	border: 0px;
	background: #ee8811;
}

.donate:hover
{
	background: #ff9922;
}

.container_outer
{
	min-width: 400px;
}

.container_main
{
	max-width: 1040px;
	text-align: left;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin: auto;
	padding: 20px;
}

.align_center
{
	text-align: center;
	padding: 0px;
}

.notice
{
	color : #ee8811;
}

.error
{
	color: #ff3300;
}

.fail
{
	border: 1px solid #ff3300;
}

.contact_textarea
{
	width: 90%;
	height: 200px;
}

.captcha
{
	font-family: Courier New ,monospace;
	font-size:6px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:3px;
}

.header, .footer
{
	text-align: center;
	background: #444444;
	width: 100%;
}

.frontpage_item
{
	text-align: left;
	background: #222222;
	border: 1px solid #444444;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 280px;
	height: 265px;
	/* box-shadow: 2px 2px 6px #000000; */
	margin: 15px;
	padding: 25px 10px 10px 10px;
	cursor:pointer;
}

.frontpage_item:hover
{
	background: #444444;
}

.logo
{
	opacity: 1;
}

#email
{
	visibility: hidden;
	display: none;
}