HTML, BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #fff;
	padding: 0px; margin: 0px;
	background: #000 url('images/main-bg.jpg') top right no-repeat;
}

UL {
	padding: 10px 10px 0px 30px; margin: 0px;
	list-style: square;
	display: block;
}

UL.no-bullet {
	padding: 10px 20px 10px 20px; margin: 0px;
	list-style: none;
	display: block;
}

LI {
	padding: 0px 0px 20px 0px; margin: 0px;
}

H1 {
	color: #f4c435;
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20px;
	padding: 20px 20px 10px 20px; margin: 0px;
}

H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15px;
	padding: 20px 20px 10px 20px; margin: 0px;
}

P {
	padding: 10px 20px 10px 20px; margin: 0px;
}

A {
	color: #33ccff;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #f4c435;
}

A.selected {
	font-weight: bold;
	text-decoration: underline;
}

TABLE {
	padding: 0px; margin: 10px 20px 10px 20px;
}

HR {
	padding: 0px; margin: 0px;
	border-top: 1px dashed #F2C53E; border-right: 0px; border-bottom: 0px; border-left: 0px;
}

#wrapper {
	width: 1000px; min-height: 100%;
	background: url('') top left no-repeat;
	position: relative;
}

#header {
	width: 1000px; height: 250px;
	position: relative;
	left: 0px;
}

#menu {
	width: 1000px; height: 70px;
	position: relative;
	left: 0px;
	background: #444 url('images/menu-bg.gif') top left repeat-x;
}

/*nav 1*/

#nav1 {
	position: absolute; 
	top: 15px; left: 20px;
	display: inline;
	margin: 0px; padding: 0px;
}

#nav1 li {
	display: inline;
	list-style: none;
	margin: 0px; padding-right: 25px;
}

#nav1 A {
	color: #FFF;
	text-decoration: none;
}

#nav1 A:hover {
	text-decoration: underline;
}

#nav1 A.selected {
	color: #f4c435;
}


/*.nav1-bg {
	width:100%; height:100%;
	background-color: #E2161D; opacity:0.8; filter: alpha(opacity=80);
}*/

/*************************************************************************/

#news {
	width: 250px; min-height: 1000px; height: auto; _height: 1000px;
	position: absolute;
	left: 0px;
	padding-bottom: 10px;
	background: #000; opacity:0.9; filter:alpha(opacity=90);
}

#content540 {
	width: 540px; min-height: 1000px; height: auto; _height: 1000px;
	position: absolute;
	left: 260px;
	padding-bottom: 10px;
	background: #1c1c1c; opacity:0.9; filter:alpha(opacity=90);
}

#content790 {
	width: 790px; min-height: 1000px; height: auto; _height: 1000px;
	position: absolute;
	left: 0px;
	padding-bottom: 10px;
	background: #1c1c1c; opacity:0.9; filter:alpha(opacity=90);
}

#sponsors {
	width: 200px; min-height: 1000px; height: auto; _height: 1000px;
	position: absolute;
	right: 0px;
	padding-bottom: 10px;
	background: #000; opacity:0.95; filter:alpha(opacity=95);
}

.clear {
	clear: both;
}

