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

body {
	font-size: 14px;
	font-family: Helvetica;
	background: #fff;
	color: #5D5D5D;
	letter-spacing: 7px
}

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

a:link { text-decoration: none; }
a:active { text-decoration:blink }
a:visited { text-decoration: none; color: #666; }
a:hover {color:red;
		text-decoration:line-through;
}

a img { border: none; }

#menu {

    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	
	
}

#menu ul {
cursor:pointer;
letter-spacing:normal;
line-height:1.6em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
letter-spacing: 1px;
font-size: 11px;
}

#menu ul li.section-title { 
}

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

.container {
    padding: 30px 30px 30px 50px;
   
}

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



h1 { font-size: 32px;
	font-family:Helvetica;
	}
	
h2 { font-size: 24px;
	}
h3 { font-size: 16px;
	font-family:Helvetica;}
P { font-size: 11px;
text-align: right;
	font-family:Helvetica;
	 letter-spacing: 1px}




* {
margin:0;
padding:0;
}


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

#once { clear: left; }

.footer {
background:#FFFCF5 none repeat scroll 0;
bottom:0;
font-family:"Helvetica Neue",Arial;
font-size:10px;
padding:2px;
position:fixed;
right:0;
}
