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

body {
	font-size: 13px;
	font-family: Garamond, serif;
	color: #fff;
	background: #000000;
}

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

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

a img { 
	border: medium none; 
	}

#menu {
    height: 190px;
    overflow: auto;
    top: 0px;
    right: 0px;
	left: 40px;
    position: fixed;
	background-color: #000000;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 20px 50px 0px 0px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    padding: 200px 40px 0px 42px;
}

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

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

p {
    margin: 0px 0px 9px 0px;
}

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

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

#once { clear: left; }