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

body {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Georgia,sans-serif;
    font-size: 14px;
}

body.section-1 { background-color: #FFFFFF }
body.section-2 { background-color: #FFFFFF }
body.section-3 { background-color: #FFFFFF }

a:link { background: #fff; text-decoration: none; color: #000000; }
a:active { background: #fff; text-decoration: none; color: #4AD2D5; }
a:visited { background: #fff; text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #4AD2D5; }

a img { border: 0 none; }

#menu {
    	text-align: left;
    	width: 260px;
    	overflow: none;
    	top: 3px;
    	bottom: 18px;
	left: 20px;
    	position: absolute;
    	height: 100%;
	background-color: #transparent;

}

#menu ul { 
        list-style: none;
	margin: 0px 0px 12px 0px;
	line-height: 20px;
	margin-left 20px;
}


#menu ul li.section-title { font-weight: normal; line-height: 20px; margin-bottom: 2px; margin-left 6px; background: #fff; text-decoration: none; color: #000000; }

#content {
	font-family: georgia, sans serif;
	font-size: 22px;
    	height: 100%;
	margin: 30px 0 0 325px;
   	top: 0;
	background: #fff; 
	text-decoration: none;
}

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

#content p { 
	width: 70%; margin-bottom: 20px; background: #fff; 

}

p {
    margin: 25px 0 9px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 200; padding: 0 0 12px 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
