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

body {
	font-size: 13px;
	font-family: Gill Sans MT, Verdana, sans-serif;
	font-weight: lighter;
	color: #000;
	background: #fff;
}

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

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

a img { border: none; }


#menu {

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

#menu ul { font-family: Gill Sans MT, Verdana, sans-serif; color:#000; font-size: 12px;  font-weight: lighter; list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { font-family: Gill Sans MT, Verdana, sans-serif; color:#000; font-size: 12px;  font-weight: lighter; }

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

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

#content p { width: 600px; padding-top: 20px; padding-left: 15px; margin-bottom: 9px; }

p {
    margin: 10px 0 0 0;
}

h1 { font-family: Gill Sans MT, Verdana, sans-serif; color:#000; font-size: 13px;  font-weight: lighter;}
h2 { font-size: 14px; text-decoration: underline; font-weight: lighter; }
h3 { font-family: Gill Sans MT, Verdana, sans-serif; color:#000; font-size: 12px;  font-weight: lighter; text-decoration: underline; padding-top: 10px; padding-bottom: 10px; }
	
h4 { font-size: 12px; }

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

#once { clear: left; }
