/* CSS */

body
{
	color: white;
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

ul
{
	list-style: disc outside url('/images/bullet.jpg');
}

th
{
	text-align: left;
}

a:link, a:visited, a:active
{
	color: #99cccc;
	text-decoration: underline;
}

a:hover
{
	color: #99ffff;
	text-decoration: underline;
}

.logo
{
	background-image: url('/images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.john_moses
{
	background-image: url('/images/john_moses.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 260px;
	height: 408px;
}

.parental_advisory
{
	background-image: url('/images/parental_advisory.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 260px;
	height: 108px;
}

.latest_news
{
	background-image: url('/images/latest_news.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.featured_clip
{
	background-image: url('/images/featured_clip.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.biography
{
	background-image: url('/images/biography.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.dates
{
	background-image: url('/images/dates.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.videos
{
	background-image: url('/images/videos.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.photos
{
	background-image: url('/images/photos.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.contact
{
	background-image: url('/images/contact.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 490px;
	height: 50px;
}

.heading
{
	color: white;
}

.content
{
	padding-top: 10px;
}

.video
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.dashed_line
{
	background-image: url('/images/line.jpg');
	background-repeat: repeat-x;
}

.strike
{
	text-decoration: line-through;
}

.footer
{
	padding-top: 20px;
}

.required
{
	color: #33ccff;
}
