@charset "utf-8";
/* CSS Document */
body {
	background-size: cover;
	background-image: url(Images/main_bkg_1_col.fw.jpg);
	background-repeat: no-repeat;
}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color:rgba(255,255,255,1)
}
a:hover {
	text-decoration: underline;
	color: rgba(254,224,0,1);
}

#secondary_container {
	width: 950px;
	color: rgba(255,255,255,1);
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#secondary_header {
	height: auto;
}

#secondary_bottom {
	height: auto;
	width: 930px;
	color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 10;
	padding-top: 10
}
