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

body {
	background: #fff;
	/* url(http://hadleyhooper.com/images/editorialBg.gif); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC
}

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

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

a img { border: none; }


#menu {
    width: 262px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	z-index: 1;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 12px;
	color:#cccccc

}

#menu ul li.section-title {
	list-style: circle url(none);
	font-size: 13px;
	color:#dddddd
}

#content {
    height: 100%;
    margin: 0 0 0 262px;
    top: 0;
	z-index: 1;

}

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

#content p { width: 550px; margin-bottom: 9px; z-index: 1;}

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

#once { clear: left; }

.logotop {
	position: fixed;
	height: 22px;
	width: 232px;
	left: 30px;
	top: 30px;
	z-index: 10000;
}

.thebodybg {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 70px;
	background-color: #333333;
	z-index: -100;

}
