/* @override http://propagandhi.com/scpreview/style.css */

/* @group Reset */

/* Word to Eric Meyer */

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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

/* @end */


body {
	background: #000000;
	font: normal 12px/18px Georgia, Palatino, serif;

}

p, ul {
	margin: 0 0 1em;
}

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

a:hover {
	color: #49463b;
}

#outer {
	padding: 10px 0 0;
	width: 960px;
	margin: 0 auto;
	border: 4px solid #8b7e5c;
	border-width: 0 4px;
	text-align: center;
	background: url(images/background.jpg) repeat-y;
}




#left {
	width: 350px;
	float: left;
	display: inline;
	margin: 0 60px 0 100px;
	padding: 3em 0 2em;	
}

#right {
	width: 350px;
	float: right;
	display: inline;
	margin: 0 100px 0 0;
	text-align: left;
	padding: 3em 0 2em;	
}

#left img {
	margin-bottom: 10px;
}

#player {
	margin-bottom: 10px;
}

#downloads {
	color: #8b7e5c;
	line-height: 20px;
}

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;	
	padding-top: 1em;
	border-top: 1px solid #ACA07F;
}

p.links {
	padding-top: 1em;
	border-top: 1px solid #ACA07F;
}


