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

body {
	background: none repeat scroll 0 0 #FFFFFF;
    font-family: courier;
    font-size: 11px;
    text-decoration:none;
    overflow: auto;
    
    
}

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

a {
	font-family:courier;
	font-size:11px;
	font-style:normal;
        
}

a:link { 
	color:#333333;
	font-family:courier;
	text-decoration:none;
}

a:active { 
	background-color:#333333;
	color:#000000;
	text-decoration:none;
}

a:visited { 
	color:#333333;
	text-decoration:none;
}

a:hover { 
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}

a img { border: medium none; }

#menu {
     background-color: #FBF5EA;
    height: 535px;
    margin-left: 20px;
    margin-top: 33px;
    overflow: auto;
    position: fixed;
    width: 250px;
}

#menu ul {
	list-style: none outside none;
    margin-top: 30px;
}

#menu ul li.section-title {
	background-color: #FBF5EA;
    font-size: 12px;
    margin-top: 20px;
	
}

#content {
    height: 100px;
    margin-left: 270px;
    position: absolute;
    top: 20px;
}

.container {
    color:#333333;
    font-family:courier;
    text-decoration:none;
    font-size:11px;
    font-style:normal;
    
    padding: 5px 5px 20px 25px;
}

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

}


p {
    margin: 0 0 9px 0;
}

h1 { 
     color:#333333;
     font-size: 13px; 
     font-family:courier;
     font-style:normal;
     font-weight: normal;
     
     
}
h1 span {
    color:#333333;
    font-family:courier
    text-decoration:none;
    font-size:10px;
    font-style:normal;
 
   
}

h2 { 
     color:#333333;

     font-size: 12px; 
     font-family:courier;
     font-style:normal;
     text-decoration:none;
     
}

h3 { 
     color:#333333;

     font-size: 12px;
     text-decoration:none; }

h4 { 
     color:#333333;

     font-size: 12px;
     text-decoration:none; }

#img-container	{ 
	margin: 0; 
	padding: 0;
	position:relative;
	top:25px;
}

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

#once { clear: left; }