@charset "utf-8";

BODY {
    margin: 0;
    background-color: #eee;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
  }
 
* { 
	margin: 0; 
	padding: 0; 
	}
LI { 
	list-style: none; 
	}
A { 
	text-decoration: none; 
	}
#banner_a {
	background-color: transparent;
}
#container_a {
	background-color: transparent;
}
#container_b {
	background-color: transparent;
	background-image: url(../images/green_sunburst.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#container_banner {
	background-color: #0099FF;
	min-width: 960px;
	padding: 0 20px 0 20px;
}
#container_header {
	background-color: #232323;
	min-width: 960px;
	padding: 0 20px 0 20px;
}
#header {
	background-color: transparent;
	padding: 0 0 20px 0;
	z-index:999;
}
#logo {
	background-color: transparent;
	margin-top: 20px;
}
.float_right {
	float: right;	
}


