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

body {
	background: none repeat scroll 0 0 #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

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

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

a img { border: medium none; }

#menu {
    bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
	height: 100%;
	line-height: 16px
	margin-left: 0;
	position: fixed;
	text-align: right;
	top: 0;
	width: 320px;
}

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

#menu ul li.section-title { 
	color: #096
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
	font-weight: bold;
}
#content {
    height: 100%;
    margin: 64px 0 0 380px;
	position: relative
    top: 0;
}

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

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

p {
    margin: 0 0 9px;
}

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

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

#once { clear: left; }
#centered {
	background-color:#FFFFFF;
	height: 500px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}