* {
margin:0;
padding:0;
}
body {
background:#FFFFFF none repeat scroll 0 0;
font-size: 12px;
font-family: Courier New, Courier, monospace;
text-transform:none;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color: #00FFFF; }
a:visited { text-decoration: none; color: #999; }
a:hover {
	text-decoration: none;
	color: #333333;
	background: #CCCCCC;
}


a img { border: none; }


#menu {
bottom:15px;
left:0px;
line-height:15px;
overflow:auto;
position:fixed;
text-align:right;
top:30px;
width:200px;
background-color: #fff;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
}
#menu ul li.section-title {
font-weight:bold;
padding-top:11px;
text-transform:none;
}
#content {
float:left;
height:100%;
margin:0;
padding-left:280px;
padding-top:30px;
}
.container {
padding:5px 5px 25px;
}
#content p {
margin-bottom:9px;
width:600px;
}
p {
margin:0 0 9px;
}
h1 {
font-size:10px;
}
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;
}
#once {
clear:left;
}
