@charset "utf-8";
/* CSS Document */
			*{
				margin:0;
				padding:0px;
				}
				
			html{
				height:100%;
				font-size:100%;
				padding-bottom:1px;
				}
				
			.clr{
				clear:both;
				}
				
			body{
				background-color:#373423;
				}

			.container_1{
				width:985px;
				height:auto;
				margin:0 auto 0 auto;
				}
					
			.banner_con{
				width:985px;
				height:345px;
				margin-top:5px;
				}
			
			.content_con{
				width:985px;
				margin-top:5px;
				float:left;
				background-color:#6a644a;
				}
				
/* Begin of Columns and Boxes */	
/* Center Column for Roster */
			.center_col_ros{
				width:630px;
				margin:5px 5px 5px 5px;
				float:left;
				border-left:1px solid #A4A4A4;
				border-color:#373423;
				line-height:16px;
				}

/* Center Individual Box for Roster */
			.center_col_ros_box{
				width:610px;
				margin-left:10px;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:11px;
				}

/* Left Side Entire Column */			
			.left_col{
				width:225px;
				margin:5px 5px 0px 5px;
				float:left;
				}

/* Left Side Individual Boxes */					
			.left_col_box{
				margin-bottom:40px;
				margin-top:10px;
				}

/* Center Entire Column */			
			.center_col{
				width:500px;
				margin:5px 5px 0px 5px;
				float:left;
				border-right:1px solid #A4A4A4;
				border-left:1px solid #A4A4A4;
				border-color:#373423;
				line-height:16px;
				}

/* Center Individual Boxes */					
			.center_col_box{
				width:480px;
				margin-left:10px;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:11px;
				margin-top:10px;
				}
				
/* Right Side Entire Column */						
			.right_col{
				width:225px;
				margin:5px 5px 0px 5px;
				float:left
				}
				
/* Right Side Individual Boxes */									
			.right_col_box{
				margin-bottom:40px;
				margin-top:10px;
				}

/* End of Columns and Boxes */					
			a, a:link, a:visited{
				color:#FFFFFF;
				}		

/* Begin of Footer */					
			.footer_con{
				height:60px;
				width:985px;
				float:left;
				}
					
			.footer{
				float:left;
				font-family:Tahoma, Geneva, sans-serif;
				color:#000000;
				margin-top:30px;
				margin-left:10px;
				}
						
			.footer_title{
				font-size:12px;
				font-weight:bold;
				}
				
/* End of Footer */		

.valve-logo
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/valvelogo.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 88px;
}

.steam-logo
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/steamlogo.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 84px;
}

/* Buttons for Events */
input.eventbutton
{
	color:#FFFFFF;
	background-color:#373423;
}