/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
margin:0;
padding:0;
}
body {
color:#565656;
font-family:verdana;
font-size:10px;
line-height:18px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#aaaaaa;
text-decoration:none;
}
a:active {
color:#aaaaaa;
text-decoration:none;
}
a:visited {
color: #5e5c56;
text-decoration:line-through;
}
a:hover {
background-color:#a2a2a2;
color:#FFFFFF;
text-decoration:none;
}
#menu {
background-color:#000000;
color:#ffffff;
font-family:verdana;
height:auto;
left:0;
line-height:18px;
margin-left:0px;
margin-top:0px;
overflow:auto;
position:absolute;
top:0;
width:197px;
padding-left:18px;
padding-top:9px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 18px;
}
#menu ul li.section-title {
color:#ffffff;
font-family:verdana;
font-size:10px;
}
#content {
height:100%;
margin-left:225px;
margin-top:9px;
}
.container {
padding:18px;
}
#content p {
margin-bottom:18px;
width:650px;
}
p {
}
h1 {
background-color:#FFFFFF;
color:#5e5c56;
font-size:10px;
font-weight:lighter;
margin-bottom:-18px;
text-indent:5px;
text-transform:uppercase;
width:650px;
}
h2 {
background-color:#5e5c56;
color:#FFFFFF;
font-size:10px;
font-weight:lighter;
margin-bottom:18px;
text-indent:5px;
text-transform:uppercase;
width:650px;
}
h3 {
background-color:#FFFFFF;
color:#666666;
font-family:verdana;
font-size:11px;
font-weight:normal;
line-height:18px;
margin-bottom:18px;
width:650px;
}
h4 {
background-color:#988a6f;
color:#ffffff;
font-size:11px;
font-weight:normal;
margin-bottom:0;
text-indent:5px;
width:650px;
font-family:georgia;
font-style:italic;
}
h5 {
background-color:#c6b490;
color:#FFFFFF;
font-family:georgia;
font-size:11px;
font-style:italic;
font-weight:normal;
margin-bottom:18px;
margin-top:0;
text-indent:5px;
width:650px;
}
h6 {
background-color:#c6b490;
color:#ffffff;
font-size:10px;
font-weight:lighter;
margin-bottom:-18px;
text-indent:5px;
text-transform:uppercase;
width:650px;
}
h7 {
background-color:#000000;
color:#ebdea4;
text-decoration:underline;
}
#img-container {
margin:0;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:650px;
}
#once {
clear:left;
}