@charset "utf-8";
/* CSS Document */
html, body {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#131313 url(../images/bg.jpg) top center no-repeat;
	margin:0;
}
img {
	border:0px;
}
a {
	outline: none;
}
.bold {
	font-weight:bold;
}
a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
p {
	margin:0;
	padding:0;
	padding:10px 0;
}
/*TEMPLATE*/
#wrapper {
	width:950px;
	background:#131413;
	margin:0 auto;
}
#header {
}
#nav {
}

#nav ul
{
    list-style:none;
    margin:0;
    padding:0;
}

#nav ul li
{
    float:left;
}

#content {
	height:400px;
	height:auto !important;
	min-height:400px;
}
#footer {
	height:20px;
	padding:9px 0 0 0;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	background:url(../images/footer.gif);
}
/*Home*/
#home_left {
	width:403px;
	padding:20px 73px 0 20px;
	background:url(../images/home_left_bg.jpg) top right no-repeat;
	float:left
}
#home_right {
	height:390px;
	padding-right:0px;
	background:url(../images/home_right_bg.jpg) bottom left no-repeat;
	float:left;
}
/*Gallery*/
#gallery_hldr {
	height:375px;
	margin-top:4px;
	padding-top:9px;
	background:url(../images/gallery_bg.jpg) no-repeat
}
#gallery_left {
	width:320px;
	padding-top:100px;
	float:left;
}
.gallery_right {
	float:left;
}
.gallery_title {
	padding-top:22px;
	padding-left:70px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.gallery_images {
	width:525px;
	margin-top:30px;
	margin-left:40px;
}
.image_hldr {
	z-index:1;
}
.image_hldr a {
	position:relative;
	padding:4px;
	float:left;
}
.image_hldr a:hover {
	padding:0;
	z-index:1000;
	border:4px solid #df2b2e;
}
/*Club Nights*/
.club_night_hldr {
	margin:5px 0;
	margin-left:7px;
}
.club_night_img {
	float:left;
}
.club_night_txt {
	width:550px;
	padding-right:10px;
	background:url(../images/club_night_bg.gif) repeat-y;
	float:left;
}
.tell_me_more {
	margin-top:20px;
	float:right;
}
.extra_info {
	padding-top:10px;
	clear:both;
}
.info_txt {
	width:260px;
	padding-right:10px;
	float:left;
}
.info_img {
	float:left;
}
/*News*/
#news_left {
	width:370px;
	float:left;
}
#news_right {
	float:left;
	display:inline;
}
.news_hldr {
	margin:10px auto;
	background:url(../images/news_txt_bg.gif) repeat-y;
}
.news_title {
	height:39px;
	width:540px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:20px;
	background:url(../images/news_title.gif) no-repeat;
}
.news_txt {
	width:520px;
	padding:0 20px;
}
.news_txt p {
	padding-right:90px;
}
/*Contact*/
#contact_hldr {
	height:429px;
	background:url(../images/contact_bg.jpg);
}
#contact_hldr .textbox {
	width:200px;
	border:0;
	margin:4px;
}
#contact_hldr textarea {
	height:50px;
}
#contact_hldr input#submitbutt {
}
/*Sitemap*/
#sitemap_hldr {
	height:429px;
	background:url(../images/sitemap_bg.jpg);
}
#sitemap_hldr ul {
	padding:80px 0 0 30px;
	margin-left:30px;
	font-size:14px;
	font-weight:bold;
}
#sitemap_hldr ul li {
	list-style:url(../images/sitemap_bull.gif);
}
#sitemap_hldr ul li ul {
	padding-top:0;
	margin-left:0;
}
#sitemap_hldr ul li ul li {
}
#yearlist, #monthlist{
	width:440px;
	height:154px;
	padding-top:84px;
	padding-right:120px;
	background:url(../images/yearlist_bg.gif);
}
#yearlist li, #monthlist li {
	margin-top:14px;
	line-height:53px;
	text-align:center;
	float:right;
}
#yearlist li a {
	height:53px;
	width:65px;
	font-size:18px;
	font-weight:bold;
	display:block;
}
#monthlist li a {
 	height:53px;
	width:65px;
	font-size:11px;
	font-weight:bold;
	display:block;
}
#yearlist li a:hover, .hover a, #monthlist li a:hover {
	color:#ef3634;
	text-decoration:none;
	background:url(../images/yearlist_hover.gif);
}