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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #fffeff;
}

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

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

a img { border: none; }

#menu {
    overflow: hidden;
    top: 35px;
    bottom: 0;
	left: 60px;
    height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: fixed;
}

#menu ul {
	margin-left: 2px;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 0px;
	list-style: none;
	background-color: #fffeff;
	line-height: 15px;
	color: #d4d4d4;
}

#menu ul li.section-title {
	color: #000;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fffeff;
	border-bottom: 1px dotted #cdcdcd;
}

#footer { 
        position: fixed; 
        bottom: ???px; 
        left: ???px;
        z-index: 1;
}

#content {
    height: 100%;
    margin: 0 0 0 340px;
	position: relative;
	top: 39px;
}

.container {
    padding: 5px 5px 25px 5px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

#content p { width: 600px; line-height: 17px;
}

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.img-bot {
	margin-top: 25px;
	margin-bottom: 25px;
}
#img-container p	{ width: 1001px;}

#once { clear: left; }
