/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-size: 12px;	font-family: "arial", sans-serif;	background: #fff;}body.section-1 { }body.section-2 { }body.section-3 { }a { text-decoration: none;font-family: "arial", sans-serif;color:#000000;}a:active { text-decoration: none;color:#999999;}a:visited { text-decoration: none; color:#000000;}a:hover {color:#999999;text-decoration: none;}a img { border: none; }#menu {    width: 190px;    overflow: auto;    top: -90px;	left: 55px;    position: fixed;    height: 100%;	background-color: #fff;}#menu ul { color: #000000; font-family: "arial"; font-weight: normal;  text-decoration: none; list-style: none; margin:0 7px 0 0; padding:0px 0px 0px 0px;text-align: right;}#menu ul li.section-title { color: #000000; font-family: "arial"; font-size: 17px;  font-weight: normal;  text-decoration: none; list-style: none; margin:0 0px 3px 0; padding:3px 0px 0px 0px;text-align: right;}#menu ul li.section-title:hover {color:#999999}#menu li.active a {font-size: 13px; color: #666666;}#content {    height: 100%;    margin: 0px 0 0 270px;	top:0;}.container {    padding: 110px 5px 25px 5px;}#content p { width: 400px; margin-bottom: 9px; margin-left:0px; line-height:17px; }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; top:0px;}#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }#once { clear: left; }