/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/
a {
	color: #d6007f;
}
a:hover {
	color: #75bde9;
}


/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#fff8b8;
}
#container {
	height:935px;
	border-color: #75bde9;
	background-image: url(../images/blastback.gif);
	background-repeat: repeat;
	background-position: center;	
}

/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#75bde9;   
}
div#nav_top ul li a{
	color: #ffffff;
}
div#nav_top ul li a:hover{
	color:#FFFFFF;
	background-color:#CC3366;
}
div#nav_top ul li a:active{
	color:#FFFFFF;
}
div#nav_top #button_on a {
	background-color:#CC3366;
}
/*--------------------- topnav ------- END -------- */

#columnone #bottom_image {
	height:235px;
	background-image: url(../images/bottom_blast.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top:-20px;
	margin-bottom:-10px;
}
#gocard {
	margin-top:-10px;
}
