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

body {
	font-size: 11px;
	font-family: arial;
        font-color: #000
	background: #fff;
}

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

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

a img { border: none; }

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

#menu .container { padding: 21px 0 21px 21px; }

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	text-transform: lowercase;
}

#menu ul li.section-title {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	border-bottom-width: 1px;
}

#content {
	heisght: 100%;
s
	top: 0;
	font-family: arial;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
}

.container {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#content p {
	width: 600px;
	margin-bottom: 9px;
	background-color: #FFFFFF;
}

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: 600px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }