body
{
	background: url(../pics/bg.jpg);
	text-align: center;
	color: #242424;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 90%;
}

.container
{
	margin: 2em auto 0 auto;
	width: 600px;
	border: 0px #ff0000 solid;
}

.container .header
{
	border: 0px #000 solid;
	height: 85px;
	background: url(../pics/header2.gif) no-repeat;
	position: relative;
	z-index: 10;
	margin: 0px 0 0 0;
	overflow: hidden;
}
.container .header img
{
	border: none;
	position: relative;
	z-index: 20;
}

.container img.head_pic
{
	float: right;
	margin: -20px 0 0 0;
	position: relative;
	z-index: 10;
}

.content
{
	background: url(../pics/bg_body2.gif);
	background-repeat: repeat-y;
	padding: 1em 0 0 0;
}

.clearer
{
	clear: both;	
}

.align_center
{
    text-align: center;
}

/* NAVIGATION */
.content ul.nav
{
	border: 0px #ff0000 solid;
	/* background: url(../pics/bg_nav.gif) -10px -10px; */
	margin: 1em 0px 0 -20px;
	padding: 0;
	float: left;
	text-align: center;
        border-top: 1px #aaa solid;
        border-bottom: 1px #aaa solid;
        border: none;
}

.content ul.nav li
{
	padding: 0.3em 0 0.3em 0;
	margin: 0px 0 0 0;
	list-style: none;
	width: 110px;
	border-top: 0px #aaa dashed;
	border-bottom: 2px #aaa dashed;
	background: #696969;
	color: #fffafa;
}

.content ul.nav li.last
{
        border: none;
}

.content ul.nav li.active a
{
	text-decoration: none;
}

.content ul.nav li a
{
	color: #eee;
}

.content ul.nav li a:hover
{
	color: #242424;
	text-decoration: none;
}


/* INNER CONTENT */
.inner_content
{
	border: 0px #0000ff solid;
	text-align: left;
	padding: 0 100px 0 100px;
}

.inner_content > *
{
	background: #fff;
}

.inner_content img
{
	background: transparent;
}

a
{
	text-decoration: none;
}

a.active
{
	text-decoration: underline;
}


a:hover
{
	text-decoration: underline;
}

h1
{
	border-bottom: 0px #696969 solid;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-family: Arial;
	font-size: 1.2em;
}

h2, h3
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 1.1em;
	color: #696969;
}

p
{
	padding: 2px;
	margin: 0 0 1em 0;
	text-align: left;
}

p.contact
{
	margin: 2em 1em 2em 1em;
	border: 0px #aaa solid;
}

p em
{
	font-family: "Times New Roman", Serif;
	color: #800000;
}

blockquote
{
	margin: 1em 0 0 0;
	padding: 0.2em 0.2em 0.2em 2em;
	font-size: 0.9em;
	border: 1px #aaa dotted;
	color: #696969;
}

blockquote span.source
{
	white-space: nowrap;
}

/* DISCOGRAPHY LIST */

ul.discography
{
	font-size: 0.9em;
	padding: 0.5em 0 0.5em 1.5em;
	margin: 0;
}

ul.discography span
{
	font-weight: bold;
	color: #000;
}

ul.discography li
{
	padding: 4px 0;
}

/* GALLERY */

.gallery
{
	border: 0px #0000ff solid;
	text-align: left;
}

.gallery .gallery_item
{
	text-align: center;
}

.gallery .gallery_item p
{
	border: 0px #0000ff solid;
	float: left;
	width: 210px;
	height: 6em;
	overflow: hidden;
}

.gallery .gallery_item p span
{
	display: none;
}

.gallery_item img
{
	padding: 2px;
	background: #eee;
	border: 1px #aaa solid;
	position: relative;
	cursor: hand;
}

.gallery .image_stack .image_container
{
	display: none;
	padding: 5px;
	background: #eee;
	border: 1px #aaa solid;
	position: absolute;
	z-index: 10;
	width: 500px;
	text-align: center;
}

.gallery .image_stack .image_container .close
{
	text-align: right;
	font-size: 0.8em;
	color: #800000;
}

/* EXTERNAL LINKS */

div.box
{
	border-top: 1px #aaa dotted;
	padding: 3px;
	margin: 1em 0 1em 0.5em;
}

div.box span
{
	font-weight: bold;
}

div.box span
{
	font-weight: bold;
}


div.box ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #eee;
}

div.box ul li
{
	margin: 0;
	padding: 0;
}
div.box a
{
	white-space: nowrap;
}

/* FOOTER */
.footer
{	
	margin: 0em auto;
	width: 600px;
	background: url(../pics/footer2.gif) no-repeat;
	background-repeat: repeat-y;
	
}

.footer span
{
	font-size: 0.7em;
}

.footer span a
{
	color: inherit;
}
