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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff none repeat scroll 0 0;
}

#sidebar {
float:left;
padding:200 0 0 400px;
width:400px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #4ea59c }
a:active { text-decoration: none; color: #4ea59c }
a:visited { text-decoration: none; color: #3fbeb1; }
a:hover { text-decoration: none; color: #ff5a00; }

a img { border: medium none; }

#menu {
    width: 310px;
    overflow: automatic;
float:left;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
line-height:20px;
z-index:1;
}

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

#menu ul li.section-title { 
background-color:#fff;
border-bottom-style:none;
border-bottom-width:3px;
color:#00000;
font-size:11px;
margin-bottom:3px;
padding:4px;
text-transform:capitalize;
width:20px;
}

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

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

#content p { width: 500px; margin-bottom: 35px; 
margin-left: 55px
line-height:16px
}

p {
    margin: 0 0 25px 0;
}

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

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

#once { clear: left; }