* {
margin:0;
padding:0;
}
body {
	background:#FFFFFF none repeat scroll 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#666666;
text-decoration:none;
}
a:active {
color:#333333;
text-decoration:none;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {
background-color:#FFFFFF;
bottom:0;
height:100%;
left:25px;
overflow:auto;
position:fixed;
top:0px;
width:250px;

}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
}
#menu ul li.section-title {
}
#content {
height:100%;
margin:0 0 0 260px;
top:0;
}

h1 {
	font-size:32px;
	font-family: "Courier New", Courier, monospace;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
	margin:0;
	padding:0;
	
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
.container {
	padding-top:25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#content p {
margin-bottom:9px;
width:600px;
}
p {
margin:0 0 9px;
}
#once {
clear:left;
}