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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif, Lucida;
	color: #333;
//	word-spacing: -1px;
	direction: ltr;
	background-color: #f1f0eb;
}

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

a:link {
	text-decoration: none;
	color: #666;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	line-height: 15px;
	background-color: #f1f0eb;
}

#menu ul {
	list-style: none;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#menu ul li.section-title {
	font-weight:bold;
	line-height: 15px;
}

#content {
	height: 100%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 72px;
	line-height: 18px;
}

.container {
	padding: 60px 10px 25px 50px;
}

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

p {
	margin: 0 0 9px 0;
}

h1 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:16px;
	color:#F00;
	line-height:20px;
	margin: 0px;
	padding: 0px 0px 20px;
}
h2 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:14px;
	color:#333;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:12px;
	color:#333;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
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; }
