/* commented backslash hack \*/ 

html {
	height:100%;
}

body {
	height:100%;	
	background:  #8c191e;
	padding:0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #5C5C5C;	
	text-align:center;

}

/* end hack */

html,body {margin:0;padding:0}

p.return {
	font-size: 11px;
	color: #fff;
	text-align:right;
	font-weight: normal;
}

a {
	color:#fff;
	font-weight: bold;   
	text-decoration: none;
}
	
a:hover {
		color:#fff;
		text-decoration: underline;
}

a:visited {
		color:#fff;
		text-decoration: underline;
}

#container {
	min-height:100%;
	height:auto;


	width:736px;

	background:#000;

	margin:auto;
	/*margin-bottom:-56px;*/
	text-align:left;
	
	



		
}





#header {
	margin:0;
	padding:0;
	background: white;
	height: 70px;
	width: 736px;
	background: url(../images/header.jpg) no-repeat center top;
	text-align:center;
	margin-right: auto;	
	margin-left: auto; 
}

#header h1 {
	padding:0;
	margin:0;
	text-indent: -9999px;

}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}




#topnav {
		background: #857F62;
		margin-left: auto;
		width: 736px;
		margin-right: auto;
		height: 24px;
		text-align: center
		
}

#topnav UL#menu {
		padding-right: 0px;
		padding-left: 0px;
		background:   url(../images/topnav.gif) no-repeat left top;
		padding-bottom: 0px;
		margin: 0px;
		width: 736px;
		padding-top: 0px;
		position: relative;
		height: 24px;
}

#topnav ul#menu li {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin: 0px;
		padding-top: 0px;
		list-style-type: none;
		position: absolute;
		top: 0px
}

ul#menu li {
		display: block;
		height: 24px
}

ul#menu a {
		display: block;
		height: 24px
}

#topnav ul#menu li a {
		text-indent: -9999px;
		text-decoration: none
}

#home {
	left: 0px;
	width: 80px;
}

#news {
	left: 80px;
	width: 80px;
}

#about {
	left: 160px;
	width: 80px;
}

#location {
	left: 240px;
	width: 100px;
}

#foodanddrink {
	left: 340px;
	width: 80px;
}

#gallery {
	left: 420px;
	width: 90px;
}

#useful_links {
	left: 510px;
	width: 80px;
}

#contact {
	left: 590px;
	width: 100px;
}

#home a:hover {
		background:   url(../images/topnav.gif) no-repeat 0px -24px;
}

#news a:hover {
		background:   url(../images/topnav.gif) no-repeat -80px -24px;
}

#about a:hover {
		background:   url(../images/topnav.gif) no-repeat -160px -24px;
}

#location a:hover {
		background:   url(../images/topnav.gif) no-repeat -240px -24px;
}

#foodanddrink a:hover {
		background:   url(../images/topnav.gif) no-repeat -340px -24px;
}

#gallery a:hover {
		background:   url(../images/topnav.gif) no-repeat -420px -24px;
}

#useful_links  a:hover {
		background:   url(../images/topnav.gif) no-repeat -510px -24px;
}

#contact a:hover {
		background:   url(../images/topnav.gif) no-repeat -590px -24px;
}

#music_content {
	background:   url(../images/listingbg.jpg) no-repeat left top;
	width: 736px;
	height: 570px;
}



#menu_content {
	/*background:   url(../images/links_bg.jpg) no-repeat left top;*/
	background: black;
	width: 736px;
	
	height: 570px;
}


#links_content {	
	background: black;
	width: 716px;	
	text-align:left;
	padding:0;
	margin:0;
	margin-left:20px;
	
}


#links_content h1 {
	margin-top:0;
	padding-top:0;
	color: white;
	font-size: 16px;
}

#links_content h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
}




#links_content p {
	color: #fff;
	font-size: 12px;
}



#links_content a {	
		text-decoration: underline;
		color: #EDD379;		
}

#links_content a:visited {	
		text-decoration: underline;
		color: #EDD379;		
}
	
#links_content a:hover {	
		text-decoration: underline;
}




#news_content {	
	background: black;
	width: 736px;	
	text-align:left;
	padding:0;
	margin:0;
	
}



#news_content h1 {
	color: white;
	font-size: 16px;
	margin-left: 40px;
}

#news_content h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
}

#news_content p {
	margin-top:0;
	color: white;
	font-size: 12px;
	
	margin-left: 40px;
}






#gallery_content {
	text-align:center;
	width: 716px;
	
}

#events {
	width: 736px;
	height: 350px;	
	margin:0;
	margin-top:50px;
	padding:0;
	
}

#events p {
	color: #EDD379;
	font-size: 18px;
}

#events h1 {
	color: #EDD379;
	font-size: 18px;
}

#events h2 {
	color: #857F62;
	font-size: 14px;
}

#events h3 {
	color: #EDD379;
	font-size: 14px;
}

#links {
	width: 736px;
	height: 350px;	
	margin:0;
	margin-top:50px;
	padding:0;
	
	
}

#links p {
	color: #EDD379;
	font-size: 18px;
}



#links a {	
		text-decoration: underline;
		color: #EDD379;		
}

#links a:visited {	
		text-decoration: underline;
		color: #EDD379;		
}
	
