/*****************************************/
	/*** LAYOUT ***/
	/*****************************************/
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

#body_news {
	background: url(/eog/images/eog/backgrounds/news2012.jpg) top left no-repeat;
	background-color: #000000;
}
#body_dates {
	background: url(/eog/images/eog/backgrounds/dates.jpg) top left no-repeat;
	background-color: #000000;
}
#body_band {
	background: url(/eog/images/eog/backgrounds/band.jpg) top left no-repeat;
	background-color: #000000;
}
#body_music {
	background: url(/eog/images/eog/backgrounds/music.jpg) top left no-repeat;
	background-color: #000000;
}
#body_darkness {
	background: url(/eog/images/eog/backgrounds/band_darkness.jpg) top left no-repeat;
	background-color: #000000;
}
#body_kirker {
	background: url(/eog/images/eog/backgrounds/band_kerker.jpg) top left no-repeat;
	background-color: #000000;
}
#body_lusiffer {
	background: url(/eog/images/eog/backgrounds/band_lusiffer.jpg) top left no-repeat;
	background-color: #000000;
}
#body_sadsir {
	background: url(/eog/images/eog/backgrounds/band_sadsir.jpg) top left no-repeat;
	background-color: #000000;
}
#body_hampez {
	background: url(/eog/images/eog/backgrounds/band_hampez.jpg) top left no-repeat;
	background-color: #000000;
}
#body_videos {
	background: url(/eog/images/eog/backgrounds/videos.jpg) top left no-repeat;
	background-color: #000000;
}
#body_gallery {
	background: url(/eog/images/eog/backgrounds/gallery.jpg) top left no-repeat;
	background-color: #000000;
}
#body_links {
	background: url(/eog/images/eog/backgrounds/links.jpg) top left no-repeat;
	background-color: #000000;
}
#body_contact {
	background: url(/eog/images/eog/backgrounds/contact.jpg) top left no-repeat;
	background-color: #000000;
}
#body_guest {
	background: url(/eog/images/eog/backgrounds/guest.jpg) top left no-repeat;
	background-color: #000000;
}
#header {
	height: 170px;
}

#left {
	position: absolute;
	top: 185px;
	left: 110px;
	width: 200px;
	margin: 40px 0 0 0;
}

#middle {
	position: absolute;
	top: 190px;
	left: 320px;
	width: 570px; 	
	height: 100%;
	
}

#right {
	position: absolute;
	top: 185px;
	left: 955px;
	width: 200px;
	margin: 40px 0 0 0;
}

#footer {
	
}

#menu {
	}
	
#endorse {
	position: absolute;
	bottom: 55px;
	left: 1010px;
	width: 200px;
}

#logo {
	margin: 120px 0 0 65px;
}

#highhopes {
	position: absolute;
	top: 395px;
	left: 955px;
	width: 200px;
}

/*****************************************/
	/*** PAGE LAYOUT ***/
	/*****************************************/
#content_top {
	margin: 0 0 20px 0;
	width: 570px;
}
#menu_text {
	margin: 0 0 0 240px;	
}



#title {
	background-color: #FFFFFF;
	padding: 0 0 0 3px;	
}

#createDate {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 8pt;
	width: 165px;	
	padding: 0 0 0 5px;	
	margin-top: 0px;
}

#maincolumn, #maincolumn_full {
	padding: 0 15px 0 35px;
	height: 70%;
	overflow-y: scroll;
	overflow-x:hidden;
}

.date_content ul {
	margin: 0px;
	padding: 0px;
}

.date_content ul li {
	list-style-type: none;
}

.tickets {
	margin: 0 0 0 10px;
}

.buttonheading {
	display:none;
}

/*****************************************/
	/*** COMMON ***/
	/*****************************************/
img,table {
	border: none;
}

a:link,a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

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

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

