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

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

body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link { text-decoration: none;color: #000000 }
a:active { text-decoration: none;color: #000000 }
a:visited { text-decoration: none;color: #000000 }
a:hover { text-decoration: underline; font-style: italic; color: #000000 }
a img { border: none; }


#menu {
	z-index:1;
	width: 225px;
	top: 15px;
	bottom: 0;
	left: 75px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	padding-bottom: 0px;
	font-size: 18px;
}


#menu ul li.section-title {
	background-color: #FFF;
	font-size:10px;
	text-decoration: none;
}


#content {
	height: 100%;
	position:relative;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
}


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

#content p {
	width: 600px;
	
}

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 52px; }
h2 { font-size: 28px; }
h3 { font-size: 18px; }
h4 { font-size: 10px; }

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

#once { clear: left; }