.artists img {display:none;float: left; margin: 4px 12px 6px 0;}
.dropcap {font-size:70px;line-height:.5;float:left;margin:10px 7px 0px 0;}

.pics span.caption+p {font-size:12px; color:#888888;}
span.caption {display:none;}
li.active {text-indent:-4px;font-style:italic;}
li.active a {color:#000;}
li.section-title {text-indent:-4px;}

#menu img {margin:0 0 10px 0;}

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadars
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
font-family: 'Ovo', serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #888888}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #888888; }
a:hover { text-decoration: underline; }

hr {border:0 none;height:1px;background:#D0D0D0;margin: 20px 20px 10px 0px;width:600px;clear:both;}
b, strong {clear:both;}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 10px 10px 20px 5px;
	line-height:1.3;
}


#content {
    height: 100%;
    margin: 20px 0 0 215px;
    top: 0px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    line-height:1.3}
    margin: 0 0 9px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 13px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }