body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	color: #333333;
	text-align: center;
	width: 100%;
}

img { border: 0px; }


/*--------------------------------------------------------------*/
/* main bit */

#header
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 13px 15px 13px;
	background-image: url('../images/elements/bg_header.gif');
	background-repeat: no-repeat;
}

/* box model hack */
#header
{
	width: 770px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 744px;
}

/* be nice to Opera */
html>body #header { width: 744px; }

#headerleft
{
	padding: 20px 0px 0px 20px;
	width: 382px;
	float: left;
}

/* box model hack */
#headerleft
{
	width: 382px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 362px;
}

/* be nice to Opera */
html>body #headerleft { width: 362px; }

#headerright
{
	padding: 215px 0px 0px 0px;
	width: 362px;
	float: right;	
}

/*--------------------------------------------------------------*/
/* main */

#content
{
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;
}

#intro
{
	text-align: left;
	float: left;
	width: 305px;
	padding: 0px 15px 0px 0px;
	font-size: 70%;
	color: #333;
}

/* box model hack */
#intro
{
	width: 305px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 290px;
}

/* be nice to Opera */
html>body #intro { width: 290px; }

#intro a 
{
	color: #cc0000;
	text-decoration: none;
}

#intro a:hover { text-decoration: underline; }

#gigs
{
	text-align: left;
	width: 189px;
	float: left;
	font-size: 70%;	
}

#gigs img
{
	margin: 0px 5px 0px 0px;
	float: left;
}

.gigitem 
{
	padding: 0px 0px 5px 0px;
}

.gigitem a:link, .gigitem a:active, .gigitem a:visited 
{
	color: #000;
	text-decoration: none;
}

.gigitem a:hover
{
	text-decoration: underline;
}

#tracks
{
	text-align: left;
	width: 235px;
	float: right;
	font-size: 65%;
}

#tracklisting
{
	padding: 5px 0px 5px 0px;
}

.trackname
{
	float: left;
	font-weight: bold;
	width: 95px;
}

.tracklinks
{
	float: right;
	font-weight: bold;
	color: #666;
	width: 140px;
	text-align: right;
}

.tracklinks a:link, .gigitem a:active, .gigitem a:visited
{
	color: #cc0000;
	text-decoration: none;
}

.tracklinks a:hover
{
	text-decoration: underline;
}


#bodyleft
{
	float: left;
	text-align: left;
	font-size: 70%;
	color: #333;
	width: 484px;
}

#bodyright
{
	text-align: left;
	width: 235px;
	float: right;
	font-size: 65%;
}

.blogitem
{
	border: 1px dashed #333;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}


/*--------------------------------------------------------------*/
/* footer */

#footer
{
	width: 744px;
	margin-left: auto;
	margin-right: auto;	
}

#footertext
{
	color: #cacaca;
	font-size: 70%;
	text-align: left;
	font-weight: bold;	
}

#footertext a
{
	color: #cacaca;
	text-decoration: none;
}

#footertext a:hover
{
	text-decoration: underline;
}



/*--------------------------------------------------------------*/
/* additional stuff */

a:link { color: #cc0000; text-decoration: none; }

a:visited { color: #cc0000; text-decoration: none; }

a:active { color: #cc0000; text-decoration: none; }

a:hover { text-decoration: underline; }

.clear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

.bold { font-weight: bold; }
.right { text-align: right; }
.small { font-size: 80%; }
.red { color: #cc0000; }
.date { font-style: italic; }
.centered { text-align: center; }

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 200%;
	font-weight: bold;	
}

h2
{
	color: #cc0000;
	font-size: 170%;
	font-weight: bold;
	padding: 4px 0px 12px 0px;
	margin: 0px;
}


h3
{
	color: #cc0000;
	font-size: 170%;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}