/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com)


*/
* {
	margin: 0;
	padding: 0;
}

body {
	background:none repeat scroll 0 0 #FFFFFF;
color:#254117;
font-family:"georgia" ,serif;
font-size:11px;
letter-spacing:0.1em;
line-height:14px;
}

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

a:link {
color:#333333;
text-decoration:none;
}
a:active {
color:#333333;
text-decoration:none;
}
a:visited {
color:#333333;
text-decoration:none;
}
a:hover {
color:#333333;
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {
background-color:#FFFFFF;
bottom:0;
height:100%;
left:0;
overflow:auto;
position:fixed;
top:5px;
width:150px;
}
#menu ul {
list-style:none outside none;
margin:22px 0 22px 2px;
}
strong, #menu ul li.section-title {
color:#333333;
font-size:10px;
font-weight:normal;
text-decoration:underline;
}
#content {
height:100%;
margin:0 0 0 260px;
top:0;
}
.container {
padding:15px 5px 25px;
}
#content p {
margin-bottom:9px;
width:400px;
}
p {
margin:0 0 9px;
}
h1 {
font-size:32px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
h5 {
font-size:10px;
}
#img-container {
margin:1;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;



