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

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

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

a:link {
color:#696969;
text-decoration: none;
}
a:active {
color:#696969;
text-decoration:none;
}
a:visited {
color:#696969;
text-decoration:none;
}
a:hover {
color:#00FF00;
text-decoration:underline;
}

a img { border: none; }

#menu {
	width: 165px;
	overflow: auto;
	top: 150px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: ;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
        text-align: center;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 9px;
        text-align: center;
}

#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
        text-align: center;
}

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


#menu .container { padding: 21px 0 21px 21px; }
#content .container { padding 21px; }


.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
