/*** CSS* * @author Vaska * @author Gregory Cadar* @author evil*/* {	margin: 0;	padding: 0;}body {	font-size: 11px;	font-color: #323232;	font-family: "Andale mono",Lucida Console,Courier New,Courier,monospace;	background: #fff;}body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none; color: #323232; }a:active { text-decoration: none; color: #000000; }a:visited { text-decoration: none; color: #454545; }a:hover { background:#E0E0E0; color:#454545; text-decoration: none;}a img { border: none; }#menu {	font-family: "Courier New",Courier,monospace;    width: 215px;    overflow: auto;    top: 0;    bottom: 0;	left: 15px;    position: fixed;    height: 100%;	background-color: #fff;}#menu ul {	list-style: none;	font-size: 11px;	font-family: "Courier New", Courier, monospace;	margin: 25px 0 12px 0;	background-color: #FFFFFF;}#menu ul li.section-title { 	color:#000;	font-size: 13px;	font-family: "Georgia", Times New Roman, Times, serif;	font-weight: Bold;	font-style: Italic;}#content {    height: 100%;    margin: 0 0 0 215px;    top: 0;}.container {    padding: 5px 5px 25px 25px;}#content p { width: 400px; margin-top: 170px; margin-bottom: 9px; }p {    margin: 0px 0 10px 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: 0px; padding: 0 0 12px 0; }#once { clear: left; }