/*
	Resets
*/
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img,a,table,td,tr,div {
	border: 0;
	background: transparent;
}
body {
	line-height: 1.3;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background: #020230 url('images/pngs/bg.png') repeat-x;
	background-position: bottom;
}

a{
	color: #0E0C59;
}

/*

Page Layout

*/

#page {
	width: 1023px;
	margin: 0 auto;
}
#header {
	height: 141px;
}
#nav {
	height: 42px;
	background: url('images/pngs/nav.png') repeat-x;
}
#nav ul{
	margin: 0 auto;
	list-style-type: none;
	width: 800px;
}
#nav li{
	display: inline-block;
}
#nav a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 20px;
	padding: 11px;
	text-align: center;
	font-size: 15px;
	font-family: Myriad Pro;
}
#nav a:hover{
	color:#E8E074;
	background: url('images/pngs/nav_over.png');
}
#banner{
	padding: 1px;
	height: 282px;
	background: url('images/pngs/header.png');
}

.banner-text {
	width: 490px;
	margin: 10px;
	color: #fff;
}

.banner-text p {
	font-weight: bold;
	font-size: 17px;
	margin: .2em 0px;
}

.banner-text h2 {
	color: #d8c348;
	text-align: center;
	font-size: 21px;
}

#banner .center {
	text-align: center;
}

.signup-box {
	width: 446px;
	height: 135px;
	padding: 66px 5px 0px 5px;
	background: transparent url(images/pngs/signupbox.png) no-repeat;
	overflow: hidden;
	margin-right: 35px;
	margin-top: 50px;
	color: #fff;
	font-size: 13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container{
	background: #fff;
	min-height: 400px;
	padding-top: 15px;
}

	#left-sidebar{
		float: left;
		width: 205px;
	}
	
	#content{
		float: left;
		width: 460px;
		padding: 0 10px;
	}
	#right-sidebar{
		float: right;
		width: 330px;
	}
		.sidebox{
			width: 90%;
			margin: 0 auto;
			margin-bottom: 10px;
			border: 1px solid #000;
		}
			.sidebox-header{
				height: 30px;
				padding-top: 5px;
				background: url('images/pngs/sidehead.png') repeat-x;
				text-align: center;
				font-size: 18px;
				color: white;
				font-weight: bold;
			}
			.sidebox-content{
				padding: 5px;
			}
			.noborder{
				border: 0;
			}
			.brown{
				background: #C9C06B;
			}
#footer{
	height: 154px;
	background: url('images/pngs/footerbg.png') repeat-x;
	margin-bottom: 35px;
	border: 1px solid #D6C96E;
	color: white;
}
	#footer-nav,#footer-image,#footer-copyright{
		text-align: center;
	}
	#footer-nav{
		margin-top: 25px;
	}
	#footer-nav a{
		color: white;
	}
	#footer-image{
		padding: 5px;
	}
	#footer-copyright{
		font-size: 10px;
	}
	
.popup-win{
	display:none;
}

/*
	Elements	
*/
h1{
	color: #0E0C59;
	font-size: 22px;
	font-weight: bold;
}
h2{
	color: #0E0C59;
	font-size: 18px;
	font-weight: bold;
}
p{
	margin: 1em 0;
}

.clear{
	clear:both;
}
.white{
	color: #fff;
}
