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

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

body.section-1 { 
}
body.section-2 { 
}
body.section-3 {
}
a:link {
	text-decoration: underline;
	color: #3399FF;
}
a:visited { text-decoration: underline; color: #98B6CA; }
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

a img { border: none; }

#menu {
    width: 230px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

#menu ul {
	line-height: 14px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-weight: bold;
	color: #FF0000;
}

#menu ul li.active a {
	color: #3399FF;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
}

.container {
    padding: 20px 10px 25px 25px;
}

#content p { width: 800px; margin-bottom: 10px; }

p {
	margin: 0 0 9px 0;
	color: #666666;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	color: #6A6961;
}
h2 {
	font-size: 24px;
	color: #6A6961;
}
h3 {
	font-size: 16px;
	color: 6A6961;
}
h4 {
	font-size: 10px;
	color: #6A6961;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
.allan1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	clear: left;
	border-top: 2px none #000000;
	border-right: 2px none #000000;
	border-bottom: 2px dotted #000000;
	border-left: 2px none #000000;
	padding-bottom: 5px;
}
