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

body {
	font-size: 11px;
	color:#171717;
	line-height: 13px;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
}

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

a:link {
	text-decoration: none;
	color: #acacac;
}
a:active {
	text-decoration: none;
	color: #151515;
}
a:visited {
	text-decoration: none;
	color: #acacac
}
a:hover {
	text-decoration: none;
	color: #151515;
	background-color:#FFF
}

a img { border: none; }

#menu {
	width: 220px;
	top: 5px;
	bottom: 40;
	left: 10;
	position: fixed;
	height: 100%;
	font-size: 11px;
	color:#151515;
	line-height: 12px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 20px 24px 0 250px;
    top: 0;
}

.container {
    padding: 20px 0 20px 20px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; }
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#151515;
	font-weight: bold;
}
h4 { font-size: 11px; }

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


#once { clear: left; }
