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

body {
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	background:#919090;
	letter-spacing:1px;
	color: #ffffff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {text-decoration: none; color:#ffffff; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: none; color: #ffffff; }

a img { border: none; }

#menu {
	width: 251px;
	overflow: auto;
	top: 25px;
	bottom: 0;
	position:fixed;
	height: 100%;
	background-color:#919090;
}

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



#menu ul li.section-title { background-color:#919090; }

#content {
    height:100%;
    margin: 48px 0 0 247px;
	font-size:13px;
	color:#ffffff;

}

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

#content p { width: 500px; margin-bottom:29px; }

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: 0; padding: 0; float:left;}
#img-container p	{ width: 500px;  margin: 0; padding: 0 0 12px 0;}

#once { clear: left; }

td {
	padding-right:10px;}
