@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(./images/background.png);
	/* oldbrowser compat */
	text-align: center;
}
a, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
blockquote {
	background-color: #CCC;
	margin: 10px;
	padding: 5px;
}
.img {
	display: block;
	border: solid 1px;
	padding: 1px;
	margin: 5px;
}
hr {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: solid 1px;
	border-bottom: none;
}

#frame {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#header {
	background-color: #1c252d;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	border-bottom: solid #1a232b 1px;
	width: 100%;
	height: 65px;
	position: absolute;
	z-index: -1;
}
#banner {
	height: 65px;
}
#title {
	float: left;
	padding-left: 25px;
}
#menu {
	float: left;
	width: 520px;
}
#menu ul {
	list-style: none;
	margin: 36px 0 0 20px;
	padding: 0;
}
#menu li {
	padding-top: 9px;
	padding-bottom: 6px;
	float: left;
}
#menu li#home {
	background-image: url(./images/menu_home.png);
	width: 58px;
}
#menu li#services {
	background-image: url(images/menu_services.png);
	width: 81px;
}
#menu li#statistics {
	background-image: url(images/menu_statistics.png);
	width: 90px;
}
#menu li#support {
	background-image: url(images/menu_support.png);
	width: 77px;
}
#menu li#about {
	background-image: url(images/menu_about.png);
	width: 82px;
}
#menu li#contact {
	background-image: url(images/menu_contact.png);
	width: 98px;
}
#notifications {
	width: 600px;
	height: 120px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#headlines {
	width: 290px;
	height: 100px;
	float: left;
	padding-top: 5px;
	background-image: url(images/shoutbox_background.png);
	background-repeat: no-repeat;
}
#headlines ul {
	list-style: none;
	margin: 4px 0;
	padding: 0;
	text-align: justify;
}
#headlines li {
	margin: 0px 5px 0 5px;
	padding: 2px;
	background-color: #2b3946;
}
#status {
	width: 290px;
	height: 100px;
	margin-left: 20px;
	float: left;
	padding-top: 5px;
	background-image: url(images/shoutbox_background.png);
	background-repeat: no-repeat;
}
#status ul {
	list-style: none;
	margin: 4px 0;
	padding: 0;
	text-align: justify;
	font-size: 9px;
}
#status li.online {
	margin: 0px 5px 0 5px;
	padding: 3px 2px 2px 5px;
	background-image: url(images/online.png);
}
#status li.offline {
	margin: 0px 5px 0 5px;
	padding: 3px 2px 2px 5px;
	background-image: url(images/offline.png);
}
#contentFrame {
	width: 600px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-repeat: repeat-y;
}
#content {
	background-image: url(images/content_background.png);
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.contentborder {
}

#statistics {
	padding-bottom: 5px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 174px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.newsContainer {
	width: 584px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
 .newsHeader {
	border-top: solid #1c252d 1px;
	height: 18px;
	background-color: #25313c;
 }
  .newsHeadline {
	float: left;
	padding-left: 5px;
	margin-top: -1px;
	font-variant: small-caps;
	font-size: 14px;
  }
  .newsPoster {
	float: right;
  }
 .newsContent {
	clear: both;
	text-align: justify;
	padding: 10px;
	background-color: #2e3d4b;
	border: solid #1c252d 1px;
 }
 .newsFooter {
	text-align: justify;
	font-size: 10px;
	padding: 2px;
	background-color: #25313c;
	border-left: solid #1c252d 1px;
	border-right: solid #1c252d 1px;
	border-bottom: solid #1c252d 1px;
 }