/*
------------------------------- GENERIC TAG FORMATTING ----------------------------
*/

a {
	color: #d6007f;
}
a:hover {
	color: #003399;
}

/*
------------------------------- GENERIC TAG FORMATTING ---------------------------- //END

---------------------------------- MASTER CONTAINERS -------------------------------
*/
#mainamazing {
	background-color:#EFF9D5;
}
#container {
	height:880px;
	border-color: #D80273;
	background-image: url(../images/back_Beyond.gif);
	background-repeat: no-repeat;
	background-position: center;	
}
/*
---------------------------- CONTENT ---------------------------- 

---------------------------- topnav ----------------------------- 
*/
div#nav_top {
	background-color:#D80273;   
}
div#nav_top ul li a{
	color: #ffffff;
}
div#nav_top ul li a:visited{
	color:#FFFFFF;
}
div#nav_top ul li a:hover{
	color: #333333;
	background-color: #f7dc15;
}
div#nav_top ul li a:active{
	color:#333333;
}
div#nav_top #button_on a {
	color: #333333;
	background-color: #f7dc15;
}
/*--------------------- topnav ------- END -------- */

#columntwo #bottom_image {
	height:300px;
	background-image: url(../images/artcenter_beyond.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -24px;
	margin-bottom:-00px;
}
#toparagraph {
	width: auto;
	height: auto;
	margin-bottom: 2px;
	font-size:12px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 18px;
}
#toparagraph #top_image{
	height: 150px;
	width: 200px;
	float: right;
	margin-bottom:-30px;
	margin-right:-26px;
	background-image: url(../images/golf.gif);
	background-repeat: no-repeat;
	background-position: center;
}	
