/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/

a {
	color: #0d9fd9;
}
a:hover {
	color: #d6007f;
}

/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#f4e2f0;
}
#container {
	height:1010px;
	border-color: #CCEA7F;
	background-image: url(../images/yearn_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#CCEA7F;   
}
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:#0d9fd9;
}
div#nav_top ul li a:active{
	color:#FFFFFF;
}
div#nav_top #button_on a {
	color:#FFFFFF;
	background-color: #0d9fd9;
}
/*--------------------- topnav ------- END -------- */

#columntwo #top_image {
	height:200px;
	background-image: url(../images/train_david.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -20px;
}
#columnone #bottom_image {
	height:200px;
	background-image: url(../images/boy_moto.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 60px;
	margin-top: 15px;
	margin-bottom:0px;
}
#gocard {
	padding-top:10px;
}
