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

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff; 
}

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

a:link { text-decoration: none; color: #999999 }
a:active { text-decoration: none; color: #999999}
a:visited { text-decoration: none; color: #CCCCCC;}  
a:hover { text-decoration: none; background-color: #FFFF00; color: #000000}  

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 15px;
    position: absolute;  
    height: 100%;
	background-color: #fff;
	margin-left: 30px;
	margin-top: 25px;
	line-height: 11px;
	}

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

#menu ul li.section-title {color: #000000;line-height: 28px
 }

#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
	margin-left: 250px;
	margin-top: 30px;
	line-height: 12px;
	
}

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

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

p {
    margin: 12px 0px 0px 0px;
}

h1 { font-size: 32px; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; background-color:#FFFFFF; color:#000000; }
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; }
