@charset "UTF-8";
/* CSS Document */

#menu_in {
  width:900px;
  height:49px;
  padding-top:175px;
  
  
}

#menu_in ul {
	list-style: none;
	font-size: medium;
	list-style-position:outside;
	text-align: right;
}

#menu_in li {
	margin: 0px;
	display: inline;
	font-size:14px;
	
}

#menu_in a {
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
	color: #ffffff;
	
}

#menu_in a:hover {
	text-decoration:underline;
}

#menu_in .active a {
	font-weight:bold;
}

#left {
	width: 400px;
	float:left;

}

#right {
	width: 480px;
	float:right;
}

#topaboutus {
	height: 200px;
	background: url(imgs/aboutusheader.jpg) no-repeat;
}

#topactivities {
	height: 200px;
	background: url(imgs/activitiesheader.jpg) no-repeat;
}

#topfanclub {
	height: 200px;
	background: url(imgs/fanclubheader.jpg) no-repeat;
}

#topshop {
	height: 200px;
	background: url(imgs/shopheader.jpg) no-repeat;
}

#topfunlinks {
	height: 200px;
	background: url(imgs/funlinksheader.jpg) no-repeat;
}
