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

body {
	font-size: 10px;
	font-family: 'times new roman', serif;
	background: #f1f1f1;
	line-height: 16px;
}

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: none; color: #000;}

a img { border: none; }

/*#line{
	position: fixed;
	top: 50px;
	left: 100px;
	height: 10px;
	width: 1000px;
	border-top: #000 4px solid;
	z-index: 99;
}*/

#menu {
    position: fixed;
	left: 0;
	padding: 50px 100px 0 100px;
	width: 200px;
	height: 100%;
	text-align: left;
	background: #f1f1f1;
}

#menu ul {
	list-style: none;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
}

#menu li {
	padding-bottom: 5px;
}

#menu ul li.section-title { }

#content {
    margin: 0 0 0 400px;
	padding: 60px 0 0 0;
	width: 800px;
}

#content p { width: 200px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }