/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: none; color: #660000;
	background: #fff;
}

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

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

a img { border: 0px; }

#menu {
    width: 250px;
    overflow: auto;
    top: 10px;
    bottom: 15px;
	left: 5px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 5px 5px 25px 5px;
<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">
var pageTracker = _gat._getTracker("UA-4319843-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
}

#content p { width: 600px; margin-middle: 0px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
