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

body {
	font-size: 12px; line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	color: #444444;
	background: #ffffff;
	margin: 0;
padding: 0;
text-decoration: none;
word-spacing: Normal;
text-align: left;
letter-spacing: 0;
text-indent: 0px;
}

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

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

a img { border: none; }

#menu {
 		position: relative;
 		overflow: visible;
    width: 180px;
    top: 60px;
    left: 120px;
    height: 1000px;
    background-color: #ffffff;
}

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

#menu ul li.section-title { }

#content {
    position: absolute;
    margin: 69px 40px 0 300px;
    top: 0;
}

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

#content p { width: 800px; height: 100%; margin-bottom: 10px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; line-height: 14px; text-decoration: none; }

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

#once { clear: left; }
