/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

body.section-1 {
	color: #000000;
	font-weight: normal;
}
body.section-2 {
	color: #000000;
}
body.section-3 {
	color: #000000;
}
#top {
	border: 2px solid #000000;
	background-color: #999999;
	float: none;
	height: 100px;
	width: 300px;
	left: 0px;
	top: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a img { border: 0px; }

#menu {
	width: 200px;
	top: 10px;
	bottom: 15px;
	left: 15px;
	position: fixed;
	height: 100px;
	float: none;
}

#menu ul {
	list-style: none;
	width: 200px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul li.section-title {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 345px;
	float: none;
	width: 250px;
	height: 400px;
	top: 200px;
	border: 0px solid #000000;
	clear: both;
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	overflow: visible;
	width: 1100px;
	height: 50px;
}

#content p {
	width: 400px;
	margin-middle: 0px;
}
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: none;
	z-index: auto;
	overflow: auto;
}
