@charset "utf-8";
/* CSS Document */

/* Layout */

body	{
	background:url(../images/layout/body_bg.jpg) repeat-x #781011; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:0.9em;
}

.header	{
	background:url(../images/layout/header.jpg) no-repeat;
	width:900px;
	height:332px;
	overflow:hidden;
	margin:-8px auto 10px auto;
}

#frame	{
	width:900px;
	margin:-220px auto 10px auto;
	background-image:url(../images/layout/main_bg.jpg);
	background-position:0px 220px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.backgroundTop	{
	width:900px;
	height:220px;
	background:url(../images/layout/main_bg_top.jpg) no-repeat;
	z-index:-5;
	margin:-10px auto 0 auto;
}

.serverStatus	{
	width:220px;
	height:50px;
	margin:231px 0 0 261px;
	position:relative;
}

#left	{
	width:187px;
	float:left;
	padding-left:71px;
}

.banner	{
	text-align:center;
	width:180px;
}

#content	{
	width:585px;
	float:left;
}

#output	{
	width:545px;
	margin-top:16px;
	padding:10px;	
}

#footer	{
	width:900px;
	height:118px;
	background:url(../images/layout/footer.jpg);
}

/* Classes */

.lClear	{
	clear:left;
	height:0px;
}


img	{
	border-style: none;
}

img.status	{ 
	position: relative; 
	left: -80px;
}

table.main	{
	width:900px;
	margin:0 auto;
}

table.main2	{
	width: 900px; 
	margin: 0 auto; 
	background: url(img2/main-bg-top.jpg) repeat-x; 
	font-family: verdana; 
	font-size: 12px; 
	color: #FFFFFF;
}

h3	{
	padding: 0px; 
	margin: 0px; 
	color: #FFEA00;
}

/* Menu */

a:link	{
	color: #FF0000; 
	text-decoration: none;
}

a:visited	{
	color: #FF0000; 
	text-decoration: none;
}

a:active	{
	color: #FF0000; 
	text-decoration: none;
}

a:hover	{
	color: #FFEA00; 
	text-decoration: none;
}


/* Home */

.startPic	{
	width:512px;
	height:384px;
	margin:0 auto 20px auto;
	border:1px solid #000;
}

.newsBox	{
	width:512px;
	margin:0 auto 10px auto;
	background:url(../images/layout/newsBox_bg.png) repeat-y;
	border:1px solid #E4E4E4;
	font-family:Arial, Helvetica, sans-serif;
}

.newsHeadline	{
	width:502px;
	padding-left:10px;
	background:url(../images/layout/newsHeadline_bg.jpg) no-repeat;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.newsText	{
	width:492px;
	margin:5px;
	color:#000;
	font-size:18px;
}

.newsAuthor	{
	width:507px;
	height:12px;
	font-size:10px;
	text-align:right;
	background:url(../images/layout/newsAuthor_bg.jpg) no-repeat;
	color:#000;
	padding-right:5px;
}