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

body {
	font-size: 11px;
	font-family: Helvetica; sans-serif;
	background: #fff;
	letter-spacing: 1px;
	padding: 4px;
}

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

a:link { text-decoration: none; background: none;
	color: #404B5D;
	letter-spacing: 1px;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; background: none;
	color: #404B5D;
	letter-spacing: 1px;}
a:hover { text-decoration: none; background: none;
	color: #9FA3AE;
	letter-spacing: 1px;}

a img { border: none; }

#menu {
    width: 215px;
	height: 2000px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	background-color: #fff;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: right;
	font-size: 11px;
}

#menu ul li.section-title { 
	text-align: right;
	letter-spacing: 1px;
	color: #404B5D;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

#content {
    height: 2000px;
    margin: 0 0 0 215px;
    top: 0px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ position: absolute; left: 225px; top: 0px; width: 800px; margin: 5px; padding: 0px 0px;
 }

#img-container p	{ width: 800px; margin: 0; padding: 0 0 5px 0;
 }

#once { clear: left; }

