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

body {
	font-size: 9.25px;
	font-family: Monaco, Verdana, "Courier New", monospaced;
	background: #F0F0F0;
	letter-spacing: 1px; 
	line-height: 15.5px
}

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

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

a img { border: none; }

#menu {
	width: 235px;
	float: left;
	overflow: auto;
	top: 24px;
	bottom: 0;
	left: 25px;
	position: fixed;
	height: 100%;
	background-color: #F0F0F0;
	}
	


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

#menu ul li.section-title 
	{background: ##F0F0F0;
	font-size: 15px;
	font-style: bold;
	font-family: Helvetica, arial;
	background: #F0F0F0;
	letter-spacing: 0px; 
	line-height: 18px
}


#content { height: 100%;
margin: 149px 0 0 325px;
top: opx;
}

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

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

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

#once { clear: left; }