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

body {
	-moz-background-clip: border;
	-moz-background-inline-policy; continuous;
	-moz-background-origin: padding;
	font-size: 10px;
	font-family: verdana,sans-serif;
	background: #ffffff none repeat scroll 0 0;
	color: #000000;
}

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

a:link { 
color:#000000;
text-decoration: none; }
a:active { color:#FF9900;
text-decoration: none; }
a:visited { color:#000000;
text-decoration: none; }
a:hover { color:#ff9900;
text-decoration: none; }

a img { border: medium none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 100px;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

#menu ul {
	Line-height: 16px;
	List-style-image: none;
	List-style-position: outside;
	List-style-type: none;
	margin: 0 0 0px;
}

#menu ul li.section-title { 
       Color: #000000;
Font-size: 10px;
Font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 58;
}

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

#content p { 
	Line-height: 16px;
	Margin-bottom: 0;
	Margin-left: 0;
	Margin-top: 16px;
	width: 500px;
}

p {
    margin: 0 0 10px;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

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

#once { clear: left; }