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

body {
	background: #000;
	color: #fffeff;
	margin-top: 100px;
	font: 10px/2px Verdana, sans-serif;
}

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

a:link { text-decoration: none;
	color: #636363;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
li.active a {
	color: #b7b7b7;
	text-decoration: none;
	border-bottom-color: #babab9;
	border-bottom-width: 1px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}
a:visited { text-decoration: none; color: #666;
	border-bottom-color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
a:hover { text-decoration: none;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #000;
}

a img { border: none; }

#menu {
    overflow: auto;
	left: 0px;
    height: 100%;
	position: fixed;
	background-color: #000;
	color: #919191;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 60px;
	padding-right: 45px;
}

#menu ul {
	margin-bottom: 7px;
	list-style: none;
	background-color: #000;
	color: #555;
	line-height: 130%;
}

#menu ul li.section-title {
	color: #c6c6c6;
	font: 17px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #000;
	border-bottom: 0 dotted #414141;
}

#content {
    height: 100%;
	position: relative;
	background-color: #000;
	color: #4f4f4f;
	margin-left: 320px;
}

.container {
    padding: 5px 5px 25px 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content p { width: 700px;
	background-color: #000;
	color: #d0d0d0;
	line-height: 16px;
	font-size: 12px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
}
#img-container p	{ width: 400px;
	padding-bottom: 12px;
}

#once { clear: left; }
