/* CSS Document */
html, body {
	margin:0;
	padding:0;
	}
body {
	background:#000 url(bg.jpg) 0 0 no-repeat fixed;
	}
ul , li, div , td, table, ol,span {
	margin:0;
	padding:0;
	font-size:95%;
	font-family:Verdana;
	}
#page-wrap {
	position:relative;
	text-align:center;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	/*background:url(bg.gif) top left no-repeat;*/
	}
#bottom-wrap {
	z-index:200;
	position:fixed;
	bottom:0px;
	vertical-align:bottom;
	height:40px;
	background: url(bg-bttn-bar.png) repeat-x top;
	width:100%;
	}
#header, #contents , #footer, #bottom {
	/*padding:0px 5px 0px 5px;*/
	width:810px;
	margin:auto;
	text-align:left;
	margin-bottom:10px;
}
/* Items */
#header {
	height:90px;
	margin-top:0px;
	}
#header td {
	color:#FFCC00;
	font-size:10px;
	}
#main-menu  {
	height:30px;
	background:#000 url(nav_bg.gif) repeat-x top;
	margin-bottom:10px;
	border:#eaeaea 1px solid;
	}
#main-menu ul {
	margin:0px;
	padding:0px;
	}
#main-menu li{
	height:30px;
	line-height:30px;
	display:inline;
	margin:0px;
	padding:5px 15px 5px 15px;
	border-right:groove #666;
	}
#main-menu li a {
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	
	}
#contents {
	/*background-color:#fff;*/
	}
#footer {
	background-color:#666;
	margin-bottom:80px;
	}
#footer div {
	padding:10px;
	color:#FFFFFF;
	font-size:10px;
	}
#bottom {
	height:30px;
	margin-top:9px;
	}


#banner {
	background: #FF2600 url(banner.jpg) no-repeat right;
	margin-bottom:10px;
	font-size:110%;
	border:#eaeaea 1px solid;
	height:132px;
	overflow:hidden;
	}
#banner div {
	float:right;
	margin:90px 10px auto;
	
	}
	
.rightborder {
	border-right:solid 1px #ccc;
	}
	
/* Coloumns */
.colone {
	border-left: 1px solid #eaeaea;
	}
.coltwo {
	border-left: 1px solid #eaeaea;
	background:blue;
	}
.colthree {
	width:185px;
	}
.colthree div {
	width:180px;
	margin-left:5px;
	margin-bottom:10px;
	border:1px #ffffff solid;
	padding:2px 5px 2px 0px;
	}
.box {
	border:1px #ffffff solid;
	margin:0px 0px 10px 0px;
	padding:2px 6px 2px 8px;
	line-height:18px;
	text-align:justify;
	background:#eaeaea;
	color:#666666;
	font-size:90%;
	width: inherit;
}
.mainmenu a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	}
.tabberlive .tabbertab h3,
.box h2 {
	margin:0px;
	padding:0px;
	line-height:22px;
	font-size:16px;
	color:#FF0000;
	letter-spacing:-1px;
}
.headline a {
	color:#eee;
text-decoration:none;
line-height:19px;
	}
.headline li{
	list-style:none;
padding:2px 0px 3px 0px;
border-bottom:1px solid #eee;
	}
/* light box */
#popup-wrapper {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	margin:0px;
	padding:0px;
	display:none;
	text-align:center;
	}
#popupbg {
	background:#000;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	}
#popupdiv {
	margin-top:20px;
	width: inherit;
	height:10px;
	position:absolute;
	z-index:200;
	}	
#popup {
	margin:auto;
	background:#fff;
	border:10px #000 solid;
	width:600px;
	height:500px;
	}	
/* Html Elements */
fieldset {
	border:1px solid #eaeaea;
	padding:5px;
	
	}
legend {
	color:#FFFFFF;
	text-transform:uppercase;	
	}