	/**

	* CSS

	* 

	* @version 1.0

	* @author Vaska 

	* @author Gregory Cadar

	*/

	* {

		margin: 0;

		padding: 0;

	}

	

	body {
	font-size: 40px;
	font-family: Georgia, "Times New Roman";
	background-color: #2a2827;
	color: #080807;
	line-height: normal;
	font-style: italic;
	}

	

	body.section-1 { }

	body.section-2 { }

	body.section-3 { }

	

	a:link {
	color: #000000;
	text-decoration: none;
	}

	a:active {
	color: #666;
	text-decoration: blink;
	}

	a:visited {
	color: #121111;
	text-decoration: none;
	}

	a:hover {
	color: #2d2b29;
	background-color: #FFF;
	}

	

	a img {

	border: none;

}

	

	#menu {
	width: 230px;
	overflow: hidden;
	top: 0px;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: #2A2827;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 0px;
	font-family: Georgia, "Times New Roman";
	font-size: 12pt;
	color: #575553;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	line-height: 16pt;
	text-align: right;
	font-style: italic;
	}

	

	#menu ul {

	list-style: none;

	}

	

	#menu ul li.section-title {
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	line-height: 25px;
	color: #575553;
}

	

	#content {
	height: 80%;
	top: 0px;
	margin-top: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 275px;

	}

	

	.container {

		padding: 5px 5px 25px 5px;

	}

	

	#content p {

	width: 85%;

	margin-bottom: 40px;

	}

	

	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; }

