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

body {
	font-size: 11px;
	font-family: Helvetica, Lucida Grande, sans-serif;
	background: #fff;
	line-height: 16px;
	font-weight: bold;
}

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

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

a img { border: none; }

#menu {
    width: 100%!important;
    overflow: auto;
    margin-top: 0px;
    bottom: ;
	padding-left: 25px;
    position: fixed;
    height:;
	background-color: none;
	border-bottom: 0px solid #ccc;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	float: left;
	padding-right: 15px;
}

#menu ul li.section-title { 
	float: left;
	width: 125px; }

#content {
    height: 100%;
    margin: 0 0 0 0px;
    padding-top: 170px;
    padding-left: 165px;
    font-weight: normal;
}

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

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

p {
    margin: 0 0 9px 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; }
