* {
	margin: 0;
	padding: 0;
}
html {
background:#CCCCCC;
}
body {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #333333;
	line-height:14px;
	background:#CCCCCC;
}

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

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	padding-top:40px;
	padding-left:48px;
    position: fixed;
    height: 100%;
	background: #CCCCCC;
}

#menu ul {
	list-style: none;
	margin-bottom: 14px;
}
#menu ul li.section-title {
font-weight:bold; }

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

.container {
    padding: 0 0 0 0;
}

#content p { width: 400px; margin-bottom: 14px; }

p {
    margin: 0 0 9px 0;
}

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

#once { clear: left; }