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

body {
	font-size: 9px;
	font-family: Verdana, sans;
	background: #fff;
	line-height: 150%;}

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

a:link { 
color:#6d6e71;
text-decoration:none;}

a:active { 
color:#999999;
text-decoration:none; }

a:visited {
color:#6d6e71;
text-decoration:none; }

a:hover { border-bottom:1px solid #ff0000;
color:#6d6e71;
text-decoration:none; }

a img { border: none; }

h1 a:hover {border-bottom: 0; text-decoration: none;}
h2 a:hover {border-bottom: 0; text-decoration: none;}

a:hover .nunder {border-bottom: 0;}

#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 6px;
    position: fixed;
    height: 100%;
    background-color: #fff;
    margin-top: 18px;}

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0px;}

#menu ul li.section-title {
color:#6d6e71;
font-weight:normal;
line-height:15px;
text-transform:normal;}

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;}

.container {
    padding: 10px 10px 25px 20px;}

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

h1 { font-size: 11px;
	font-weight:normal;
	letter-spacing: .02em; }

h2 { font-size: 9px;
	font-weight:normal;
	letter-spacing: .03em;
	line-height: 140%;
	color: #000;  }

h3 { font-size: 9px;
color: white; }

h4 { font-size: 12px; }

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

#once { clear: left; }

