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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
        color: white;
}



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



a:link { text-decoration: none; color:#77706D; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #77706D; }
a:hover { text-decoration: none;}

a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    padding-left:10px;
    height: 100%;
    background-color: #fff;
    border-right-style: dashed;
    border-right-color: pink;
    border-right-width: thin;
     }

#menu ul {width: 200px;	
        font-size:15px;
	font-weight:normal;
        font-style:italic;
       font-family:courier new, sans-serif;
	padding:0; 
    list-style: none;
	margin: 0 0 12px; 
text-align:right;
 }

#menu ul li {
	background-color:#CCCCCC;
        margin-top:5px;
        padding-right:7px;
        padding-top:2px;
        list-style:none;	
}

#menu ul li:hover {
        background-color:yellow;
}





#menu ul li.section-title { 
width: 188px;	
font-size: 15px;
font-weight:bold;
font-style:italic;
color:#f04489;
background-color:#EFB9C6;
font-family: Helvetica, sans-serif;
letter-spacing:.5px;
padding-top:4px;
padding-left:5px;
padding-bottom:3px; 
text-align:center;
list-style:none;	
}





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

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

#content p { 
   width: 800px;
   margin-bottom: 9px; 
   font-size:12px;
   font-weight:normal;
   font-family:courier new, sans-serif;
   color: black;
   border-bottom-style: dashed;
   border-bottom-color: pink;
   border-bottom-width: thin;
   padding-bottom:8px;
 }

#content p span {
color: #f04489;
font-style:normal;
}

p {
    margin: 0 0 9px 0;
}

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



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


#once { clear: left; }
