@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
background:#000;
margin: 0;
padding: 0;
}
#wrapper {
margin-left:auto; 
margin-right:auto;
width: 900px;
}


/***** HEADER *****/
#header {
	float:left; display:inline;
	background:url(images/header-bg.jpg) no-repeat;
	width: 900px;
}
#nav {
	width:685px;
	height:151px;
	padding-left:214px;
}
#top {
	float:left; display:inline;
	background:url(images/top.jpg) no-repeat;
	width:900px;
	height:335px;
}
#top-lt {
	float:left; display:inline;
	width:267px;
	height:335px;
}
#hosts {
	float:left; display:inline;
	width:325px;
	height:335px;
}
#top-rt {
	float:left; display:inline;
	width:308px;
	height:335px;
}
#intro {
	background:url(images/content-bg.png) repeat;
	margin: 20px;
	padding:10px;
}
#intro h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
#intro h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
#intro p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}


/***** CONTENT *****/
#content {
	float:left; display:inline;
	width:900px;
	background:url(images/content-bg2.jpg) repeat;
}
#content2 {
	width:820px;
	background:url(images/content-bg.jpg) no-repeat;
	padding: 20px 40px;
}
.bg {
	background:url(images/bg.png) repeat;
	padding: 20px;
}
.bg h2 {
	color:#000;
	font-size:18px;	
	font-family:"Times New Roman", Times, serif;
}
.bg p {
	color:#000;
	font-size:13px;	
	font-family:"Times New Roman", Times, serif;
}
.bg span {
	color:#000;
	font-size:13px;	
	font-family:"Times New Roman", Times, serif;
}
#home-lt {
	float:left; display:inline;
	width: 390px;
	padding: 0 20px 20px 0;
}
#home-rt {
	float:left; display:inline;
	width: 390px;
	padding: 0 0 20px 20px;
}


/***** FOOTER *****/
#footer {
	float:left; display:inline;
	width:900px;
	color:#fff;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
}
#footer a {
	color:#fff;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
}
#foot-nav {
	float:left; display:inline;
	width:600px;
	padding:10px;
}
#foot-et {
	float:left; display:inline;
	width:260px;
	padding:10px;
}

/***** SPONSORS BANNER *****/
#sponsors_banner {
	height: 90px; 
	width: 800px; 
	margin: auto;
	padding-top:5px;
}
#sponsors_banner ul {
	text-decoration: none; 
	list-style:none; 
	line-height: 90px; 
	width: auto; 
	height: 90px;
}
#sponsors_banner li {
	width: 120px; 
	height: 90px;
}