*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background: #000 url('../images/bg.jpg') no-repeat fixed top center;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	color: #ddd;
}

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

a:hover
{
	color: #fff;
	text-decoration: underline;
}

h3,h4
{
	margin-bottom: 5px;
	font-weight: normal;
}

h4
{
	font-size: 11pt;
}

p
{
	margin-bottom: 5px;
	color: #ccc;
	line-height: 14pt;
}

.container
{
	width: 792px;
	margin: 0 auto;
}

.logo
{
	height: 59px;
}

.logo img
{
	margin: 15px auto -15px 20px;
}

.header
{
	background: url('../images/headerBG.png') no-repeat top center;
	height: 122px;
}

.nav
{
	margin-left: 26px;
	padding-top: 29px;
	list-style-type: none;
}

.nav li
{
	float: left;
}

.content
{
	background: url('../images/contentBG.png') repeat-y top center;
	padding: 0 30px 15px;
}

.left
{
	padding: 20px;
	float: left;
}

.left div
{
	width: 200px;
	padding: 0 10px 10px 0;
	margin-bottom: 20px;
	border-right: 1px solid #6d7c93;
	border-bottom: 1px solid #6d7c93;
}

.right
{
	width: 450px;
	padding-top: 20px;
	float: left;
}

.more
{
	margin-top: 15px;
	float: right;
}

#shell
{
	background-color: #000;
	height: 300px;
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #333;
	overflow: auto;
}

#shellinput
{
	display: none;
}

#shell input
{
	background: none;
	color: #fff;
}

.footer
{
	background: url('../images/bottomBG.png') no-repeat top center;
	height: 44px;
}

.clear
{
	clear: both;
}

.preload
{
	display: none;
}