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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
	word-spacing: normal;
	font-color: #F30;
	
}

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

a:link { text-decoration: none; color:#525252; }
a:active { text-decoration: none; background-color: #EC5528; color:#FFF; padding: 0px 3px; }
a:visited { text-decoration: none; color:#525252; }
a:hover { text-decoration: none; background-color: #EC5528; color:#FFF; padding: 0px 3px; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: #FFFFFF ;
	text-align:right;
}

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

#menu ul li.section-title {
	font-size: 11px;
	font-stretch: semi-expanded;
	font-weight: bold;
	color: #525252;
	text-align:right;
	}

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

.container {
    padding: 15px 15px 25px 15px;
}

#content p { width: 400px; 
margin: 0 0 9px 40px;
}

p {
    margin: 0 0 9px 0; line-height: 1 em; color: #525252; 
}

h1 { font-size: 70px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; font-weight: 300; letter-spacing: .8 px; }
h4 { font-size: 13px; font-weight: 100; letter-spacing: .8 px; line-height: 1.2 em; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 50px 0 14px 60px; }

#once { clear: left; }
