

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




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

#menu a { text-decoration: none; font-weight: normal; color: #A4A4A4; padding: 0; }
#menu li.active a { font-weight: bold; color: #333333; padding-bottom: 1px; }
#menu a:hover { font-weight: normal; solid #424242; color: #424242; }
#menu a.name:hover { background-color: white; }



#menu em { color: #339999; font-weight: normal; }
p.copyright { color: #aaa; font-weight: normal; font-size: 10px; }

a:link { border-bottom: none; color: #339999; }
a:visited { color: #006699; }

a img { border: none; }




#menu {
	font-size: 11px;
    width: 175px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    left: 11px;
	top: 165px;
	height: 100%;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: ##BDBDBD;
}


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

#menu ul li.section-title {font-weight: bold; color: #009999; }



#content {
	font-size: 10px;
    height: 100%;
    padding: 17px 0 0 0;
    margin: 0 0 0 190px;
    top: 0;
}


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

#content p { width: 720px; margin-bottom: 15px; }

p {
    margin: 0 0 9px 0;
}



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

#once { clear: left; }