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

body {
	background:none repeat scroll 0 0 #FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	letter-spacing:0;
	line-height:13px;
	text-decoration:none;
	word-spacing:0px;
}

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

a:link {
	color:#666;
	font-style:normal;
	text-decoration:none;
}
a:active {
	color:#666;
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color:#666;
	font-style:normal;
	text-decoration:none;
}
a:hover {
	color:#606;
	margin:0;
	text-decoration:none;
}
a img {
	border:medium none;
}

#menu {
	background:none repeat scroll 0 0 #FFFFFF;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 50px;
	margin:40px 0 0;
	overflow:auto;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style:none outside none;
	margin:0 0 12px;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0;
	line-height:15px;
}

#menu ul li.section-title {
	color:#333;
	font-family:lucida,sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0;
	line-height:23px;
}

#content {
    height: 100%;
    margin:55px 0 0 250px;
    text-align:justify;
	top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
color:black;
font-family:lucida,sans-serif;
font-size:16px;
font-weight:normal;
letter-spacing:0,5px;
line-height:40px;
}
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; }
