body{
	background-color: black;
	text-align: center;
	margin-top: 0;
}

.body-inner{
	background: url(images/bg-inner.jpg) no-repeat top black;
}

#wrapper{
	width: 977px;
	margin: 0 auto;
	font-family: calibri, helvetica, arial, sans-serif;
	
}


#nav{
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}

#main{
	width: 765px;
	clear:both;
	padding-top: 68px;
	margin: 0 auto;
}

#center{
	margin-left: auto;
    margin-right: auto;
    margin-top: 111px;
    width: 455px;
	height:320px;
	
}

#left{
	width:221px;
	float:left;
	display:block;
	margin-left:20px;
	height: 450px;
}

#right{
	width:475px;
	margin-right:20px;
	float:right;
	display:block;
	color: white;
	padding:0px 10px;
	text-align: left;
	font-size: 14px;
	line-height:22px;
	
}

a {
	color:white;
	text-decoration:underline;
}

h1 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

hr {
	border: 0;
	color: #fff;
	background-color:#fff;
	height: 2px;
	width:100%;
}

#footer{
	color: white;
	text-align:center;
	display:block;
	clear:both;
	width: 765px;
	font-size: 12px;
	padding-top:30px;
	margin: 0 auto;
	
}

#logo-wrap{
	padding-top:20px;
	clear: both;
	width: 977px;
	}

#header-logo{
	margin-left: auto;
	margin-right: auto;
	width: 264px;
}


/*Nivo Slider ------------------------------------*/

#slider-home {
    position:relative;
    width:480px; /* Change this to your images width */
    height:125px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider-home img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider {
    position:relative;
    width:221px; /* Change this to your images width */
    height:241px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-470px; /* Put the nav below the slider */
}
#slider.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}



/*Navigation rollovers ---------------------------------*/

#av a {	
	display:block;
	height: 46px;
	width: 185px;
	float: left;
	background: url(images/av.jpg) no-repeat;	
}

#dj a {	
	display:block;
	height: 46px;
	width: 177px;
	float: left;
	background: url(images/dj.jpg) no-repeat;	
}

#recording a {	
	display:block;
	height: 46px;
	width: 168px;
	float: left;
	background: url(images/recording.jpg) no-repeat;	
}

#contact a {	
	display:block;
	height: 46px;
	width: 133px;
	float: left;
	background: url(images/contact.jpg) no-repeat;	
}

#ftp a {	
	display:block;
	height: 46px;
	width: 102px;
	float: left;
	background: url(images/ftp.jpg) no-repeat;	
}

#av a:hover, #dj a:hover, #recording a:hover, #contact a:hover, #ftp a:hover {	
	background-position: 0 -46px;	
}

