body {
	background: #000 url(gfx/banner.jpg) no-repeat top left;
	font-family: Arial , sans-serif;
	font-size: 14px;
	padding-left: 70px;
	padding-right:70px;
    }
	
img {
	border: none;
	}

.wrapper {
	margin-top: 110px;
	width:100%;
	}

.menu {
	margin-bottom: 7px;
	}
		
.menu a{
	padding: 7px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-left-color: #545A65;
	border-bottom-width: thin;
	border-top-color: #B1B6BE;
	border-bottom-color: #313339;
	border-right-color: #313339;
	background-image: url(gfx/linkbg.gif);
	background-repeat: repeat-x;
	color: #141414;
	border-right-style: solid;
	height: 29px;
	}		
	
.menu a:hover {
	background-image: url(gfx/hoverbg.gif);
	color: #FFFFFF;
	height: 29px;
	}
	
.menu a:active {
	}
		
.content {
	background-color: #314e6c;
	padding: 20px;
	color: #FFFFFF;
	border-left: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #545A65;
	}
	
.content a:link {
	color: #8F8FB9;
	}

.content a:visited {
	color: #BBBBBB;
	}

.content a:hover, a:focus {
	color: #FFF;
	background: #838396;
	text-decoration: none;
	}
	
.intro {
	display:inline;
	float: left;
	width: 49%;
	}

.spotlight {
	display:inline;
	width: 49%;
	float: right;
	}
	
.spotlight img{
	float:left;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	}

.spotlighttext{
	}

.news {
	clear: both;
	}

.block {
	padding:0px;
	width: 100%;
	overflow: auto;
	}

.console {
	border: solid #F0F0F0 3px;
	background-color: #F0F0F0;
	color: #000000;
	font-family: Courier , sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

pre {
	border: solid #414449 1px;
	background-color: #364044;
	color: #FFF;
	font-family: Courier , sans-serif;
	font-size: 12px;
	}
		
h2, h4, h5 {
	color: #141414;
	font-style: normal;
	font-weight: normal;
	background-image: url(gfx/titlebg.gif);
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 1em;
	border-left-color: #545A65;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #2B2D31;
	border-right-style: solid;
	border-right-width: 1px;
	height: 29px;
	}
		
h1 {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	padding-left: 0em;
	font-size: 2em;
	padding-left: 0em;
	text-align: left;
	}
		
p {
	margin-left: 7px;
	
}		
		
table {
	border: solid #414449 1px;
	background-color: #364044;
	color: #FFF;
	font-family: Courier , sans-serif;
	font-size: 12px;
	}
	
li {
	margin-bottom:10px;
	list-style-image:url(gfx/newsbullet.gif);
	}
