@charset "utf-8";


/* hide this stuff */
h1 span, h2 span {
	display:none;
}



body, html {
	margin:0;
	padding:0;
	background:#215d8a url(imgs/body_bg.jpg) 0 0 repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
	
a {
	color:#000000;
	text-decoration:none;
}

a img {
	border:0;
}

#container {
	width:780px;
	margin:0 auto;
}

h1 {
	margin:0;
	padding:0;
	width:780px;
	height:80px;
	background:url(imgs/top_logo_home.jpg) 0 0 no-repeat;
}

h2 {
	margin:0;
	padding:0;
	width:780px;
	height:36px;
	background:url(imgs/everything_heading.jpg) 0 0 no-repeat;
}

#feature {
	width:772px;
	height:179px;
	background:url(imgs/featured_bg.jpg) 0 0 no-repeat;
	padding:4px;
}

#colHolder {
	color:#000000;
}

#leftCol {
	float:left;
	width:386px;
}

#rightCol {
	float:right;
	width:386px;
}

a .linkImg {
	border:4px solid #ffffff;
	margin-top:8px;	
}

a:hover .linkImg {
	border-color:#0099FF;
}

#footer {
	background:url(imgs/footer_bg.jpg) 0 0 no-repeat;
	border-top:10px solid #215d8a;
	font-size:10px;
	height:50px;
	padding-top:18px;
	clear:both;
}

#copy {
	float:left;
	width:200px;
	text-align:left;
	padding-left:15px;
}

#legal {
	float:right;
	width:200px;
	text-align:right;
	padding-right:15px;
}

#legal a {
	color:#ffffff;
}