#nav a:link, #nav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover, #nav a:visited:hover
{
	text-decoration: none;
	color:#FF0099;
}

#nav a:active
{
	color:#FF0099;
	text-decoration: none;
}

h2
{ 
	float: left;
	font: bold 22px/1.6em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #FF0099; 
	margin: 15px 0px 0px 10px;
}

#page a:link, #page a:visited, #page a:active
{
	color:#FF0099;
	text-decoration:none;
	border-bottom: 1px dotted #FF0099;
}

#page a:hover, #page a:visited:hover
{
	color:#000000;
	text-decoration:none;
	border-bottom: 1px solid #FF0099;
}

#logo1
{
	float: left;
	width: 239px;
	height: 456px;
	margin: -465px 0px 0px -80px;
	z-index:2;
	position: absolute;
	/*background: url(../imgs/funk1_logo_top.png) no-repeat;*/
}

#logo2
{
	float: left;
	width: 423px;
	height: 220px;
	margin: -10px 0px 0px -81px;
	z-index:2;
	position: absolute;
	/*background: url(../imgs/funk1_logo_btm.png) no-repeat;*/
}