* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
  text-indent: 0; color: #AAAAAA;
  background: #000000;
  line-height: 10px
}

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

a:link { text-decoration: none; color: #AAAAAA; text-indent: 5px }
a:active { text-decoration: none; color: #AAAAAA; text-indent: 5px }
a:visited { text-decoration: none; color: #666666; text-indent: 5px }
a:hover { text-decoration: none; color: #FFFFFF; text-indent: 5px }

a img { border: none; }

#menu {
    width: 190px;
    overflow: auto;
    top: 50px;
    bottom: 0px;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: black;
}

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

#menu ul li.section-title { font-size: 8; font: normal; font-weight: bold; text-decoration: none; color: #FFFFFF; white-space:  ; background-color: #313131; text-indent: 5px; line-height: 2; margin-bottom: 8px }

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

.container {
    padding: 15px 10px 0px 10px;
}

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

p {
    margin: 0 0 0 0;
}

h1 { font-size: 10px; color: #99CC33; text-indent: 0; font-variant: normal }
h2 { font-size: 10px; color: #FFFFFF; font: normal; text-indent: 0; background-color: #FFFFFF }
h3 { font-size: 9px; color: #BBBBBB; text-indent: 0px }
h4 { font-size: 16px; color: #FFFFFF; font-variant: normal; text-shadow: 1#000000 }
h5 { font-size: 12px; color: #FFFFFF; text-indent: 5px; font-variant: normal }
h6 { font-size: 9px; color: #BBBBBB; font: italic; text-indent: 5px }
h7 { font-size: 32px; color: #bcb794; font: bold; text-indent: 0px }
h8 { font-size: 11px; color: #F2E0C9; font: bold; text-indent: 0px }



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

#once { clear: left; }