/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {	
	font-family: Arial, helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px; 
	line-height: 1.5;
	color: #444444;
	background-color: #999999;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration:none; color: #444444; }
a:active { text-decoration:none; color: #444444; }
a:visited { text-decoration:line-through; color: #444444; }
a:hover { text-decoration:none; color: #c0c0c0;}

a img { border: none; }

#menu {
    overflow: auto;
    width: 155px;
    top: 15px;
	left: 22px;
    position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0 0 18px 0;
    height: auto;
}

#menu ul li.section-title {	
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px; 
	line-height: 1.5;
	color: #c0c0c0;
	margin-top: 15px;	
	margin-bottom: 3px;	
	padding: 2px 0px 0px 6px;  
    	height: 18px;
	background-color: #444444; 
}

#content {
    height: 100%;
    top: 15px;
    bottom: 0;
	left: 195px;
    position: absolute;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 11px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 8px 0; }

#once { clear: left; }