/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px; color: #666;
	font-family: helvetica;
	background: #FFF;
	line-height: 13px;

}

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

a:link { text-decoration: none; color: #BBBBBB; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #AAAAAA; }
a:hover { text-decoration: none; color: #FFF; background: #BBBBBB; }

a img { border: none; }

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

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

#menu ul li.section-title {      
	margin: 10px 20px 5px 0;
	font-weight: bold;
}

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

.container {
    padding: 30px 30px 35px 30px;
}

#content p { width: 500px; margin-bottom: 9px; margin-top: 5px;
}

p {
    margin: 9 9 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; color: #fff; background: #999999; }
h6 { font-size: 10px; color: #fff;}
h7 { font-size: 8px; color: #d8d8d8;}
h8 { text-decoration: bold; font-size: 11px; color: #666; }
h9 { font-size: 8px; color: #fff;}

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

#once { clear: left; }
