* {
	margin: 0px;
	padding: 0px;
}

body {
	background: black;
	color: white;
	font: 15pt/15pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5pt;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 4px;
	bottom: 0;
	left: 4px;
	position: fixed;
	height: 100%;
	background-color: black;
	font-size: 12pt;
	font-variant: normal;
	letter-spacing: 0pt;
	color: #ccc;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
}

#menu ul li.section-title { line height: 11pt;
	font-size: 12pt;
	font-variant: small-caps;
	color: #ccc;
	letter-spacing: 0.75pt;
}

#content {
	height: 100%;
	margin: 5px 0px 0px 215px;
}

.container {
    padding: 15px 5px 25px 5px; margin-left: 15px;
}

#content p {
	width: 800px;
	margin-bottom: 9px;
	color: #999;
}

p {
	color: white;
	font-size: 12pt;
	font-variant: small-caps;
	letter-spacing: 0.75pt;
	margin: 15px 0 9px 0;
}

h1 {
	font: normal 72px/36pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3pt;
	color: #999;
}
h2 {
	font: 13px/15pt Georgia, "Times New Roman", Times, serif;
	color: #999;
	letter-spacing: 0.3pt;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }.section-8 #menu .container ul .section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
}

