/* Header Styles */
body {background-color:#000;
}

#top_bg {
	background:url(../images/top-bg.jpg) top left no-repeat;
	height:450px;
}
.outter {
	position:relative;
}



#header {
	text-align:center;
	height:117px;
}

#main {
	background:url(../images/main-bg.png) no-repeat;
	position:relative;
	height:614px;
}

#navigation {
	color:#301906;
	width:820px;
	margin:0 auto;
	padding:18px 0 0 75px;
	font-weight:bold;
	font-size:1.2em;
	font-family:"Courier New", Courier, monospace;
}

#navigation a {
	color:#301906;
	text-decoration:none;
}

#navigation a:hover {
	color:#301906;
	text-decoration:none;
	border-bottom:2px solid #BD9B62;
}

#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	margin-right:48px;
}

#navigation li.first {
	margin-right:60px;
}

#navigation li.last {
	margin-right:30px;
}

.content {
	padding:40px 0 50px 60px;
	width:500px;
	height:auto;
	display:block;
	clear:both;
}

.more_photos {
	position:absolute;
	right:54px;
	top:307px;
}

.album {
	position:absolute;
	right:200px;
	top:365px;
}

.album_text {
	position:absolute;
	right:50px;
	top:365px;
	color:#393024;
	font-weight:bold;
	width:150px;
}

.buy_stuff {
	position:absolute;
	right:77px;
	top:523px;
}

/* Footer Styles */
#footer {
	position:fixed;
	z-index:999;
	bottom:0;
	background:url(../images/footer.png);
	height:33px;
	width:940px;
	padding:30px 0 0 20px;
}

.video {
	position:relative;
	z-index:-1;
}

#search {
	float:left;
	width:350px;
}

input.search_text {
	width:215px;
	display:inline;
	font-family:"Courier New", Courier, monospace;
	padding:2px;
	float:left;
}

input.search {
	background-color:#5E4E3A;	
	color:#FFF;
	border:1px solid #393024;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	display:inline;
	padding:2px 5px;
	float:left;
	margin-left:2px; 
}

input.search:hover {
	background-color:#393024;
	cursor:pointer;
}

#social {
	margin-right:30px;
	width:330px;
	float:right;
}

#social img {
	float:right;
	margin:0 5px;
}
	
#bottom_bg {
	background:url(../images/bottom-bg.jpg) bottom left;
	height:399px;
	position:fixed;
	bottom:-100px;
	width:940px;
	z-index:-99;
}


.gigs-calendar table {
border:0;	
}