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

body {
	background-color: #222;
	font-family: "Lucida Grande", "Univers", "Verdana", sans-serif;
	color: #DDD;
	font-size: 13px;
}

a, a:link, a:visited { 
	text-decoration: none; 
	color: #5D87A3;
}
a:active, a:hover { 
	text-decoration: underline; 
}

hr {
	border: none;
	border-bottom: 1px solid #444;
	margin: 20px 0;
}

a img { border: none; }

#menu {                
		background-color: #222;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
		left: 0;
    position: fixed;
    height: 100%;
    margin: 20px;
}

#menu ul {
	margin: 20px 20px 20px 0;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.4em; 
	font-family: "Georgia", serif;
	list-style-type: none;
}

#menu ul.footer {
	margin: 20px 0 0 0;
}

#menu ul.footer li {
	font-size: 10px; 
	font-family: "Lucida Grande", "Univers", "Verdana", sans-serif;
	color: #444; 
	line-height: 1.5em; 
	list-style: none;
	text-align: left;
	margin: 0;
}

#menu ul li.section-title { 
	font-family: "Georgia", serif;
	font-size: 1.3em;
	padding: 0 0 10px 0;
	margin: 0;
}

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

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

#content p { 
	width: 600px; 
	margin: 0 0 20px 0; 
	padding-left: 14px; 
}

p {
    margin: 0 0 9px 0;
}

h1, h2, h3, h4 {
	font-family: "Georgia", serif;
	font-weight: lighter;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }