@charset "utf-8";
body {
	background: black url(../img/background_1280.jpg) no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
body, form {
	margin: 0;
	padding: 0;
}
h1 {
	color: yellow;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
p {
	color: white;
	font-size: 14px;
}
img { border-width: 0;}
a:link,a:visited {color: gold;}
a:hover,a:active {color: yellow;}

/* IE DISPLAY NONE */

#site-header {
	margin: 0 auto;
	text-align: right;
	width: 990px;
}
	#site-header .scope-box {margin-top: 3px;width: 100%;text-align:right}
	#site-header input {
		height: 17px;
		line-height: 16px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#site-header .input-box {
		background: #E9EBEE;
		border: 1px solid black;
		color: #AAA;
		font-size: 11px;
		padding-top: 3px;
		width: 200px;
	}
	#site-header .submit-btn {
		background: black;
		border: 1px solid yellow;
		color: yellow;
		float: right;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		height: 22px;
		line-height: 16px;
		width: 70px;
	}
.site-center {
	margin: 280px auto 0 auto;
	width: 990px;
}
.site-header-box,
.site-footer-box {
	height: 20px;
	position: relative;
}
.site-content-box {
	min-height: 500px;
	position: relative;
}
.site-header-box {background: transparent url(../img/content-bg-end.png) no-repeat center top;}
.site-content-box {background: transparent url(../img/contentbox-bg.png) repeat-x center top;}
.site-footer-box {background: transparent url(../img/content-bg-end.png) no-repeat center bottom;}

.div-spacer {margin: 0 0 15px 0;}
.logo-pos {
	height: 70px;
	left: 350px;
	position: absolute;
	top: -35px;
	width: 360px;
	z-index: 2;
}
.left-col {
	float: left;
	margin: 0 10px 10px 10px;
	*margin: 0 5px 10px 5px;
	width: 480px;
}
#socialnet {
	clear: both;
	text-align: center;
}
#socialnet a, #socialnet span {margin: 5px 20px;}
.site-footer {
	color: white;
	font-size: 10px;
	margin: 25px 0;
	text-align: center;
	width: 900px;
}

#sponsor-box {
	border-bottom: 1px dashed #151515;
	border-top: 1px dashed #151515;
	margin: 15px 0 15px 0;
	padding: 15px 0 15px 0;
	text-align: center;
}
	#sponsor-box a {margin: 5px 20px;}

