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

body {
	font-size: 68.8%;  /* 16px × 62.5% = 10px *//* 16px × 68.8% = 11px */
	font-family: verdana, arial, sans-serif;
	color: #999;
	text-align: left;
	line-height: 14px;
}

h1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 1.3em;
	margin-bottom: 0.9em;
	font-weight: bold;	
	font-family: Helvetica, Arial, sans-serif;
	color: #9B2C98;


}

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

a:link {
	text-decoration: none;
	color: #000000
}
a:visited {
	text-decoration: none;
	color: #000000
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #D6D6D6;
}
a:active {
	text-decoration: none;
	color: #000000
}


a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { }

#menu .container #ibot a { background: transparent; }

#content {
	height: 100%;
	margin: 50px 10% 0 300px;
	top: 0px;
}

#logo_topright {
	top: 50px;
	left: 45px;
	right: 0;
	position: fixed;
	margin: 0;	
}

.container {
    padding: 50px 0px 5px 21px;
}

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

p {
    margin: 0 0 9px 0;
}

#img-container	{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#img-container a {
	background-color: #FFFFFF;
}

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

#once { clear: left; }

