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

body {
	font-size: 11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #fff;
	height:100%;
}

body.section-1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:12px;
	padding-left:15px;
	}
body.section-2 {
	}
body.section-3 {
	}

a:link { text-decoration: none; color:#000 }
a:active { text-decoration: none; color: #000;}
a:visited { text-decoration: none; text-decoration:underline; color:#000;}
a:hover { text-decoration: none; color:#red; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	position: fixed;
    height: 100%;
	background-color: #fff;
	border-right:dotted 1px #222;
}
#menu img{
	margin-top:15px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height:13px;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;

}
#menu p{
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:10px;
	color:#C60;
}

#menu ul li.section-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:12px;
	display:block;
	height:12px;
	color:#fff;
	background-color:#000;
	padding-top:2px;
	}





#content {
    height: 100%;
    margin: 20px 0 0 215px;
    top: 0;

}
#content img{
margin-top:10px;
}

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

#content h1{
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:semi-condensed;
font-weight:lighter;
	font-size:14px;
	color:#000;
	}	
#content p { 
	width: 400px; 
	margin-bottom: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:10px;
	color:#000;
	}
	#content strong{
	width: 400px; 
	margin-bottom: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:10px;
	color:#000;
	}	
	




p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font:Arial, Helvetica, sans-serif; font-weight:100; font-stretch:semi-condensed; font-style:normal;}
h2 { font-size: 24px; font:Arial, Helvetica, sans-serif; font-weight:100; font-stretch:semi-condensed; font-style:normal;}
h3 { font-size: 16px; font:Arial, Helvetica, sans-serif; font-weight:100; font-stretch:semi-condensed; font-style:normal;}
h4 { font-size: 12px; font:Arial, Helvetica, sans-serif; font-weight:100; font-stretch:semi-condensed; font-style:normal;}

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

#once { clear: left; }


