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

body {
	/*background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url("http://www.festivalsurpas.org/surpas/ndxz-studio/site/penny/fondo/riges_blue.png");
	background-position: top right;
	background-repeat: repeat;*/
	font-family: Helvetica;
	font-style: normal;
	font-size: 12px;
	
	
}

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

a:link { text-decoration: none; color: #000000; }

a:active { text-decoration: none; }

a:visited { text-decoration: none; color: #6E6E6E; }

a:hover {text-decoration:none; background:none repeat scroll 0 0 #FF0099; }

a img { border: none; }

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

#menu ul {
	list-style: none;
	line-height:18px;
	margin: 0 0 22px;
}

#menu ul li.section-title {
	background:none repeat scroll 0 0 #000000;
	border-bottom:1px solid #000000 ;
	border-left:2px solid #000000;
	border-top:2px solid #000000;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	margin-bottom:6px;
	text-align:left;
	}

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

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

#content p { width: 600px; margin-bottom: 19px; text-align:justify;line-height:1.5;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 20px; color:#80FF00}

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

#once { clear: left; }
