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

body {
font-size: 10px;
line-height: 15px;
font-family: verdana;
background: #fff;
color: #9b9b9b;
}


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

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

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

a:link { border-bottom: medium none; color: #ff00f2; }
a:visited { color: #666; }

a img { border: none; }




#menu {
	font-size: 11px;
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-left:15px;
	padding-top: 2px;
	font-weight: normal;
	color: #b9b9b9;
}


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

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



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


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

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

p {
    margin: 0 0 9px 0;
}


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

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

#once { clear: left; }