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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #FFFFFF;
}

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

a:link { text-decoration: none; color: #333333;}
a:active { text-decoration: underline; color: #000000;}
a:visited { text-decoration: underline; color: #666666; }
a:hover { text-decoration: underline; color: #ff6600;}

a.one:link, a.one:visited, a.one:active, a.one:hover { text-decoration: underline; font-size: 2; color: #ff6600 }

a img { border:none; }

#menu {
	width: 220px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;

}

#menu ul {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menu ul li.section-title {
	line-height: 18pt;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	font-size: 8pt;
}

#menu ul li.active a {
	color: #FF8C00;
	text-decoration: none;
}

#content {
	width: 915px;
	height: 100%;
	margin: 0 0 10px 235px;
	top: 0;
}

.container {
	padding: 6px 6px 6px 6px;
}

#content p {
	width: 915px;
	margin-bottom: 6px;
}

p {
	margin: 0 0 6px 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: 615px;
	margin: 0px;
	padding: 0 0 0 0;
}

#once { clear: left; }
