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

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	line-height:12pt;
	letter-spacing: .2px;
}

body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
ul {
list-style-type:none;
margin-left:0;
padding-left:0;
}
#inline-list {
font-family:Georgia,"Times New Roman",Times,serif;
}
#inline-list p {
display:inline;
}
#inline-list ul, #inline-list li {
display:inline;
font-weight:normal;
margin:0;
padding:0;
}
a:link {
color:#000000;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:line-through;
}
a img {
border:medium none;
}
#menu {
bottom:0;
height:100%;
left:40px;
line-height:12pt;
margin-bottom:20px;
overflow:auto;
position:fixed;
top:214px;
width:203px;

}
#menu p {
background-color:#;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 16px 0 0;
opacity:0.9;
padding:0 0 0px 5px;

}
#menu ul {
background-color:#;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 16px 0 0;
opacity:0.9;
padding:0 0 0 6px;

}
#menu ul li.section-title {
border-top:none;
color:black;
line-height:11.5pt;
width:150px;
}
#menu ul li {
border-top:none;
color:black;
line-height:11.5pt;
width:150px;
}
#content {
height:100%;
margin:0 0 0 210px;
top:0;
}
.container {
padding:50px 5px 25px 17px;
}
.container ul {
list-style-type:none;
margin-left:0;
padding-left:0;
}

#content p {
margin-bottom:9px;
}
#content .container p {
position:relative;
top: 246px;
width:400px;
}
p {
margin:0 0 9px;
}
#hor {
float:left;
height:450px;
white-space:nowrap;
width:10000px;
}
h1 {
font-size:11px;
}
h2 {
font-size:11px;
}
h3 {
font-size:11px;
}
h4 {
font-size:11px;
}
#img-container {
margin:0;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left; }