/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7260021-1");
pageTracker._trackPageview();
} catch(err) {}</script>

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { color: #282828; }
body.section-2 { color: #282828; }
body.section-3 { color: #282828; }

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #FF33CC;}
a:visited { text-decoration: none; color: #FF33CC; }
a:hover { text-decoration: none; color: #000000; background: #FF33CC; } 
a img { border: none; }

#menu {
    width: 215px;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 75%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { font-size: 12px; font-family: Helvetica, sans-serif; color: #000000; }

#menu ul {line-height: 16px;}

#content {
    height: 100%;
    margin: 20px 0 0 300px;
    top: 0;
}

.container {
    padding: 0px 0px 25px 25px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px; font-weight:bold; font-family: Helvetica, sans-serif; color: #000000; }
h2 { font-size: 12px; font-weight:bold; font-family: Helvetica, sans-serif; color: #000000; }
h3 { font-size: 14px; font-weight:bold; font-family: Helvetica, sans-serif; color: #000000; }
h4 { font-size: 00px; }

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

#once { clear: left; }