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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #000000;
}

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

a:link { text-decoration: none; color: #7a7a7a; }
a:active { text-decoration: none; color: #7a7a7a; }
a:visited { text-decoration: none; color: #7a7a7a; }
a:hover { text-decoration: none; color: #fff; }

a img { border: none; }

#menu {
    width: 320px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000000;
}

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

#menu ul li.section-title { 
	line-height: 18pt;	color: white;	font-size:13pt;
}

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

#menu ul li { 
	line-height: 12px; 
}

#menu ul li.section-title { 
	line-height: 20px; margin-bottom: 10px; 
}

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

#content {
height: 100%;
margin: 22px 0 0 340px; 
top: 0;
width: 750px;
}

p {
    margin: 0 0 9px 0;
}

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

#img-container p{
width: 100px;
margin-top: 15px;
padding-top: 30px;
padding-right: 0;
padding-bottom: 0px;
padding-left: 0;
font-size: 12px;
color: white;

}

#once { clear: left; }