*{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color:#231f20 ;
}


/* DIV IDS */

#menu{
 	background:url(menu.png) no-repeat center ; 
	position: fixed;
	width: 100%;
	height: 490px;
}

#footer{
/*	background-image:url(../img/bottom.png) ;*/
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align:center;
}

#player{
}

#site {
	height:100%;
	width:100%;
	border:none;
	position: absolute;
	z-index: -999;
}

#container{
	margin: 80px auto;
	width: 900px;
	position: relative;
}

#logo{
	background-image:url(../img/logo.gif);
	height: 196px;
	width: 875px;
	margin: auto;
	margin: 0 0 25px 15px;
	text-indent: -999px;
}


#column1{
	float: left;
	width: 375px;
}

#column2{
	float: left;
	width: 450px;
	margin: 0 0 0 50px;
}


#gigs{
	background-image:url(../img/gighead.gif) ;
	width: 125px;
	height: 50px;
	text-indent: -999px;
}

#about{
	background-image:url(../img/abouthead.gif) ;
	width: 125px;
	height: 50px;
	text-indent: -999px;
}

#footage{
	background-image:url(../img/footagehead.gif) ;
	width: 125px;
	height: 50px;
	text-indent: -999px;
}

#twitter{
	background-image:url(../img/twitterhead.gif) ;
	width: 125px;
	height: 50px;
	text-indent: -999px;
}

/*CLASSES*/


.left{
	float: left;
	margin: 0 10px 0 0;
}

#column1 .top{
	background-image:url(../img/primarytop.gif) ;
	height: 25px;
	width: 375px;
}

#column1 .box{
	background-image:url(../img/primarybottom.gif) ;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0 0 25px 0;
	padding: 0px 10px 25px 10px;
	width: 355px;
	position: relative;

	
}

#column2 .top{
	background-image:url(../img/secondarytop.gif) ;
	height: 25px;
	width: 475px;
}

#column2 .box{
	background-image:url(../img/secondarybottom.gif) ;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0px 10px 25px 10px;
	margin: 0 0 25px 0;
	width: 455px;
	position: relative;
	
	
}


.more{
	background-image:url(../img/more.gif) ;
	width: 100px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 15px;
	text-indent: -999px;
}


.buy{
	background-image:url(../img/buy.gif) ;
	width: 50px;
	height: 15px;
	float: right;
	text-indent: -999px;
}

.soldout{
	background-image:url(../img/sold.gif) ;
	width: 50px;
	height: 15px;
	float: right;
	text-indent: -999px;
}


.map{
	background-image:url(../img/map.gif) ;
	width: 50px;
	height: 15px;
	float: right;
	text-indent: -999px;
	margin: 0 10px 0 0;
}



.submit{
	background-image:url(../img/submit.jpg) ;
	width: 141px;
	height: 34px;
	cursor:  pointer;
	margin: 0 0 0 25px;
	border: 0;
	font-weight: bold;
	float: left;
	
	
}


.input{
	background-image:url(../img/input.jpg) ;
	height: 34px;
	width: 180px;
	padding: 0 10px 0 10px;
	font-size: 20px;
	border: 0;
	font-weight: bold;
	float: left;
	}

/*LISTS*/

#menu ul{
	margin: 7px 0 0 10px;
}

li{
	list-style:  none;
}

#menu li{
	float:left;
}


#menu li a{
	float: left;
	margin: 7px 0px 0 18px;
	font-size: 18px;
	color:#231f20 ;
}

#footer ul{
	margin: 7px 0 0 10px;
}


#footer li{
	float:left;
}


#footer li a{
	float: left;
	margin: 7px 0px 0 18px;
	font-size: 18px;
	color:#231f20 ;
}


/*TEXT*/
p{
	margin: 0 0 10px 0;
	text-align: justify;
	padding: 0 15px 0 15px;
}


#links h3{
	font-size: 33px;
	color: #231f20;
	text-align: center;
}

h3{
	font-size: 53px;
	color: #fff;
}

#footer h3{
	text-transform: uppercase;
	font-size: 13px;
	color:#231f20;
	position: relative;
	top: 17px;
}

a{
	color:#231f20;
	font-weight: bold;
	border: 0;
	text-decoration:  none;
}

/*PHOTOS*/

a.photos img{
	width: 100px;
	height: 100px;
	-webkit-box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	margin: 10px;
	border-radius: 10px;
}


/*NEWS*/



.box h3{
	font-size: 25px;
	color:#8E0000;
	text-transform: uppercase;
}


.story h3{
	font-size: 55px;
	color:#8E0000;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	text-align: center;
}

hr {
	border: none;
	border-bottom: dotted thin #888;	
	margin: 15px 15px 15px 15px;
	clear: both;
	
}

.box .date {
	float: left;
	text-align: center;
	margin: 0 25px 0px 0;
	clear: both;
	display: block;
	line-height: 1px;
	height: 100px;

}

.story .date {
	float: left;
	text-align: center;
	margin: 0 25px 0px 0;
	clear: both;
	display: block;
	line-height: 1px;
	height: 100px;
	

}

.story p {
	clear: both;
	font-size: 15px;
	margin: 10px 40px 0 40px;

}

.date h3{
font-size: 40px;
color:#231f20 ;
float: left;

}

.date span{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	clear: both;
	font-weight: bold;
}

.story .date span{
	margin: 0 0 0 -18px;
}

.page{
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 -10px 0;
}
