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

body {
	background-color:#ffffff;
color:#666666;
font-family:Helvetica;
font-size:11px;
font-weight:normal;
line-height:1.4em;
margin:0;
padding:30px;
text-align:left;
text-decoration: none;

}

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

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


a img { border: none; }

#menu {
    width: 120px; height: auto;
    padding: 5px; padding-left: 10px;
    overflow: auto;
    top: 25px;
    
	left: 25px;
	height: relative;
    position: fixed;
	background-color: #ffffff;
	
}

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

#menu ul li.section-title {
background-color: none;
color:#666666;
font-weight:regular;
text-decoration: none;
 }

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

.container {
    padding: 0px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; color: #666666; text-decoration: none; line-height:1.4em; font-weight:normal; background-color: none; }
h2 { font-size: 42px; color: #666666; text-decoration: none; line-height:34px; font-weight:bold; background-color: yellow; }
h3 { font-size: 14px; color: #99cc66; text-decoration: none; line-height:1.4em; font-weight:normal; background-color: #ffffff; }
h4 { font-size: 10px; color: #666666; text-decoration: underline; line-height:1.4em; font-weight:bold; }
h5 { font-size: 6px; font-weight: regular; color: #666666; text-decoration:italic; }
h6 { font-size: 10px; color: #555555; line-height: 18px; letter-spacing: inherit; font-family: Georgia; font-weight: bold; background-color: #FFFFFF; }
h7 { font-size: 64px; color: #FF3300; }

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

#once { clear: left; }