/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #eee ;
	color:#000;
}

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

a:link {text-decoration:none; color: #666666;text-indent:10px}
a:visited { text-decoration: none; color:#666666}
a:active { text-decoration: none; text-indent: 5px; font-style:italic; }
a:hover {color:#ffffff; background-color: #333333; }

a img { border:none}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding: 5;
	color:#000;
}

#menu ul {
	list-style: none;
	margin: 0 5px 0 5px;
	padding-bottom: 10px;
}

#menu ul li.section-title {
font-size: 11px;
line-height: 140%;
color:#fff;
background-color: #000000 ;
}

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

}

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

#menu .container {	background-color: #fff;}
#content .container { padding-top: 30px; 
 padding-left: 20px;
}


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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px;}
h2 { font-size: 24px; }
h3 { font-size: 11px; color:#666666; line-height: 100%; }
h4 { font-size: 11px; color:#00CCFF ; line-height:200%;}
h5 { font-size: 11px; color:#00CCFF; line-height: 140%; text-decoration: inherit; font-weight:100; text-align:left;  }
h6 { font-size: 11px; line-height: 140%; color:#fff; background-color: #000000 ; font-weight:100;}
h7 { font-size: 11px; line-height: 140%; color:#fff; background-color: #0099FF ; font-weight:100;}
h8 { font-size: 11px; line-height: 140%; color:#fff; background-color: #0099FF ; font-weight:100;}

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

#once { clear: left; }
