
* {
	margin: 0;
	padding: 0;
}
body { color: #FFFFFF; line-height:165%; font-size: 12px;
	font-family: Verdana; background-color:#000000;
	
	}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #FF66FF }
a:active { text-decoration: none; color: #999999 }
a:visited { text-decoration: none; color: #66CCFF; }
a:hover { text-decoration: underline; }

a img { background-color: #000000; border: none; }

#menu {
	line-height:150%;
	font-size: 11px;
    width: 165px;
    overflow: auto;
    top: 10px;
    bottom: 30px;
	left: 5px;
    position: fixed;
    height: 100%;
	background-color: #000000;
}
#menu ul {font-size: 11px;line-height:100%;
	list-style: none;
	margin: 5px 0 5px 0px; background-color: #000000
}

#menu ul li.section-title {font-size: 12px;line-height:110%; margin: 0px 0px 0px 0px
}
#content {
    height: 100%;
    margin: 0 0 0 100px;
    top: 0;
}
.container { background-color:#000000; 
    padding: 0px 5px 15px 5px;
}
#content p { width: 600px; margin-bottom: 9px; margin-left: 80px }
p {
    margin: 0 0 0 0px;
}
h1 { margin-left: 100px; color: #FFFFFF; line-height:90%; letter-spacing: normal; font-size: 12px;
	font-family: Verdana; background-color:#FFFFFF ; }
h2 { font-size: 12px; }
h3 { font-size: 9px; }
h4 { font-size: 10px; }

#img-container	{ margin-left: 60px; margin-top: 10px; padding-left: 15px }
#img-container p	{ width: 650px; }

#once { clear: left; }

