/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: #DFDFDF;
	background-image: url(../images/pbg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#base {
	width: 100%;
	height: 100%;
	background-image: url(../images/tree.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#top {
	width: 100%;
	height: 50px;
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: fixed;
	top: 0px;
	left: 0px;
}

#bar {
	width: 100%;
	height: 46px;
	position: fixed;
	top: 50px;
	left: 0px;
	overflow: hidden;
	z-index: 5;
}

#topbarLeft {
	width: 70px;
	height: 20px;
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	float: left;
}

a#news, a#downloads, a#staff, a#help, a#forum {
	display: block;
	float: left;
}

a#news {
	width: 96px;
	height: 46px;
	background-image: url(../images/news1.png);
	background-repeat: no-repeat;
}

a#news:hover {
	width: 96px;
	height: 46px;
	background-image: url(../images/news3.png);
	background-repeat: no-repeat;
}

a#news:active {
	width: 96px;
	height: 46px;
	background-image: url(../images/news2.png);
	background-repeat: no-repeat;
}

a#downloads {
	width: 89px;
	height: 46px;
	background-image: url(../images/downloads1.png);
	background-repeat: no-repeat;
}

a#downloads:hover {
	width: 89px;
	height: 46px;
	background-image: url(../images/downloads3.png);
	background-repeat: no-repeat;
}

a#downloads:active {
	width: 89px;
	height: 46px;
	background-image: url(../images/downloads2.png);
	background-repeat: no-repeat;
}

a#staff {
	width: 89px;
	height: 46px;
	background-image: url(../images/staff1.png);
	background-repeat: no-repeat;
}

a#staff:hover {
	width: 89px;
	height: 46px;
	background-image: url(../images/staff3.png);
	background-repeat: no-repeat;
}

a#staff:active {
	width: 89px;
	height: 46px;
	background-image: url(../images/staff2.png);
	background-repeat: no-repeat;
}

a#help {
	width: 89px;
	height: 46px;
	background-image: url(../images/help1.png);
	background-repeat: no-repeat;
}

a#help:hover {
	width: 89px;
	height: 46px;
	background-image: url(../images/help3.png);
	background-repeat: no-repeat;
}

a#help:active {
	width: 89px;
	height: 46px;
	background-image: url(../images/help2.png);
	background-repeat: no-repeat;
}

a#forum {
	width: 99px;
	height: 46px;
	background-image: url(../images/forum1.png);
	background-repeat: no-repeat;
}

a#forum:hover {
	width: 99px;
	height: 46px;
	background-image: url(../images/forum3.png);
	background-repeat: no-repeat;
}

a#forum:active {
	width: 99px;
	height: 46px;
	background-image: url(../images/forum2.png);
	background-repeat: no-repeat;
}

#topbarRight {
	width: 100%;
	height: 20px;
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 50px;
	left: 532px;
}

#contentBody {
	width: 792px;
	height: 100%;
	background-image: url(../images/cbg.png);
	background-repeat: repeat-y;
	text-align: center;
	padding: 50px 0px 0px 0px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#contentBody #insideContent {
	width: 92%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#info {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 50px;
}

#about {
	padding: 50px 0px 0px 0px;
}

p {
	text-indent: 20px;
	margin: 8px 0px 0px 0px;
}

a.post:link {
	display: block;
	width: 380px;
	height:13px;
	color: #336699;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
}

a.post:hover {
	width: 380px;
	height:13px;
	background-color: #336699;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
}

.newsPost {
	width: 380px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
}

#dlnow {
	position: absolute;
	top: 0px;
	left: 721px;
	border: 0px;
}

a:link, a:visited {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

a:hover, a:active {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}

#bottombar {
	width: 100%;
	height: 20px;
	background-image: url(../images/bottombar.png);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 20px;
	left: 0px;
	z-index: 5;
}

#bottom {
	width: 100%;
	height: 15px;
	padding: 3px 0px 2px 0px;
	background-color: #000000;
	background-image: url(../images/icn.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#bottom a:link, #bottom a:visited {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#bottom a:hover, #bottom a:active {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom: #336699 1px solid;
}

/* News Page */

#pageInfo {
	width: 680px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#newsSpacer {
	height: 10px;
	width: 385px;
	background-color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#serverinfo {
	position: absolute;
	top: 55px;
	left: 375px;
}

#serverinfo u {
	color: #336699;
	text-decoration: none;
}

/* Downloads Page */

span#help {
	margin: 0px 0px 0px 0px;
	color: #999999;
}

#release u {
	color: #336699;
	text-decoration: none;
}

#dlinfo {
	width: 500px;
	margin: 20px 0px 0px 50px;
}

/* Staff Page */

#staffInfo {
	width: 600px;
	margin: 20px 0px 0px 50px;
	text-align: left;
}

table#staffInfo a:hover {
	text-decoration: none;
	border-bottom: #336699 1px solid;
}

table#staffInfo a:active {
	text-decoration: none;
	border-bottom: none;
}

#cJohn, #cPc, #cLant, #cMoofer {
	text-align: left;
}

p#staff {
	margin: -5px 0px 10px 0px;
	color: #999999;
}

/* Help Page */

#helpInfo {
	margin: 20px 0px 0px 0px;
}

a#logon, a#creation, a#controls, a#styles, a#ulicons, a#gicons {
	display: block;
	width: 500px;
	height:13px;
	color: #336699;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0px 2px 5px;
	margin: 0px 0px 0px 50px;
}

a#logon:hover, a#creation:hover, a#controls:hover, a#styles:hover, a#ulicons:hover, a#gicons:hover {
	background-color: #336699;
	color: #CCCCCC;
	text-decoration: none;
}

#cLogon, #cCreation, #cControls, #cStyles, #cULicons, #cGicons {
	width: 500px;
	text-align: left;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	display: none;
}

ul {
	margin: 0px 0px 0px 0px;
}

#helpSpacer {
	width: 505px;
	height: 10px;
	background-color: #666666;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

span {
	margin: 0px 0px 0px 55px;
	color: #999999;
}

/* Forum */

#frameForum {
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 135px;
	left: 0px;
}

#fill {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#forumdlnow {
	position: absolute;
	top: 0px;
	left: 721px;
	border: 0px;
}