/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/

a {
	color: #00588a;
}
a:hover {
	color: #d6007f;
}

/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#e9f6c8;
}
#container {
	height:915px;
	border-color:#f7dc15;
	background-image: url(../images/creature_back.gif);
	background-repeat: no-repeat;
	background-position: center 200px;	
}
/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#f7dc15;   
}
div#nav_top ul li a{
	color: #333333;
}
div#nav_top ul li a:visited{
	color:#333333;
}
div#nav_top ul li a:hover{
	color:#FFFFFF;
	background-color:#00588a;
}
div#nav_top ul li a:active{
	color:#FFFFFF;
}
div#nav_top #button_on a {
	color:#FFF;
	background-color: #00588a;
}
/*--------------------- topnav ------- END -------- */

#columntwo #bottom_image {
	height:230px;
	background-image: url(../images/bottom_creature.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top:0px;
	margin-bottom:0px;
}
#gocard {
	margin-top:0px;
}
