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

body {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	line-height: 15px;
}

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

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

a img { border: none; }

#menu {
    width: 215px;
    padding: 10px 0 0 0;
    overflow: auto;
    top: 10;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-size: 12px;
	border-bottom: 1px solid #f04e23;
	margin-bottom: 5px;
 }

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

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

#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	{ margin: 500 0 0 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

div#postnav { 
	position: absolute;
	bottom: 1px;
	padding: 15px 15px 0 15px;
	color: #666;
	font-size: 8px; 
	font-family: Helvetica, arial, sans-serif;
}

div#indxlnk { 
	position: absolute;
	bottom: 15px;
	padding: 15px 15px 0 15px;
	color: #666;
	font-size: 8px; 
	font-family: Helvetica, arial, sans-serif;
}
p.bighelv {
	padding-left: 3px;
	font-family: Helvetica, arial, san-serif;
	font-size: 50px; 
	color: #fff;
	line-height: 52px;
}

p.deschelv {
	padding-left: 3px;
	font-family: Helvetica, arial, san-serif;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

p.subhelv {
	padding-left: 3px;
	font-family: Helvetica, arial, san-serif;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

p.bodhelv {
	padding-left: 24px;
	font-family: Helvetica, arial, san-serif;
	font-size: 10px;
	color: #000;
	line-height: 15px;
}
