/**
* CSS
* 
* @version 1.0
* @author Luke Pajak
* @thanks Vaska & Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: "Verdana", sans-serif;
	background: #191919;
	background-image: none;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #888; }
a:visited { text-decoration: none; color: #888; }
a:hover { text-decoration: none; color: #DDD; }
a:active { text-decoration: none; color: #d90000; }

a img { border: none; }

#menu {
	font-size: 12px;
	width: 230px;
	overflow: none;
 	top: 0;
	bottom: 0;
	left: 10px;
	position: absolute;
	height: 100%;
	background-color: #191919;
}

#menu ul {
	list-style: none;
	margin: 20px 0 10px 0;
}

#menu ul li.section-title-ABOUT { text-decoration: none; color: #DDD; }
#menu ul li.section-title-DISCOGRAPHY { text-decoration: none; color: #DDD; }

#content {
    height: 100%;
    margin: 80px 0 0 260px;
    top: 0;
}

.container {
    padding: 30px 20px 40px 20px;
}

#content p { width: 480px; margin-bottom: 14px; color: #888; background: none; }

p {
    text-align: left; margin: 0 0 0 0;
}

#img-container	{ width: 666px; margin: 0; padding: 0; }
#img-container p { width: 480px; margin: 0; padding: 0 0 0 0; }

#headings {
    font-size: 12px; color: #DDD; margin-bottom: 20px; }
    
#text {
    font-size: 10px; color: #888; margin-top: 10px; }

#once { clear: left; }