body {
	font:	small/1.6em Helvetica, Arial, sans-serif;
	background-color:	#2c41ac;
	padding:	3em;
}

a:active, a:visited, a:focus {
	outline:	none;
}

a:visited {
	color:	#2c41ac;
}

a {
	font-weight:	bold;
	color:	#2c41ac;
}

#page {
	width:	700px;
	background-color:	white;
	margin:	auto;
	
}

#header {
	height:	125px;

	background-image:	url('logo.png');
	background-repeat:	no-repeat;
	background-position:	5px 5px;
}

#menu {
	color:	white;
	padding:	5px;

}

#content {
	
	padding:	2em;
	min-height:	300px;
}

/*
	Menu system
	horizontal menu that looks like buttons
	*/
#menu ul {
	list-style:	none;
	margin:		0;
	padding:	0;
	background-image:	url('menu.png');
	width:	690px;
	height:	35px;
}

#menu li {
	float:	left;
	height:	35px;
		
}

#menu li a {
	font-weight:	bold;
	display:		block;
	text-decoration:	none;
	padding-top:	8px;
	padding-left:	16px;
	padding-right:	16px;
	padding-bottom:	6px;

	color:	white;
}


#menu li a:hover {
	background-image: url('hover_button.png');
	color:	#2c41ac;
}

#menu li.selected a {
	color:	black;
}


#footer {
	text-align:	center;
	clear:		right;
	font-size:	.9em;
}



/* start of home page */

#picture7 {
	float:		right;
	width:		170px;
	height:		350px;
	padding-top:	10px;

}

.events {
	list-style-type:	none;
	height:		155px;
	width:		470px;
	font-weight:	bold;
	font-size:		1.2em;
	padding:	0px;
	margin:		0px;
	



}

.events li {
	float:	left;
	width:	155px;
	text-align:	center;

	padding-top:	3px;
	padding-bottom:	6px;

}

/*start of about us page */

#picture2 {
	float:		right;
	width:		240px;
	height:		300px;
}

/*start of Music page */

.music {
	list-style:		none;
	padding:		0;
	margin:			0;
}

.music li {
	float:		left;
	width:		150px;
	text-align:	center;
}
/* start of Pricing page */

.rates {
	text-align:		center;

}

.dollars {
	font-weight:		bold;

}

#picture4 {
	float:		right;
	width:		170px;
	height:		235px;
}

/*start of Tips page */

.question {
	font-weight:	bold;
	color:			#2c41ac;
}

/* start of Downloads page */

#picture5 {
	float:		right;
	width:		222px;

}

.forms {
	font-size:		1.2em;
	font-weight:	bold;
}

/*start of Links page */
#picture1 {
	float:	right;
}

.referrals {
	font-size:		1.2em;
	font-weight:	bold;
}

/* start of Contact Us page */

.contact1 {
	text-align:		center;
}

#contact2 {
	float:		right;
	text-align:	center;
	width:		220px;
	height:		230px;
	border-left-style:	dotted;
	border-left-width:	2px;
	border-left-color:	#777777;
	margin:			12px;
	padding-left:	16px;
	padding-top:	65px;

}

.contact3 {
	font-size:	1.3em;
}

.contact4 {
	font-size:	1.2em;
}





