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

body {
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #CC6600; }
a:active { text-decoration: none; color: #CC9900; }
a:visited { text-decoration: none; color: #CC9900; }
a:hover { text-decoration: underline; color:#CC9900; }

a img { border: 0px; }

#menu {
    width: 215px;
    overflow: auto;
	margin: 10px;
	padding: 0;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-size: 11px;
	font-weight: bold;	
	letter-spacing:0px;
	font-variant: ;
}

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

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 34px; }
h2 { font-size: 22px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
	letter-spacing:0px;
	 padding: 0px 0px 15px 0px;
}
h3 { font-size: 14px; }
h4 { font-size: 11px; }

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

#once { clear: left; }