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

body {
	font-size: 11px;
	letter-spacing: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }


#menu {
    width: 157px;
    overflow: 0;
    top: 0;
    bottom: 0;
	left: 35px;
    position: absolute;
    height: 100%;
	background-color: #fff;
} 

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

#menu ul li.section-title { 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 36px;
	color: #000; 
	font-weight: 100; 
	margin: -10px 0 -4px 0; 
	text-align: center;
}

#menu ul li { font-size: 11px; font-weight: lighter; margin-left: 38px; }
#menu ul li.active a { color: #000; background-color: #000; }
#menu ul li a:hover { color: #000; background-color: #a9ffcf; }

#content {
    height: 100%; 
    margin: 133px 0 0 258px;
    top: 0;
	color: #777777;
}

.container {
    padding: 0;
}

#content p { width: 600px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 12px; color: #000; font-weight: normal; margin-bottom: -13px; margin-top:10px; }
h4 { font-size: 12px; }

#img-container { width: auto; float: left; }
#img-container p { width: 780px; margin: 0; padding: 0; }

#once { clear: left; }

