@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma , sans-serif;
}

img {
	border: none;
}

	a {
		color: #ffffff;
		text-decoration: underline;
		}

#container {
	background: url(i/fg.jpg) repeat-y;
	width: 936px;
	margin: 0 auto;
	padding: 0 44px;
}

#top {
	background: url(i/top.jpg);
	width: 936px;
	height: 26px;
	text-align: center;
	line-height: 22px;
}

#banner {
	background: url(i/banner.jpg);
	width: 936px;
	height: 249px;
}

ul#nav {
	background: url(i/nav_bg.jpg) repeat-x;
	width: 934px;
	height: 36px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	list-style: none;
}

ul#nav li a span {
	visibility: hidden;
}

ul#nav li a:hover span {
	visibility: visible;
}

ul#nav li a {
	display: block;
	height: 35px;
	float: left;
	margin: 0 0 0 10px;
}

		#home {
			background: url(i/nav_home.jpg) no-repeat center;
			width: 67px;
		}
		
		#community {
			background: url(i/nav_community.jpg) no-repeat center;
			width: 103px;
		}
		
		#standings {
			background: url(i/nav_standings.jpg);
			width: 93px;
		}
		
		#tournaments {
			background: url(i/nav_tournaments.jpg);
			width: 117px;
		}
		
		#members {
			background: url(i/nav_members.jpg);
			width: 90px;
		}
		
		#support {
			background: url(i/nav_support.jpg);
			width: 85px;
		}
		
		#match_finder {
			background: url(i/nav_matchfinder.jpg);
			width: 113px;
		}
		
		#staff {
			background: url(i/nav_staff.jpg);
			width: 65px;
		}
		
		#more {
			background: url(i/nav_more.jpg);
			width: 85px;
		}

#left {
	width: 642px;
	float: left;
	margin: 2px 0 0 4px;
}

#feature1 {
	background: url(i/news_image1.jpg);
	width: 387px;
	height: 254px;
	display: block;
}

#feature2 {
	background: url(i/news_image2.jpg);
	width: 387px;
	height: 254px;
	display: block;
}

#feature3 {
	background: url(i/news_image3.jpg);
	width: 387px;
	height: 254px;
	display: block;
}

#feature4 {
	background: url(i/news_image4.jpg);
	width: 387px;
	height: 254px;
	display: block;
}

#mySlides {
	float: left;
	width: 387px;
	height: 254px;
	z-index: 0;
	position: absolute;
}

#myController {
	float: right;
	margin: 0 4px 0 0;
	z-index: 1;
	position: relative;
}

.jFlowControl {
	background: url(i/news_right.jpg);
	width: 212px;
	height: 41px;
	display: block;
	padding: 11px 19px;
	color: #969696;
	cursor: pointer;

}

#myController div.jFlowSelected {
	background: url(i/new_right.png);
	margin: 0 0 0 -5px;
	width: 212px;
	height: 41px;
	display: block;
	padding: 11px 19px 11px 24px;
	color: #969696;
}

.jFlowControl strong {
	font-weight: normal;
	color: #dedede;
}

.black_bar {
	background: url(i/left_black_bar.jpg);
	width: 645px;
	height: 26px;
	text-align: center;
	line-height: 28px;
	margin: 1px 0 0 0;
}

.pink_bar {
	background: url(i/left_pink_bar.jpg);
	width: 645px;
	height: 26px;
	color: #dedede;
	line-height: 28px;
	text-align: center;
}

.pink_bar a {	
	color: #dedede;
	text-decoration: none;
}

.pink_bar a:hover {
	text-decoration: underline;
}

.content {
	background: #1a1a1a;
	width: 645px;
	color: #969696;
	margin: 0 0 5px 0;
}	

.content p {
	margin: 0;
	padding: 7px 7px 6px 7px;
}

#right {
	width: 286px;
	margin: 0;
	float: right;
}

.right_head {
	background: url(i/right_head.jpg);
	width: 245px;
	height: 37px;
	line-height: 39px;
	color: #dedede;
	padding: 0 20px;
}

ul.right_list {
	background: url(i/right_foot.jpg) no-repeat bottom;
	width: 285px;
	padding: 0 0 4px 0;
	margin: 0;
	list-style: none;
}

ul.right_list li.light {
	background: url(i/light.jpg);
	width: 225px;
	height: 32px;
	color: #dedede;
	line-height: 32px;
	padding: 0 11px 0 49px;
}

ul.right_list li.dark {
	background: url(i/dark.jpg);
	width: 225px;
	height: 30px;
	line-height: 30px;
	color: #dedede;
	padding: 0 11px 0 49px;
}

ul.right_list li.light a, ul.right_list li.dark a {
	color: #844d56;
}

ul.right_list li.light a:hover, ul.right_list li.dark a:hover {
	text-decoration: underline;
}

ul.right_list li.light a.green, ul.right_list li.dark a.green {
	color: #02850e;
}

ul.right_list li.light a.red, ul.right_list li.dark a.red {
	color: #a50000;
}

.green:hover, .red:hover {
	text-decoration: underline;
}

#ad {
	margin: 10px;
}

.clear {
	clear: both;
}

#footer {
	background: url(i/footer.jpg);
	width: 936px;
	height: 89px;
}