/* ======= GLOBAL STYLES ======= */

* {
	margin: 0;
	padding: 0;
}

body {  
	font-size:12px;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	background-color:#333333;
	color: #ffffff;
	line-height:1.5;
}

a:link, a:visited {
	
	text-decoration: none;
	color: #ffffff;
}

a:hover, a:active {
	
	text-decoration:underline;
	color:#CCCCCC;
	
}


a.yellow {
	
	text-decoration:underline;
	color:#FFFF00;
}

a:hover.yellow {
	
	text-decoration:underline;
	color:#CCCCCC;
	
}

h4 { 
	
	border-bottom: 1px solid #8e9181;
	color: #FFFFFF;
	padding-bottom: 2px;  
	width: 400px; 
}

/* ======= HEADER STYLES ======= */

.header{
	background-image:url(http://www.wbcleanwaterclassic.com/images/header_slice.gif);
	width:100%;
	height:324px;
}

.top_slice{
		
		margin:0px auto;
		width:897px;
}

/* ======= MAIN CONTENT STYLES ======= */

#main {
	float: left;
	width: 100%;
	background-color: #096ab2;
	
}


#mncontent { 
	background-image:url(http://www.wbcleanwaterclassic.com/images/blue_gradient.gif);
	width:100%;
	background-repeat:repeat-x;
	
}

.container{
		margin:0px auto;
		width:800px;
}

/* ======= FOOTER STYLES ======= */


.footer_container{
	
	margin:0px auto; 
	background-color:#333333; 
	height:300px; 
	width:100%; 
	margin-top:20px;
}

.footer{
		
	margin:0px auto; 
	width:800px; 
	
		
}

/* ======= COLUMN STYLES ======= */

.left{
float:left;
width:190px;
margin-top:30px;
margin-bottom:30px;
}

.right{
float:right;
width:600px;
margin-top:10px;
margin-bottom:30px;
}

.clear{
clear:both;
}
	