html, body
{
	margin: 0;
	padding: 0;
	font-size : 11px;
	font-family : Verdana, Geneva, sans-serif;
	color: #FFFFFF;
        background-color: #141414;
        margin-bottom: 100px;
	text-align: center;
}

.invisible
{
	display: none;
}

#mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #C0C0C0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	
}

#topouter
{
	width: 100%;
	height: 210px;
	background-image: url(img/top_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#top
{
	background: url(/img/logo.gif);
	width: 665px;
	height: 210px;
	margin: auto auto;
}

#top h1
{
        margin: 0px;
        padding: 0px;
	display: none;
}

#menu_wrapper
{
	text-align: center;
	background-color: #000000;
	border-bottom: 1px solid #495B29;
}

#menu
{
	width: 665px;
	height: 47px;
	margin: auto auto;
}
#menu ul
{
        margin: 0;
	padding: 0;
	list-style: none;
	height: 47px;
}
#menu li
{
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}
#menu li a
{
	display: block;
	margin: 0;
	padding: 0;
	height: 47px;
	/*border-right: 4px solid #fff;*/
	text-indent: -8000px;
}
/* MENU ITEMS */
#menu li a.nav_home
{
	width: 114px;
	background: url(/img/home_off.gif);
}
#menu li a.nav_home:hover, #menu li a.nav_home_active
{
	width: 114px;
	background: url(/img/home_on.gif);
}
#menu li a.nav_band
{
	width: 155px;
	background: url(/img/band_off.gif);
}
#menu li a.nav_band:hover, #menu li a.nav_band_active
{
	width: 155px;
	background: url(/img/band_on.gif);
}
#menu li a.nav_music
{
	width: 169px;
	background: url(/img/music_off.gif);
}
#menu li a.nav_music:hover, #menu li a.nav_music_active
{
	width: 169px;
	background: url(/img/music_on.gif);
}
#menu li a.nav_gigs
{
	width: 96px;
	background: url(/img/gigs_off.gif);
}
#menu li a.nav_gigs:hover, #menu li a.nav_gigs_active
{
	width: 96px;
	background: url(/img/gigs_on.gif);
}
#menu li a.nav_contact
{
	width: 131px;
	background: url(/img/contact_off.gif);
}
#menu li a.nav_contact:hover, #menu li a.nav_contact_active
{
	width: 131px;
	background: url(/img/contact_on.gif);
}

#outer_wrapper
{
	text-align: center;
}

#content_wrapper
{
	width: 665px;
	margin: auto auto;
}

#content_border
{
	float: left;
	border-right: 1px solid #495B29;
	border-left: 1px solid #495B29;
	border-bottom: 1px solid #495B29;
}

#left
{
	float: left;
	width: 266px;
	border-right: 1px solid #495B29;
	
}

#right
{
	float: right;
	padding: 8px;
	text-align: left;
	width: 380px;
}

#bottom
{
	clear: both;
	width: 663px;
	margin-left: 65px;
	padding: 12px;
	margin-top: 24px;
	font-size: 11px;
        margin: auto auto;
}

/* MAIN STYLES */
h1
{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
	text-transform: uppercase;
	color: #7F7F7F;
	text-align: center;
}

img.pic_left
{
	float: left;
	border: 1px solid #495B29;
	margin: 24px;
	margin-right: 0;
	margin-bottom: 0;
}
img.pic_left:hover
{
	border: 1px solid #DCA530;
}

img.pic_right
{
	float: right;
	border: 1px solid #495B29;
	margin: 24px;
	margin-bottom: 0;
}
img.pic_right:hover
{
	border: 1px solid #DCA530;
}

.clear
{
	clear: both;
}

a
{
	color: #D1F78E;
	text-decoration: none;
}

a:hover
{
	color: #DCA530;
	text-decoration: underline;
}

#right ul
{
	padding-left: 10px;	
}

#right li
{
	list-style: none;
}

/*div.img
{
        background: #E0E0E0;
        text-align: right;
        float: right;
        margin-top: 3px;
        padding: 0px;
        margin-left: 5px;
        border: 1px solid #999999;
}

#right img
{
        margin: 0;
        float: left;
	border-bottom: 1px solid #999999;
}*/

#popup
{
	position: absolute;
	float: left;
	left: 100px;
	top: 257px;
	background: #151515;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #495B29;
}

#popup img
{
	border: 1px solid #DCA530;
	margin: 10px;
}

.caption
{
        clear: left;
        font-size: 8pt;
        margin: 0;
        padding: 2px;
	text-align: right;
}


hr
{
	display: none;
}

.hr
{
	padding: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}




