/*Reset*/
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #ffffff;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p{
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Layout*/
body{
	background: url(../_graphics/bg.jpg) top center no-repeat #000;
}

#content{
	width:840px;
	position:absolute;
	left:50%;
	margin-left:-420px;
	/*top:50%;*/
	height:550px;
	margin-top:50px;
	font-family:arial, helvetica, sans-serif;
}

/*Titles*/
#h1_retrofuzz{
	background: url(../_graphics/retrofuzz.png);
	behavior:url(./iepngfix.htc);
	width:244px;
	height:35px;
	text-indent:-9999px;
	margin-bottom:5px;
}

#h4_address{
	background: url(../_graphics/address.png);
	behavior:url(./iepngfix.htc);
	width:341px;
	height:11px;
	text-indent:-9999px;
	line-height:1px;
	font-size:1px;
	margin-bottom:2px;
}

.sub_section{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px solid #585654;
	color:#fff;
	clear:left;
	margin-top:32px;
}	

.sub_section2{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px solid #585654;
	color:#fff;
	clear:left;
	margin-top:18px;
}	


/*Typography*/
#also{
	color:#536226;
	font-size:13px;
	line-height:15px;
}

.artists{
	font-size:23px;
	color:#fff;
	line-height:26px;
}

.line{
	color:#536226;
	display:inline;
}

a{
	color:#ce8030;
}

#legal{
	color:#653e16;
	font-size:12px;
	margin-top:50px;
}

/*Links*/
#retro_email{
	background: url(../_graphics/email.gif);
	text-indent:-9999px;
	display:block;
	height:13px;
	width:137px;
	line-height:1px;
	font-size:1px;
	margin-bottom:33px;
}

#retro_email:hover{
	background: url(../_graphics/email.gif) 0 -14px;
	
}