#links a:hover {	
		text-decoration: underline;
}


#menu {
	width: 500px;
	height: 350px;	
	margin:0;
	margin-top:50px;
	padding:0;
	text-align:left;
	
}

#menu h1 {
	color: white;
	font-size: 16px;
}

#menu h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#menu p {
	color: white;
	font-size: 12px;
}



#menu a {	
		text-decoration: underline;
		color: #EDD379;		
}

#menu a:visited {	
		text-decoration: underline;
		color: #EDD379;		
}
	
#menu a:hover {	
		text-decoration: underline;
}







#main {
		background: black;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		/*height: 632px;*/
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_contact {
		background: black;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		height: 600px;
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_music {
		background: black;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		height: 550px;
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_links {
		background: black;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		height: 550px;
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_menu {
		background: black;
		margin-left: auto;
		margin-right: auto;
		width: 500px;		
		height: 550px;
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}


#main_news {
		background: black;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		height: 550px;
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_about {
		background: black url(/images/content_bg.gif) repeat-y center top;	
		color: white;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_gallery {
		background: black;
		color: white;
		margin-left: auto;
		margin-right: auto;
		width: 736px;		
		height: 550px;*/
		text-align: center;
		margin-bottom:0;
		margin-top:0;
		padding:0;		
}

#main_about h1 {
		font-size: 16px;
}

#main_about h2 {
		font-size: 14px;
}

#main_about a {
		color: white;
}

#top {
		background:   url(../images/top.jpg) no-repeat left top;
		height: 462px;
		width: 736px;
		margin:0;
		padding:0;
		
}

#top p {
	margin:0;
	text-indent: -9999px;
	display:none;

}

#top_contact {
		padding:0;
		padding-top:100px;		
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		background:   url(../images/contact_top_bg.jpg) no-repeat left top;
		height: 592px;
		width: 546px;		
}


#top_contact p {	
	margin:0;
	padding-top:60px;
	font-size: 14px;
	color: #EDD379;	
}

#top_music {
		padding:0;
		padding-top:0px;		
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		background:   url(../images/listingbg.jpg) no-repeat left top;
		height: 570px;
		width: 736px;		
}


#contact_details {
	margin-left: auto;
	margin-right: auto;
	background: #857F62;
	width: 298px;
	height: 396px;
	
}

#contact_details a {	
		text-decoration: none;
		color: #EDD379;		
}

#contact_details a:visited {	
		text-decoration: none;
		color: #EDD379;		
}
	
#contact_details a:hover {	
		text-decoration: underline;
}

#bottom {
	background: black;		
	width: 736px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	
}

#thumbs {		
		text-align: center;
		width: 712px;
		margin-left: auto;
		margin-right: auto;
}

#address {			
		text-align: right;		
		width: 712px;
		height: 30px;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 16px;
		color: #857F62;
		padding-right:20px;		
		padding-bottom:5px;
		padding-top:5px;				
}

#address p {			
		
		margin:0;
		padding:0;	
}



ul.nextprevious {

	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
}

ul.nextprevious li {
	float: left;
	display: block;	
	text-align: center;
	padding: 0;
	margin: 0;
	text-decoration:none;
		

}

ul.nextprevious li.lhs {		
	
	float: left;
	text-align: left;
	padding-left:20px;
	
}



ul.nextprevious li.rhs {		
	
	float: right;
	
	
	
}

div.float {
  float: left;
  width: 168px;
  padding: 5px;
  padding-top:10px;
  padding-bottom:10px;
  
}

#footer {
		text-align: center;		
		width: 736px;
		background:  #0a183b;
		margin:0;
		padding:0;
		padding-top:5px;
		padding-bottom:5px;
		color: #fff;		
		margin-left: auto;
		margin-right: auto;
			
}

#footer p {margin:0;padding:0}

#footer a {	
		text-decoration: none;
		color: #857F62;		
}

#footer a:visited {	
		text-decoration: none;
		color: #857F62;		
}
	
#footer a:hover {	
		text-decoration: underline;
}

#sidebar {
	
	float: right;
	width: 520px;
	padding:5px 0 ;
	text-align: left;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	

}

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

	
#sidebar a:hover {
		
	color: white;
	text-decoration: none;
}

	
#sidebar ul {

	color: #fff;
	font-size: 13px;
		
}

	#leftcolumn {
		float: left;
		width: 230px;
						
	}
	
	#leftcolumn h2 {
		padding:0;
		margin:0;				
	}
	
	#rightcolumn {
		margin-left: 230px;
		width: 240px;
				
	}
	
	#rightcolumn h2 {
		padding:0;
		margin:0;				
	}
	
		
	#rightcolumn ul {
		padding-left:10px;
		margin-left:10px;
		backgroound: red;				
	}
	
	
	#leftcolumn ul {
		padding-left:10px;
		margin-left:10px;				
	}


#content {
	color: #fff;
	font-size: 14px;
	width: 170px;
	padding:5px 0 ;
	text-align:left;
	padding-top: 40px;	
} 


#content a {	
	text-decoration: none;
	color: #fff;
} 

#content a:hover {	
	text-decoration: underline;
	color: #fff;
} 

#content ul {
	list-style: none;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0;
	padding-left:0;
}

