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

body {
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	background: #ffffff;
}

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

a:link { text-decoration: none; color: #666666;}
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }


a img { border: none; }

#menu {
	width: 180px;
	overflow: hidden;
	top: 16px;
	bottom: 0;
	left: 10px;
	position: fixed;
	height: 590px;
	background-color: #ffffff;
	padding: 10px 0px 0px 10px;
}

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

#menu ul li {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 20px;

 }



#menu ul li.section-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dotted;
	line-height: 20px;
 }

#menu ul li.section-title:hover { 
	background-image: none;
}

.active {

	background: #222222;
	padding-left: 5px;
}

.active a:visited {
	color: #ffffff;

}

#content {
    height: 100%;
width: 800px;
    margin: 0 0 0 235px;
    top: 0;
}

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

#description { 
	font-size: 10px;
	margin: 4px 0 10px 0; 
	text-align:left}

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

p {
    margin: 0 0 20px 0;
}

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

#img-container	{ margin: 0px; padding-left: 0px; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }