/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-size: 10px;	font-family: Verdana, sans-serif;	background-color: #FFF;	color:#000000;	/*background-image:url(http://www.naomistuff.co.uk/images/bg.gif);	background-position:top left;	background-repeat:repeat;*/	}h2 {padding:0px; margin:0px; font-size:11px; font-weight:bold;}body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none; color:#a7d9ea; /*font-weight:bold; */}a:active { text-decoration: none; color:#a7d9ea; /*font-weight:bold;*/}a:visited { text-decoration: none; color:#a7d9ea; /*font-weight:bold;*/}a:hover { text-decoration: none; color: #fff; background-color:#a7d9ea; }a img { border: none; }#menu {    width: 215px;    overflow: auto;    top: 0;    bottom: 0;	left: 0;    position: fixed;    height: 100%;	background-color: #fff;	border-right:#a7d9ea dashed 1px;	margin:0, 10px, 10px, 0;	padding-right:10px;	text-align:left;	padding-top:20px;	line-height:1.5em;}#menu ul {	list-style: none;	margin: 10px 0 12px 0;}#menu ul li.section-title {font-weight:bold;color:#000;font-size:11px;}#menu a {font-weight:normal; color:#000000;}#content {    height: 100%;    margin: 10px 0 0 240px;    top: 0;}.container {    padding: 5px 5px 25px 5px; margin-left:30px;}#content p { line-height:1.3em; width: 600px; margin-bottom: 9px; margin-top:10px; background-color:#FFFFFF; text-align:left; /*border:#a7d9ea dashed 2px;*/ }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; }