#header{
	clear: both;
	background-repeat: repeat-x;
	background: #000000;
	position: absolute;
	top: 0px;
	width: 800px;
	height: 200px;
	background-image: url('../images/header.png');
	color: white;
	text-align: center;
}

#logo{
	top: 15px;
	left: -400px;
	position: relative;
	margin-left: 200px;
	height: 160px;
	z-index: 0;
}

#headertext{
	line-height: 64pt;
	top: -24px;
	position: relative;
	text-shadow: 1px 1px 0px black;
	font-size: 64pt;
	font-family: Baskerville, Verdana, Arial, Helvetica;
}

#subheadertext{
}

#navigation{
	clear: both;
	background: #000000;
	position: absolute;
	top: 200px;
	width: 800px;
	height: 48px;
	text-align: center;
	margin: 0 auto;
	background-image: url('../images/nav.png');
}

.navbutton{
	text-shadow: 0px 1px 0px white;
	background-image: url('../images/navbuttondef.png');
	display: inline-block;
	height: 48px;
	width: 128px;
	color: black;	
	text-align: center;
	text-decoration: none;
	font-family: sans-serif, arial, helvetica;
	font-size: 18pt;
	line-height: 200%;
	margin: 0 auto;
}

.navbutton:hover{
	background-image: url('../images/navbuttonhover.png');
	text-shadow: -1px 1px 0px black;
	text-decoration: bold;
	color: white;	
}

.navbutton:active{
	background-image: url('../images/navbuttonpressed.png');
	font-weight: bold;
}

body{
	background-repeat: no-repeat;
	text-shadow: 0px 0px;
	font-size: 9pt;
	text-align: left;
	background: black;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
}

A{
	color: #CCCCCC;
}

A:hover{
	color: #0e6a00;
}

div#wrapper{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 820px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 10px;
	text-align:left;
	width:800px;
}

#bodydiv{
	clear: both;
	position: absolute;
	top: 248px;
	width: 800px;
	height: 572px;
	padding-top: 10px;
	background-color: #202020;
	text-align: left;
}

#newsdiv{
	width: 600px;
}

div.textitem{
	width: 590px;
	padding: 3px;
	position: relative;
	left: 3px;
}

#rightpanels{
	clear: both;
	float: right;
	margin-right: 10px;
	width: 180px;
}

div.rightpanel{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0px;
	position: static;
	z-index: 0;
	float: none;
	clear: none;
}

#newsobjectbody{
	margin-right: 10px;
	width: 180px;
padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0px;
	position: static;
	z-index: 0;
	background-color: #202020;
}

.rightpanelheadertext{
	line-height: 12pt;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica;
}

.rightpaneldiv{
	clear: both;
}

.rightpanelimg{
	width: 32px;
	position: static;
	float: left;
	clear: none;
}

.rightpaneltextdiv{
    min-height: 10em;
    display: table-cell;
	vertical-align: middle;
}

#copyrightdiv{
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	width: 800px;
	text-align: center;
}

.screenshotimg{
	height: 180px;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	width: 180px;
}

