/* STYLE */
* {margin: 0px; padding: 0px;}
body {
	padding: 10px 0px;
	background: url('page-graphics/sunset.jpg') 0px 0px;
	background-repeat: repeat-x;
	color: #c2bebe;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
a {color: #00c0c0; background-color: inherit; text-decoration: none;}
a:hover {color: #008080; background-color: inherit;}
span {display: none;}
img {border: none;}
ul {list-style-type: none;}
li {list-style-type: none;}
p {
 padding: 14px 0px 5px;
 text-align: justify;
 line-height: 12px;
 clear : both;
 float : none;
}
.clearthis {
 margin: 0px;
 height: 1px;
 clear: both;
 float: none;
 font-size: 1px;
 line-height: 0px;
 overflow: hidden;
 visibility: hidden;
}
#container {
 margin: 40px auto;
 width: 778px;
 background: url('page-graphics/container_background.gif') #000000 repeat-y 0px 0px;
 color: inherit;
}
.thumbnail {padding: 10px 0px;}
.thumbnail img {border: none;}

/* PAGE TITLE */
#page_title {
 width: 362px;
 height: 128px;
 background-image: url('page-graphics/background.gif');
 background-repeat: repeat-x;
 background-position: 0% 100%;
 overflow: hidden;
 float: right;
}
#page_title h1 {
 width: 362px;
 height: 126px;
 background: url('page-graphics/top-right2.jpg') #000000 no-repeat 50% 50%;
}

/* PAGE IMAGE */
#page_image {
 width: 414px;
 height: 534px;
 background: url('page-graphics/main_image.jpg') #000000 no-repeat 0px 100%;
 color: inherit;
 overflow: hidden;
}

/* LEFT COLUMN */
#left_column {
 width: 414px;
 font-size: 12px;
 float: left;
}
#left_column h2 {
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-color: #000000;
 color: #cf7235;
}

/* RIGHT COLUMN */
#right_column {
 padding-bottom: 20px;
 width: 362px;
 background-color: #000000;
 color: inherit;
 float: right;
 clear: right;
}
#right_column h2 {
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-color: #000000;
}
#right_column p {padding-top: 20px;}

/* PAGE MENU*/
#page_menu {
 padding: 15px 0px;
 width: 414px;
 background: url('page-graphics/background.gif') #000000 repeat-x 0% 0%;
}
#page_menu a {background-color: #000000; color: #c2bebe; text-decoration: none;}
#page_menu a:hover {background-color: inherit; color: #00c0c0;}
#page_menu li {padding: 0px 2px 2px; float: left;}
#page_menu li a {
 display: block;
 width: 81px;
 background-position: 50% 0%;
 background-repeat: no-repeat;
 text-align: center;
 font-size: 10px;
 font-weight: normal;
 text-transform: uppercase;
}
#page_menu li#menu1 a {margin-right: 7px; width: 69px;}
#page_menu li#menu5 a {margin-left: 7px; width: 66px;}
#page_menu li a span {padding-top: 70px; display: block;}
#menu1 a {background-image: url('page-graphics/menu_bg1.gif');}
#menu2 a {background-image: url('page-graphics/menu_bg2.gif');}
#menu3 a {background-image: url('page-graphics/menu_bg3.gif');}
#menu4 a {background-image: url('page-graphics/menu_bg4.gif');}
#menu5 a {background-image: url('page-graphics/menu_bg5.gif');}

/* BAND MEMBERS */
#bandmembers {padding: 10px 28px 0px; background-color: #000000;}
#bandmembers h2 {margin-bottom: 5px; height: 37px; background-image: url('page-graphics/bandmembers_header.jpg');}

/* CONTACT */
#contact {padding: 20px 25px;}
#contact h2 {height: 35px; background-image: url('page-graphics/contact_header.jpg');}

/* NEWS */
#news {padding: 20px 25px;}
#news h2 {height: 37px; background-image: url('page-graphics/news_header.jpg');}

/* PAGE FOOTER */
#page_footer {
 margin-left: 416px;
 width: 362px;
 padding: 9px 0px;
 background: url('page-graphics/background.gif') #343231 repeat-x 0px 0px;
 color: inherit;
 clear: both;
 font-size: 9px;
 line-height: 12px;
}