/* CSS Document */


body {
	
	padding: 0;
	margin: 0;
	
	background: url(/includes/images/bbss_fixed_background.gif) top repeat-x black;
	
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: white;
	
}

#container {

	width: 900px;
	min-height:800px;
	height: auto;
	
	border-right: 1px solid #676767;
	
	background: url(/includes/images/bbss_bg_container.jpg) left 150px no-repeat;

}

/*\*/
* html #container {
height: 800px;
}
/**/


#header {

	width: 900px;
	height: 150px;

	background: url(/includes/images/bbss_main_header.jpg);

}

#menu {

	width: 280px;
	
	margin: 190px 0 180px 0;
	
	float:left;

}

#menu ul {

	margin: 0;
	padding: 0;
	
	list-style-type:none;
	
	text-align:right;
	
}

#menu ul li {
		
	padding: 2px 0;
	margin: 0;
		
}

#menu ul li a {

	font: bold 20px Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	
	color: white;
	
	padding-left: 30px;
	
}


#menu ul li a:hover, #menu ul li a:active {

	background: url(/includes/images/bbss_menubullet_on.png) left no-repeat;
	color: #cccccc;

}

#content {

	width: 580px;
	
	margin: 50px 20px 0 20px;
	
	float:left;

}

#footer {

	clear:both;
	
	background: #333333;
	
	color: #999999;
	
	width: 600px;

	padding: 17px 0 15px 300px;
}
