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

body {
	background: #fff;
	font: 11px/1.6 Arial, Helvetica, sans-serif;
	color: #000000;
}

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

a:link {
	text-decoration: none;
	color: #000;
	font-size: 11px;

}
a:active {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}


#menu {
	width: 195px;
	overflow: hidden;
	top: 10px;
	bottom: 0;
	left: 10px;
	position: fixed;
	height: 100%;
	/*background: #F2F2F2;*/
}

#menu ul {
	list-style: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}

#menu ul li.section-title {
	color: #000000;
	font: bold 13px/1 Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	padding-top: 8px;
padding-bottom: 8px;
	text-align: left;
}
#menu h1{
	font: bold 13px/1 Arial, Helvetica, sans-serif;
	color: #402A00;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}


#menu a{
display: block;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
border-bottom-color: #DDDDDD;
border-bottom-style: solid;
border-bottom-width: 1px;


text-decoration: none;
}
#menu a:hover{
color: #FFF;
background-color: #CCCCCC;
}




#content {
	height: 100%;
	margin: 0 0 0 195px;
	top: 0;
	padding-left: 20px;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	text-transform: capitalize;
	color: #000000;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	max-width: 600px;
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }

img { border: 0; text-decoration: none;}

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

#once { clear: left; }