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

body {  
	font-size: 12px;
	font-family:"Courier New",Courier,mono;
	background:  background-color: transparent !important; padding ;none repeat scroll 0 0 
        
}

body.section-1 {color:#000000;}
body.section-2 {color:#000000;}
body.section-3 {color:#000000;}

a:link { color:#000000; text-decoration:none;}
a:active { color:#000000;text-decoration:none;}
a:visited { color: #000000;text-decoration: none;}
a:hover { background-color:#FFDEAD; color: #250517;
    text-decoration: none;
}

a img { border: medium none}



#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu {
    background-color: transparent;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

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

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

p {
    margin: 0 0 10px 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: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left;}
