html {
	overflow-y: scroll !important;
}

body {
	background-color: black;
	background-image: url(../img/background2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

div#centered {
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	padding-top: 70px;
}


div#main {
/*	border: 1px solid white; */
	position: relative;
	margin-top: 0px;
}


div#logo {
	background-image: url(../img/band_logo.png);
	width: 411px;
	height: 47px;
	position: absolute;
	top: -35px;
	left: 57px;
}

div#top_menu {
	background-image: url(../img/top_menu.png);
	height: 89px; 
}

div#breadcrumb_area {
	background-image: url(../img/breadcrumb_area.png);
	background-position: 0px 0px;
	height: 23px;
	padding: 0;
	padding-left: 0px;
}

div#breadcrumb_area div#load_animation {
	position: relative;
	top: 6px;
	left: 68px;
	margin: 0;
	padding: 0;
	float: left;
	height: 16px;
	width: 16px;
	background-image: url(../img/loading.gif);
}

div#breadcrumb_area object {
	margin: 6px 55px 0px 0px;
	float: right;
}


div#main_content_area_wrapper {
	background-image: url(../img/grid.png);
	background-position: 0px 0px;

	height: 400px;
	overflow: visible;
	position: relative;
}

div#main_content_area {
	padding: 15px 10px 5px 66px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F7F192;
	font-size: 11px;
}

span#breadcrumb {
	position: absolute;
	top: -17px;
	color: black;
	font-family: monospace;
	font-size: 13px;
/*	font-variant: small-caps;
	text-transform: lowercase; */
}

span#breadcrumb a {
	color: black;
	background-color: #cccccc;
}

span#breadcrumb a:hover {
	color:black;
	text-decoration: underline;
}

div.paragraph {
	width: 500px;
}

div.section, div.album {
	background-image: url(../img/section_background.png);
	padding: 6px 7px 6px 7px;
	margin: 0px 0px 15px 0px;
	position: relative;
	left: -7px;
	border: 1px solid black;
}

h2 {
	color: white;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}

a.selected {
	color: white;
}

a.selected:hover {
	color: white;
}

a {
	position: relative;
	color: #ff5020;
	text-decoration: none;
}

a:hover {
/*	color: white; */
	color: #ff5020;
	text-decoration: underline;
}
	
div#footer {
	background-image: url(../img/footer.png);
	background-position: 0px 0px;
	height: 67px;
	padding: 0px 56px 0px 0px;
	text-align: right;
	line-height: 26px;
	font-family: monospace;
	font-size: 13px;
	color: white;
/*	color: #4E0303; */
}


img {
	border: 1px solid black;
}

a:hover img {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;

}

p {
	padding: 0;
	margin: 10px 0px 0px 0px;
}

strong {
	font-style: normal;
	color: white;
	font-weight: normal;
}

dt {
	color: white;
	font-weight: bold;
}

dd {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/********** NEWS **********/

span.newsdate {
	float: right;
	color: white;
	font-size: 10px;
	margin-left: 5px;
}

div.banner {
	width: 100%;
	text-align: center;
	color: white;
}

div.banner img {
	border: 0;
}
	
div.banner div.gig_image_wrap img {
	max-width: 260px;
}



/********** BAND **********/

div.firstcolumn {
	border: 0;
	border-right-width: 1px;
	border-style: solid;
	border-color: black;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
}

div.member {
	float: left;
	padding: 10px 15px 0px 15px;
	text-align: center;
}

div.member img {
	height: 189px;
	border: 1px solid black;
}

div.member a:hover img {
	border: 1px solid black;
}

div.submenu img {
	float:left;
	width: 71px;
	margin: 1px;
}

/********** LYRICS & PICS **********/

div.submenu {
	float: left;
	width: 150px;
	margin-right: 15px;
}


div.submenu hr {
	height: 20px;
	visibility: hidden;
}

div.lyrics {
	float: left;
	text-align: center;
	width: 450px;
}

div.gallery {
	float: left;
	text-align: left;
	width: 619px;
}

div.gallery img {
	margin: 10px;
	/*	height: 80px; */
}

div.gallery a:hover img, div.submenu a:hover img {
	border: 1px solid #FF5020;
/*	border: 1px solid white;
	border-bottom-width: 6px;
	margin-bottom: 5px; */
}

div.with-submenu, div#guestbook_thank_you {
	display: none;
}

div.with-rotating-submenu {
	visibility: hidden;
}
	
/********** Page specific styles: **********/

div.album, div.full {
	border: 1px solid black;
	width: 800px;
	font-size: 11px;
}

div.album ol {
	float: right;
	border: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: black;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	height: 80px;
}

div.album li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.album li span {
	float: left;
	width: 200px;
}

div.album p {
	margin: 0px 0px 10px 0px;
}

div.album img {
	height: 122px;
	border: 1px solid black;
	margin-right: 30px;
	float: left;
	clear: both;
}


/********** Guestbook **********/

div.paging {
	text-align: center;
}

span.previous {
	float: left;
	margin-left: 22px;
}

span.next {
	float: right;
	margin-right: 22px;
}

div.author {
	float: left;
	display: block;
	text-align: center;
	width: 100px;
}

div.message {
	width: 500px;
}

div.message .time {
	font-size: 10px;
}

div.message_content {
	width: 360px;
	float: right;
	border: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 0px 0px 0px 20px;
}

div.message_content h2 {
	display: inline;
	margin: 0;
	float: left;
}

h3 {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}

a.sign {
	float: right;
}

div.additional {
	margin-right: 20px;
	width: 260px;
	font-size: 11px;
	position: absolute;
	left: 593px;
	padding-left: 10px;
	padding-right: 10px;

}

div.additional input.text {
	width: 258px;
/*	background-color: #cccccc; */
	border: 1px solid black;
}


div.additional input#security_code {
	width: 150px;
}

div.additional textarea {
	width: 258px;
/*	background-color: #cccccc; */
	border: 1px solid black;
}

div.additional img#captcha {
	float: right;
}

input.submit {
/*	background: url(../img/top_menu_sprite.png); */
	background-color: #ff5020;
	background-position:0px 56px;
	border-right-width: 1px;
	color: black;
	border: 1px outset #ff5020;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 6px;
}



/********** INFO **********/

div.info {
	float: left;
	width: 360px;
	margin-right: 30px;
}

div.info img {
	border: 0;
}