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

body { font-size: 12px; font-family: Arial, sans-serif; background: #fff; padding-left: 10px; color:#141212; }

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

a:link { color:#44b6ff; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #44b6ff; }
a:hover { background-color: #fffd44; color:#44b6ff; }

a img { border: none; }

#menu { line-height: 13px; background-color: #fff; background-position: 12pt 0; width: 180px; overflow: auto; top: 0px; bottom: 0; left: 15px; position: fixed; height: 100%; padding: 10px; }

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

#menu ul li.section-title { 
	color: #141212; 
	line-height: 20px; 
	margin-bottom: 7px; 
	border-top: 1px solid #e8e8e8; 
	border-bottom: 1px solid #e8e8e8; 
	font-weight:bold; 
	background-color: #fff; 
	}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
	padding: 30px 5px 0px 0px;
}

#content p { 
height:0px;
margin-bottom:9px;
margin-top:34px;
width:700px;
padding: 10px;
background-color:#FFFFFF;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 14px; padding-top: 55px; color: #14121; padding: 10px; background-color:white;}
h3 { font-size: 12px; color:#8c8c8c; padding-top: 0px; padding: 0px; font-weight:normal; padding: 10px; background-color:white;}
h4 { font-size: 125px; line-height:55px; color:#e2e2e2; }

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

#once { clear: left; }