/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 9;
}

  body  {
font-size : 11px;
font-family : sans-serif, Georgia, ;
line-height : 16px;
letter-spacing : 0;
word-spacing : normal;
text-decoration : none;
background : #fff;
}
a:link {
text-decoration : none;
color : #666;
}
a:active {
text-decoration : none;
color : #666;
}
a:visited {
text-decoration : none;
color : #666;
}
a:hover {
text-decoration : none;
color :#B8EF3A;
}
a img {
border : none;
}
#menu {
width : 215px;
overflow : auto;
top : 0;
bottom : 0;
left: 30;30;
position : fixed;
height : 100%;
background-color : #fff;
}
#menu ul {
list-style : none;
margin : 0 0 12px 0;
}
#menu ul li.section-title {
font-weight : bold;
}
#content {
height : 100%;
margin : 0 0 0 220px;
top : 0;
font-size : 11px;
color : #222222;
font-family : Georgia, serif;
font-style : normal;
margin-top : 5px;
padding-top : 10px;
border-top-color : #cccccc;
border-top-style : solid;
border-top-width : 1px;
}
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;
}
#img-container {
margin : 0;
padding : 0;
}
#img-container p {
width : 400px;
margin : 0;
padding : 0 0 12px 0;
}
#once {
clear : left;
}
#menu h2 {
display : none;
}
#img-container p {
margin-bottom : 18px;
}
#img-container p span {
line-height : 18px;


