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

body {
	font-size: 16px;
	font-family: Helvetica Neue, Arial, sans-serif;
	background: #fff;
	
	
}

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

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

a img { border: none; }

#menu {
    width: 215px;
    overflow: hidden;
	top: 12px;
	left: 12px;
	bottom: -12px;
    position:fixed;
    height: 100%;
	background-color:#FFFFFF;
	text-transform: uppercase;


}

#menu ul {
	list-style:disc;
	margin: 14px 0 14px 0;
}

#menu ul li.section-title {



 }

#content {
    height: 95%;
    margin: 0 0 0 307px;
    top: 12px;
	bottom: 0px;
	position: absolute;
}

.container {
    padding: 0px 0px 0px 0px;
}

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

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32pt; color:#000; font-weight:bold; }
h2 { font size="+2" face="helvetica neue"}
h3 { font-size: 16px; color:#000; font-weight:100;}
h4 { font-size: 14px; color: #333; line-height:10.5pt ; font-weight:100;}
h5 { font-size: 13px; color:#999; font: Helvetica Neue, Arial, sans-serif; font-weight:100; }
h6 { font-size: 8.5pt; line-height: 10.5pt; font-weight:100; color:#666666 }




#img-container	{ margin: 0; padding: left 50px; top: 20px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }