/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/
*
{
	margin-left: 0;
	padding: 0;
	margin-top: 0;
}
BODY
{
	font-size: 12px;
	font-family: "Times New Roman", times;
	background: #FFF;
	text-align: left;
}
BODY.section-1
{
	font-size: 12px;
}
BODY.section-2
{
	font-size: 12px;
}
BODY.section-3
{
	font-size: 12px;
}
A:link
{
	text-decoration: none;
	color: blue;
}
A:active
{
	text-decoration: none;
}
A:visited
{
	text-decoration: line-through;
	color: black;
}
A:hover
{
	text-decoration: underline;
}
A IMG
{
	border: none;
}
#menu
{
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #FFF;
}
#menu UL
{
	list-style: none;
	margin: 0 0 12px;
}
#menu UL LI.section-title
{
	font-weight: bold;
}
#content
{
	height: 100%;
	margin: 0 0 0 215px;
	top: 0;
}
.container
{
	padding: 5px 5px 25px;
}
#content P
{
	width: 400px;
	margin-bottom: 9px;
}
P
{
	margin: 0 0 9px;
}
H1
{
	font-size: 24px;
	text-decoration: underline;
	letter-spacing: -0.04em;
	background-color: #FFF;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0;
}
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;
}
#once
{
	clear: left;
}
