/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
font-family: helvetica, arial;
font-size: 11px;
font-weight:;
letter-spacing: .9px;
color: #777777; 
background: #FFFFFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#FF0000; background-color:; text-transform:lowercase; font-size:11px;}
a:visited { text-decoration: none; color:#FF0000; background-color:; text-transform:lowercase; font-size:11px;}
a:hover { text-decoration: none; color:#FF0000; background-color:; text-transform:lowercase; font-size:11px;}
a:active { text-decoration: none; color:#CCCCCC; background-color:; text-transform:lowercase; font-size:11px;}

a img { border: none; 
float: right
}


#menu {
    width: 250px;
    overflow: auto;
    top: 0px;
    left: 25px;
    position: fixed;
    height: 100%;
    background-color: #FFFFFF;
    text-align: left;
    padding: 108px 0px 0px 0px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 53px;

}

#menu ul a {
        line-height:13px;
}

#menu ul li.section-title { 
font-size:11px;
font-weight: normal;
line-height:13px;
margin: 0px 0 0 0;
}

#content {
    height: 100%;
    margin: 117px 0 0 300px;
    top: 0;
}

.container {
    padding: 0px 0px 0px 0px;
}

#content p { width: 400px; margin-bottom: 9px;line-height:13px;}
#content p a {line-height:13px;}

p {
    margin: 0 0 9px 0;
}

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	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }		