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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: ultra-condensed ;
	background: #fff;
}

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

a:link { text-decoration: none; color: #95918e;}
a:active { text-decoration: underline; }
a:visited { text-decoration: none; color: #938579; }
a:hover { background: #000000; color: #938579; text-decoration: none;  }

a img { border: none; }

#menu {
	width: 210px;
	overflow: auto;
	top: 30pt;
	bottom: 0;
	left: 50pt;
	position: fixed;
	height: 850px;
	background-color: #fff;
	text-align:left;
	
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	list-style: none;
	line-height:16.5px;
	margin: 10px 0 20px 0;
	padding: 0px 5px 0px 0px;
}

#menu p, #menu ul li.section-title {
	font-family:  Arial, Helvetica, sans-seriff;
	font-size:13px;
	font-style:normal;
	font-weight: bold;
	color: #938579
	line-height:10px;
	margin: 0px 0 3px 0px;
}

#menu p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
}


#menu a {
	background: #edece6; none repeat scroll 0 0;
	color:#95918e;
}


#menu ul li a:hover {
	background-color: black;
	color: #edece6;
	text-decoration:none;
}	

#menu ul li a:active {
	background-color: white;
	color: #000000;	
}


#content {
    height: 100%;
    margin: 30pt 0 0 300px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}
1
#content p { width: 500px; margin-bottom: 8px; color: #575757; line-height: 1; padding: 5px 5px 5px 5px; background-color: #fff; }

p {
    margin: 0 0 0px 0;
}

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

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

#once { clear: left; }