html, body {
	background-color: #0a0502;
	height: 100%;
}

div {
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	font-size: 10px;
	text-align: justify;
}

#wrapper {
	position: absolute;
	top:10px;
	left:50%;
	margin-left: -640px;
	display: block;
	width:1280px;
	background: url('images/layout/bg-back.gif') repeat-y;
}

#logo {
	width: 1280px;
	height: 229px;
	background: url('images/layout/header.gif');
}	

#leftbar {
	width: 147px;
	height: 795px;
	background: url('images/layout/bg-left.gif') no-repeat;
	float:left;
}

#content {
	width: 987px;
	height: 100%;
	float: left;
	background: url('images/layout/web_news_scroll.gif');
}
#content_txt {
	width:977px;
	height: 100%;
	text-align: left;
	color:#ffffff;
	float: left;
	margin: 5px;
	overflow: auto;
	overflow-x: hidden;
	word-wrap: break-word;
}
#newsitem_txt {
	display:block;
	position: relative;
	left: 10px;
	width:947px;
}
#newsitem {
	float:left;
	width:977px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/layout/newsitem_bg.png', sizingMethod='scale')
}
#newsitem[id] {
	background: url('images/layout/newsitem_bg.png') repeat-y;
}

#newsitem_hd {
	float:left;
	display:block;
	width:977px;
	height:30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/layout/newsitem_top.png', sizingMethod='scale');
}
#newsitem_hd[id] {
	background: url('images/layout/newsitem_top.png') no-repeat;
}

#newsitem_hd_txt {
	padding-top: 10px;
	padding-left: 10px;
	font-variant: small-caps;
	font-size: 11px;
}

#newsitem_foot {
	float:left;
	display:block;
	width:977px;
	height:27px;
	padding-bottom: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/layout/newsitem_bottom.png', sizingMethod='scale');
}
#newsitem_foot[id] {
	background: url('images/layout/newsitem_bottom.png') no-repeat;
}

#newsitem_foot_txt {
	padding-top: 5px;
	padding-left: 10px;
	font-variant: small-caps;
	float:left;
	font-size: 11px;
}

#comments {
	float:right;
	padding-top: 5px;
	padding-right: 10px;
}

#newsitem_hd[id] {
	background: url('images/layout/newsitem_top.png') no-repeat;
}


A {
	color: #ff9c00;
	text-decoration: none;
}


#right_side {
	width: 146px;
	height: 795px;
	float: left;
	background: url('images/layout/bg-right.gif') no-repeat;
}

#below_cont {
	width: 769px;
	height: 14px;
	background: url('images/layout/below_cont.jpg');
	float: left;
}

#left_corner {
	width:25px;
	height:47px;
	background: url('images/leftcorner.jpg');
	float:left;
}

#lower_left {
	width:521px;
	height:47px;
	background: url('images/layout/lowerleft.jpg');
	float: left;
}

#footer {
	width: 147px;
	height:47px;
	position: absolute;
	bottom: 0px;
	background: url('images/layout/footer.png') no-repeat;
	float:left;
}

#logo A {
	text-decoration: none;
	display: block;
	position: absolute;
	border:none;
	float: left;
}

A#main {
	top: 10px;
	left:18px;
	width:1244px;
	height:123px;
}

A#news {
	top: 165px;
	left:188px;
	width:145px;
	height:57px;
}

A#media {
	top:165px;
	left: 474px;
	width:160px;
	height:57px;
}

A#about {
	top:165px;
	left:333px;
	width:141px;
	height:57px;
}

A#staff {
	top:165px;
	left:634px;
	width:185px;
	height:57px;
}

A#files {
	top:165px;
	left:819px;
	width:116px;
	height:57px;
}

A#forums {
	top:165px;
	left:935px;
	width:158px;
	height:57px;
}

A#irc {
	top:173px;
	left:10px;
	width:145px;
	height:22px;
}

A#support {
	top:182px;
	left:7px;
	width:151px;
	height:65px;
}

.underline {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.img_left {
	width: 49%;
	float:left;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

.img_right {
	width: 50%;
	float: right;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

#staff {
	line-height:125%;
	font-family: 'Verdana','Arial',sans-serif;
	font-size:10px;
}

.flag {
	width: 5%;
	text-align: right;
	padding-right: 5px;
	float:left;
}

.staff_info {
	text-align: left;
	width: 94%;
	float: right;
}

.staff_header {
	font-family:'adler','smash',sans-serif;
	font-weight: bold;
	font-size: 14px;
}

img.linked-image {
	width: expression(this.width > 947 ? 947: true);
	max-width: 947px;
}
