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

body {
	font-size: 10px;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial;
	background: #fff;
	color: #660000;
}

#wrapper { width: 960px; margin: 0 auto; text-align: right; background: #fff; }

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

a:link { text-decoration: none; color: #660000; font-size: 10px; }
a:active { text-decoration: none; color: #660000; font-size: 10px; }
a:visited { text-decoration: none; color: #660000; font-size: 10px; }
a:hover { text-decoration: none; color:#999999; font-size: 10px; font-style:italic; }


a img { border: none; }


#menu {
	
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
    height: 100%;
	position:fixed;
	background-color: #fff;
	text-align: right;
	font-size:10px;
	padding-top: 40px;
	padding-left: 70px;
	
}


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

#menu ul li.section-title {
	font-size: 13px;
 }
 

#content {
    height: 100%;
   	margin: 0 0 0 285px; 
    top: 0;
	padding-top: 40px;
}

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

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

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 17px; font-weight:lighter; }
h4 { font-size: 12px; }

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

#once { clear: left; }