/* reset.css */
html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 268px 0 0 0;
	background-color: #000000;
	background-image: url(woods_fran_gustav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	padding: 0px;
	width: 890px;
	margin: 1em auto;
}

#content_left {
	margin: 0 0 3em 0;
	padding: 0 4em 0 3.5em;
	float:left;
	width:340px;
}

#content_right {
	margin: 0;
	padding: 0 0 0 3em;
	float:left;
	width:400px;
}

a {
	text-decoration:none;
	color:#FFFF00;
	font-size:1em;
}

a:hover {
	color:#000000;
	background-color:#FFFF00;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-style:italic;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1px;
	font-style:italic;
	color:#000000;
	height:26px;
	width:340px;
}

.bassline_express {
	background-image:url(h2_bassline_express.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:20px 0 0 0;
}

.members {
	background-image:url(h2_members.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:40px 0 0 0;
}

.downloads {
	background-image:url(h2_downloads.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:40px 0 0 0;
}

.mixes {
	background-image:url(h2_mixes.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:20px 0 0 0;
}



h3 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-style:italic;
	padding: 2em 0 0 0;
	margin: 0 0 0.5em 0.3em;
	border-bottom:#FFFFFF 1px solid;
}

.first {
	padding: 0.5em 0 0 0;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	padding: 0.5em 0 0.5em 0.3em;
}

#audioplayer1, #audioplayer2, #audioplayer3, #audioplayer4 {
	margin: 2em 0 1em 0;
}

img {
	float:right;
}

#content_right img {
	float: left;
	padding: 2em 0 0 0;
}


