/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/
*
{
	margin: 0px;
	padding: 0;
	/*[empty]color:;*/
	/*[empty]width:;*/
	/*[empty]height:;*/
}
BODY
{
	font-size: 15px;
	font-family: Georgia;
	background: transparent;
	padding: 0;
	margin: 0;
	/*+placement:shift 0px 102px;*/
	position: relative;
	left: 0px;
	top: 102px;
}
BODY.section-1
{
	padding: 0;
	margin: 0;
}
BODY.section-2
{
}
BODY.section-3
{
}
A:link
{
	text-decoration: none;
	color: #010101;
}
A:active
{
	text-decoration: none;
	color: #000000;
}
A:visited
{
	text-decoration: none;
	color: #0195FF;
}
A:hover
{
	text-decoration: none;
	color: #0195FF;
}
A IMG
{
	border: none;
}
#menu
{
	width: 220px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: transparent;
	font-size: 24pt;
	/*[empty]color:;*/
	text-decoration: none;
	margin: 0 0 0 35px;
}
#menu UL
{
	list-style: none;
	margin: 0 0 4px;
	font-size: 11pt;
	text-decoration: none;
	/*[empty]color:;*/
	line-height: 1.4;
}
#menu UL LI.section-title
{
	font-size: 16pt;
	text-decoration: underline;
	line-height: 1.2;
	margin: 0 0 3px;
}
#content
{
	height: 100%;
	margin: -48px 0 0 270px;
	top: 0;
	line-height: 1.5;
	font-size: 9pt;
}
.container
{
	padding: 0px 0px 0;
	margin: 0;
}
#content P
{
	margin-bottom: 0px;
}
P
{
	margin: 0 0 24px;
	/*[empty]color:;*/
	background-image: inherit;
	/*[empty]line-height:;*/
}
H1
{
	font-size: 32px;
	/*[empty]color:;*/
}
H2
{
	font-size: 24px;
	/*[empty]color:;*/
}
H3
{
	font-size: 16px;
	/*[empty]color:;*/
}
H4
{
	font-size: 12px;
	/*[empty]color:;*/
	/*[empty]line-height:;*/
}
#img-container
{
	margin: 0;
	padding: 0;
	/*[empty]color:;*/
}
#img-container P
{
	width: 400px;
	margin: 0;
	padding: 0;
}
#once
{
	clear: left;
	/*[empty]color:;*/
	padding: 0;
}
