/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar* @author Hugo Larsson*/* {	margin: 0;	padding: 0;}body {	font-size: 10px;	font-family: Verdana, sans-serif;	background: #fff;}body.section-1 {	position: relative;}body.section-2 { }body.section-3 { }a:link { text-decoration: none; color: #33A1C9; }a:active { text-decoration: none; color: #838B8B; }a:visited { text-decoration: none; color: #33A1C9; }a:hover { text-decoration: underline; }a img { border: none; }#menu {    width: 215px;    /*overflow: auto;*/    top: 180px;    bottom: 0;	left: 50px;    position: absolute;    height: 100%;	background-color: #fff;}#menu ul {	list-style: none;	margin: 0 0 12px 0;}#menu ul li {	font-size: 15px;	font-style: italic;}#menu ul li.section-title {	text-decoration: underline;	text-transform: uppercase;	font-size: 20px;	margin-bottom: 8px;	font-style: normal;}#content {	position: absolute;	top: 180px;	left: 330px;}.container {    /*padding: 100px 100px 25px 5px;*/	position: relative;}.top-name {	position: absolute;	top: -120px;}#content p { width: 400px; margin-bottom: 9px; }p {    margin: 0 0 9px 0;}h1 { 	font-size: 40px; 	font-family: arial;	text-transform: uppercase;}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; }