body { 
	color:#FFF;
	text-align:center;
	background-color:#000; 
	padding: 0 10 0 10;
	margin: auto;
	}
	
.red {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}
.green {
	color: #00FF00;
	font-weight: bold;
	text-transform: uppercase;
}
.yellow {
	color: #FFFF00;
	font-weight: bold;
	text-transform: uppercase;
}
.purple {
	color: #FF00FF;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	color:#FFFF00
	}
	
a:hover {
	color:#FF0000
	}
	
#nav {
   width: 629px; 
	height: 132px;
   background: url(images/nav.gif);
   margin: auto; 
	padding: 0;
   position: relative;
	}
#nav li {
   margin: 0; 
	padding: 0; 
	list-style: none;
   position: absolute; 
	top: 0;
	}
#nav li, #nav a {
	top: 33px;
   height: 68px; 
	display: block;
	}
#home {
	left: 0px; 
	width: 79px;
	}
#pictures {
	left: 79px; 
	width: 123px;
	}
#songs {
	left: 203px; 
	width: 89px;
	}
#booking {
	left: 297px; 
	width: 146px;
	}
#awesome {
	left: 452px; 
	width: 171px;
	}
#home a:hover {
	background: transparent url(images/nav.gif) 0px -231px no-repeat;
	}
#pictures a:hover {
	background: transparent url(images/nav.gif) -79px -231px no-repeat;
	}
#songs a:hover {
	background: transparent url(images/nav.gif) -203px -231px no-repeat;
	}
#booking a:hover {
	background: transparent url(images/nav.gif) -297px -231px no-repeat;
	}
#awesome a:hover {
	background: transparent url(images/nav.gif) -452px -231px no-repeat;
	}
	
#home a:active {
	background: transparent url(images/nav.gif) 0px -132px no-repeat;
	}
#pictures a:active {
	background: transparent url(images/nav.gif) -79px -132px no-repeat;
	}
#songs a:active {
	background: transparent url(images/nav.gif) -203px -132px no-repeat;
	}
#booking a:active {
	background: transparent url(images/nav.gif) -297px -132px no-repeat;
	}
#awesome a:active {
	background: transparent url(images/nav.gif) -452px -132px no-repeat;
	}
	
	
#home.selected {
	background: transparent url(images/nav.gif) 0px -231px no-repeat;
	}
#pictures.selected {
	background: transparent url(images/nav.gif) -79px -231px no-repeat;
	}
#songs.selected {
	background: transparent url(images/nav.gif) -203px -231px no-repeat;
	}
#booking.selected {
	background: transparent url(images/nav.gif) -297px -231px no-repeat;
	}
#awesome.selected {
	background: transparent url(images/nav.gif) -452px -231px no-repeat;
	}
	
.small {
		font-size: 10pt;
	}
	
.list {
		text-align: left;
		margin: auto;
	}
	
hr {
		width: 780px;
		height: 0px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px dashed #CCCCCC;
		margin: auto;
	}
	
.clear {
		clear: both;
	}
	
#content {
	width: 80%;
	margin: auto;
}

#pics2 {
	width: 804px;
	margin: auto;
}

#pics2 img{
	border: 0;
}
	
#pics {
	width: 824px;
	margin: auto;
}

#pics img {
	border: 1px dashed #333333;
	margin: 10px;

}

.leftcol {
		float: left;
		width: 47%;
	}
	
.rightcol {
		float: left;
		width: 47%;
	}
	
.movie {
display: block;
margin-bottom: 20px;
}