body,
html {
	background:url(assets/background.jpg) #000 no-repeat top center;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding:0px;
	margin: 0 auto;
	min-width:1000px;
	height:100%;
	}
	
body {
    min-width:1000px;
    }
	
#container {
	width:1000px;
	padding:80px 0px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	}

                          /*          H E A D E R  O N E  S T Y L E S          */

#header {
	width:900px;
	background:url(assets/header.gif) #000 no-repeat top;
	margin:0px auto;
	padding:0px;
	height:200px;
	overflow:visible;
	}
	

	

                          /*          N A V I G A T I O N   S T Y L E S          */
	
#navigation {
	width:900px;
	margin:25px auto 0px auto;
	height:35px;
	}
	
.navigation-text {
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	}
	
.navigation-text a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.navigation-text a:hover {
	font-size:13px;
	color:#FF9911;
	text-decoration:none;
	}

.navigation-text a {
	display:inline;
	padding:0px 15px;
	position:relative;
	}
	
.anylinkcss {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #000000;
	width: 115px;
	padding-top:8px;
	text-align:left;
	margin-left:10px;
	}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 3px 0;
	text-decoration: none;
	text-indent: 5px;
	color:#FFFFFF;
	text-align:left;
	}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #444444;
	color: #FF9911;
	}
	
	
                          /*         L A Y O U T   S T Y L E S          */

#content-wrap-home {
	width:900px;
	background-color:#000;
	margin:10px auto;
	overflow:hidden;
	}
	
#content-wrap {
	width:900px;
	background-color:#000;
	overflow:hidden;
	margin:0px auto;
	}
	
#left-col-home {
	width:590px;
	height:300px;
	float:left;
	display:inline;
	margin:10px;
	}
	
#right-col-home {
	width:230px;
	height:300px;
	float:right;
	display:inline;
	margin:15px;
	}
	
#right-col-home .innertube {
	padding:5px 15px 5px 0px;
	}
	

#left-col {
	width:590px;
	float:left;
	display:inline;
	margin:10px;
	}
	

	
#content-background {
	background-color:#000;
	width:590px;
	background-color:#FFFFFF;
	margin:0px;
	}

	

	
#downloads {
	float:right;
	display:inline;
	width:150px;
	background-color:#eeeeee;
	padding:15px;
	margin:0px 0px 15px 15px;
	}
	
.download-img {
	width:35px;
	float:left;
	display:inline;
	margin:0px 5px 0px 0px;
	}
	
.right-image {
	width:250px;
	float:right;
	display:inline;
	margin:0px 0px 15px 15px;
	}
	


	
                          /*         C O N T E N T  S T Y L E S          */
	
h1 {
	color:#000000;
	font-size:24px;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:-5px;
	}
	
h2 {
	color:#bb6622;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
h3 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	}
	
h4 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.news_copy {
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:20px;
	}
	
.news_copy a{
	color:#FF9911;
	font-size:12px;
	}
	
.news_copy a:hover{
	color:#FF9911;
	font-size:12px;
	}
	
.body_copy {
	color:#000000;
	font-size:12px;
	}
	
.body_copy a{
	color:#FF9911;
	font-size:12px;
	}
	
.body_copy a:hover{
	color:#FF9911;
	font-size:12px;
	}
	
.innertube .body_copy {
	padding: 25px;
	}
	
ul {
  margin-left: 1em;
  padding-left: 0;
  margin-top: 5px;
  padding-top:0px;
  }
  
li {
  margin: 0;
  padding: 0;
  }
  
.sponsors {
	margin:0px auto;
	clear:both;
	background-color:#000;
	width:900px;
	}
	
.sponsors img {
	padding: 20px 0px 0px 20px;
	}
	
.sponsor-logos {
	width:800px;
	margin:0px auto;
	}
	
.sponsor-logos img {
	margin:0px auto;
	display:inline;
	padding: 20px 0px 0px 30px;
	}
	

	

		
	
                          /*         B O T T O M   S T Y L E S          */



#footer_wrap {
	width:900px;
	margin:0px auto;
	clear:both;
	text-align:center;
	padding:10px 0px;
	}

	
#footer_wrap img {
	width:131px;
	border:none;
	margin:10px auto;
	}
	
	
.footer {
	color:#FFFFFF;
	font-size:11px;
	}
	
.footer a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#FF9911;
	font-size:11px;
	text-decoration:underline;
	}


						 

	
img {
	display:block;
	}
	
img a {
	border:none;
	display:block;
	}