/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Georgia, Times, serif;
	text-decoration:none; color:#000000;
	background: #fff;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }
a:link { text-decoration: none; color: #FF0000; }
a:active { text-decoration: underline; color: #FF0000; }
a:visited { text-decoration: none; color: #FF0000; }
a:hover { text-decoration: underline; color: #FF0000; }
a img { border: none; }
a.artist {
	font-style:normal;
}
#menu {
    width: 205px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}
#menu ul {
	
	list-style: none;
	margin: 0 0 6px 0;
}
#menu ul li.section-title {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000000;
	line-height: 25px;
}	
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}
.container {
    padding: 10px 10px 25px 10px;
}
#content p { width: 600px; margin-bottom: 9px; }
p {
    margin: 0 0 9px 0;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 { font-size: 12px; }
h5 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
h6 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 8px;
	font-weight: normal;
	padding-bottom: 8px;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }