/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}
body {	font-family: Georgia;	background-color: #FFFFFF;	color: #303030;	text-decoration: none;	word-spacing: normal;	text-align: left;	letter-spacing: 0;	line-height: 15px;	font-size: 12px;}body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none; color: slategrey; }a:active { text-decoration: line-through; color: darkslategrey; }a:visited { text-decoration: none; color: lightslategrey; }a:hover { text-decoration: underline; color: darkslategrey; }a img { border: 2px; }#menu {    width: 224px;    overflow: auto;    top: 25px;    bottom: 0;	left: 42px;    position: fixed;    height: 100%;	background-color: #fff;}#menu ul {	list-style: none;	margin: 0px 0px 0px 0px;}#menu ul li.section-title { 
	margin-left: 0px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 8px;
}#content {    height: 100%;    margin: 90px 45px 0 286px;    top: 0;}.container {    padding: 1px 1px 1px 1px;}#content p { width: 400px; margin-bottom: 9px; }p {    margin: 0 0 9px 0;}h1 { font-size: 32px; }h2 { font-size: 29px;
	line-height: 29px;
	color: #303030;
 }h3 { font-size: 12px;
	background-color: #FFFFFF;	color: slategrey;
	line-height: 25px; }
h3b { font-size: 14px;	color: #303030;
	line-height: 15px; }h4 { font-size: 11px;
	background-color: #303030;	color: #FFFFFF;
	line-height: 12.5px;
}

h5 { font-size: 45px;
	line-height: 48px;
}#img-container	{ margin: 0; padding: 0; }#img-container p	{ width: 400px; margin: 0; padding: 0 0 25px 0; }#once { clear: left; }