/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	margin: 20px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color:#333333; text-decoration:none; }
a:hover { color: #888; text-decoration:bold; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    position: fixed;
    height: 100%;
	background-color: #fff;
	position: absolute;
	left: 20;
	top: 20;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}


#menu ul li.section-title {padding-bottom: 0px; font-weight:bold; }

#content {
    height: 100%;
    margin: 0 0 0 150px;
}

.container {
    padding: 5px 5px 25px 0px;    left: 170px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
    	font-weight:bold;
}

h1 { font-size: 10px; font-weight:normal; }
h2 { font-size: 10px;  }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-text {
    position: absolute;
    left: 170px;
    top: 20;
}
#img-text p {
    width: 220px;
}
#img-container	{
    position: absolute;
    top: 20;
    margin: 0;
    padding: 0;
       left: 170px;
}
.section-1 #img-container {
    left: 170px !important;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
