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

body {
	font-family:Verdana,Arial,Helvetica,SunSans-Regular,Sans-Serif;
	font-size:10px;
	font-style:normal;
	background: #FFFFFF ;
}

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

a:link { text-decoration:none; color:#666666 }
li.active a { text-decoration: underline; color:#000000 }
a:visited {text-decoration:none; color:#666666 }
a:hover {text-decoration:underline; color:#000000 }

a img { border: none; }

#menu {
    width: 310px;
    overflow: visible;
    top: 20;
    bottom: 0;
	left: 30;
    position: absolute;
    height: 100%;
	background-color: #FFFFFF ;
}

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

#menu li {
	margin-bottom:3px;

}

#menu ul li.section-title {
	margin-top:40px;
	margin-bottom:6px;
}

#content {
	width: 950px;
    height: 100%;
    margin: 132px 0 0 220px;
}


.container {
	padding: 20px 5px 25px 90px;
	margin-left: 25px;
}


#content p { margin-bottom: 6px; color: #666666; width:600px; }

p {
    margin: 0 0 10px 0;
    line-height:15px;
}

h1 { font-size: 100px; font-weight: normal ; line-height: 1; }
h2 { font-size: 30px; font-weight: normal ; line-height: 1.3; }
h3 { font-size: 14px; font-weight: normal ; }
h4 { font-size: 10px; font-weight: bold ; }

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

#once { clear: left; }