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

body {font-size: 10px; font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif; background: #fff; line-height: 14px;}

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

a:link {text-decoration: none;color: #333;}
a:visited {text-decoration: none;color: #333;}
a:hover {text-decoration: none; background-color: #FF00FF;color: #fff;
}
a:active {text-decoration: none;background-color: #FF00FF;color: #fff;}

a img { border: none; }

#menu {
	width: 200px;
	height: 100%;
	overflow: scroll;
	float: left;
	left: 0;
	position: fixed; 
	margin: 0px 14px 0px 0px; 
	background-color: #ffffff; 
	padding: 5px 10px 10px 10px; 
	z-index: 1;
}

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

#menu ul li.section-title {font-size: 14px; font-weight: bold; text-decoration: underline}

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

.container {padding: 5px 10px 25px 10px;text-align: left;}

#content p {background-color: #ffffff; padding: 16px 14px 9px; margin: 0px 0px 0px 0px; width: 400px; z-index: 1;}

p {margin: 0 0 9px 0;}

h1 {font-size: 32px; line-height: 38px; padding: 0 0 0 15px;}
h2 {font-size: 24px; line-height: 30px;}
h3 {font-size: 16px; line-height: 22px;}
h4 {font-size: 12px; line-height: 18px; padding: 0 0 0 15px;}
h5 {font-size: 10px; line-height: 14px;font-weight: normal;}

#img-container	{ width: 400px; 
	margin: 5 0 0 0 ; 
	padding: 0 0 12px 15px; 
	background:transparent; }
#img-container p	{ background: #fff; 
	margin: 15px 0 10px 0 ; 
	padding: 7px 14px 9px;

 }
 
#smooth {
	position: absolute;
	top: 250px;
	left: 300px;
	z-index: 2;
}

#once {clear: right;}