* {
	margin:0;
	padding:0;
	border:0;
}
html, body, #content_frame { 	height:100%; }
body {
	background:#1E1E1E url('img/page_bg.png') repeat-y 0 0;
	font-family:verdana, arial, tahoma, sans-serif;
	color:#ccc;
}
body > #content_frame {height: auto; min-height: 100%;}
a {
	color:#aaa;
	text-decoration:none;
}
a:hover {
	color:#ccc;
	text-decoration:underline;
}
#container {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:1000px;
	background:transparent url('img/alientrap_bg_image_1.png') no-repeat 841px 0;
}
#header, #content_frame {
	width:838px;
}
#header {
	background:#111111 url('img/header_bg.png') repeat-x 0 0;
}
#header #logo {
	float:left;
	margin-left:15px;
}
#header h2 {
	float:left;
	font-size:18px;
	margin:64px 15px 0;
	color:#888;
}
#header_line {
	clear:both;
	display:block;
	height:8px;
	background:#1E1E1E url('img/header_line.png') repeat-y 0 0;
	margin:3px 15px;
}
#main_menu {
	float:left;
	width:180px;
	background:url('img/menu_bg.png') repeat-x 0 0;
	margin:8px 15px;
	padding:2px 5px;
	height:400px;
	min-height:400px;
	height:auto !important;
}
#main_menu li {
	list-style:none;
	padding:2px;
}
#main_menu li.first h2 {
	margin-top:0 !important;
}
#main_menu li h2 {
	font-size:20px;
	margin-top:10px;
	height:26px;
	background:transparent url('img/menu_header_line.png') no-repeat 0 22px;
}
#main_menu li ul li {
	margin-left:15px;
}
#main_menu li ul li img {
	margin-left:15px;
	border:2px solid transparent;
}
#main_menu li ul li img:hover {
	background-color:#000;
	border:2px solid #333;
}
#content {
	float:left;
	margin-top:10px;
	width:604px;
}
#content h2.first {
	margin-top:0;
}
#content h2 {
	margin:6px 0 4px;
}
#content h3 {
	text-align:right;
}
#content p {
	clear:both;
	color:#aaa;
	padding:5px 0;
}
#content img {
	float:left;
}
#content img.right {
	float:right;
}
#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	color:#666;
}
#footer a { color:#aaa; }
#footer a:hover { color:#888; text-decoration:none; }
#footer a#ninja {
	background:url('img/ninja.gif') no-repeat 0 0;
	padding:0 0 0 24px;
	height:22px;
}
#footer a#ninja:hover { background-position: 0 -22px; }


