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

body {
	font-size: 11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#5E5E5E;
	color:#666666
	line-height: 18px;
	
}

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

a:link { text-decoration: none; color:#CCCCCC;}
a:active { text-decoration:none; color:#CCCCCC;}
a:visited { text-decoration: none; color:#CCCCCC; }
a:hover { text-decoration:none; color:#ffed00}

a img { border: none; }

#menu {
    width:180px;
    overflow:auto;
    top: 0;
    bottom: 0;
	left: 0;
	padding-left: 40px;
	padding-top: 45px;
	position: fixed;
	height: 100%;
	background-color: #5E5E5E;
}

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

#menu ul li.section-title { }

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

#content {
    height: 100%;
    margin: 0 0 0 280px;
	padding-top: 81px;
	position: fixed;
	padding-left: 0px;
    top: 0;
}


#contentm {
    height: 100%;
    margin: 0 0 0 0px;
	padding-top: 0px;
	padding-left: 0px;
    top: 0;
}

#content p { width: 900px; margin-bottom: 9px; padding-left: 0px;   }

#contentm p { width: 230px; margin-bottom: 9px; position: fixed; padding-top: 0px; }

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

p {
    margin: 0 0 9px 0; 
}

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

#once { clear: left; }


