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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, InfoText-Normal, Georgia;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #333333;
}
a:active {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
}

a img { border: none; }

#menu {
	width: 215px;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	overflow: visible;
	float: left;
	visibility: visible;
}

#menu ul {
	margin: 0 0 12px 0;
	overflow: visible;
	visibility: visible;
}

#menu ul li.section-title {
	font-weight: 800;
}

#content {
	margin: 0 0 0 220px;
	top: 0;
}

.container {
	padding: 5px;
}

#content p {
	width: 400px;
	margin-bottom: 5px;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-position: left;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 12px; }
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; }