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

body {
        background-color: #FFFFFF;
	color: #000000;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 0.8em;
        line-height: 1.35em;



}

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

a:link { text-decoration: none; color: #666 }
a:active { text-decoration: none; color: #666}
a:visited { text-decoration: line-through; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 230px;
    
    top: 0px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color:;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	
}

#menu ul li.section-title {font-family: font-family: Helvetica; Arial;;
    font-style: normal;
    font-size: 1.6em;
    font-weight: normal;line-height: 30px;}


#content {
    height: 100%;
    margin: 0 0 0 260px;
    top: 0;
}

.container {
    padding:px 5px 25px 5px;
}

#content p {width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 1.7em;}
h2 { 
	color: #242424;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 0.8em;
        line-height: 1.35em;}
h3 {border-top: 1px dotted #000000;
    color: #000000;
    font-family: Georgia;
    font-size: 10px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    line-height: 3em;
    padding: 0;}
h4 { font-size: 12px; }
h5 {font-family: font-family: Helvetica; Arial;;
    font-style: normal;
    font-size: 1.6em;
    font-weight: lighter;
    line-height: 14px;}
    
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 00px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }