/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	background-color: white;	color: black;	font: normal 16px "Times New Roman", Times, serif}body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none;	color: black;}a:active { text-decoration: none;	color: black;}a:visited { text-decoration: line-through; color: black; }a:hover { color: green; text-decoration: none;  }a img { border: none; }#menu {	width: 300px;	/*overflow: auto;*/	top: 0pt;	/*bottom: 0;*/	left: 0pt;	position: fixed;	height: 400px;	text-align: right;	margin-left: -320px;}#menu ul {	list-style: none;	margin: 10px 0 15px 18px;	font: normal 16px "Times New Roman", Times, serif;}#menu p, #menu ul li.section-title {		color: black;	margin: 0px 0 3px;	font: normal bold 16px "Times New Roman", Times, serif;	text-decoration: none;}#menu p a {font-family: "Times New Roman", Times, serif; font-size: 16px;}#menu a {background: none repeat scroll 0 0; color: black;}#menu ul li a:hover {color: green;	text-decoration: none;}		#menu ul li a:active {color: black;}/* Menu above Image Container */#content p { 	width: 600px; 	margin-bottom: 8px; 	color: ; 	line-height: 1.2; 	padding-top: 10px;	margin: 0;	padding-left: 15px;	padding-bottom: 4px;}#content {    /*height: 100%;    top: 0;*/}.container {	width: 90%;	margin: 40pt 0 0 270px;	color: black;}p {    margin: 0 0 0px;	padding-left: 11px;	padding-top: 10px;}h1 { font-size: 30px; }h2 { font-size: 25px; }h3 { font-size: 20px; }h4 { font-size: 18px; }h5 { font-size: 16px; }#img-container	{ 	width: 600px; 	margin: 0;	background-color: white;	padding-top: 0;	padding-left: 11px;}#img-container p	{ 	width: 600px; 	margin: 0 0 10px; 	padding: 0 0 13px;	background-color: white;	}#once { clear: left; }
