/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */

body  { font-size: 11px; font-family: monospace; color: #333333; background: #CCCCCC;
}


body.section-1 {
background-color:#E6E6E6;}
body.section-2 { 
background-color:#E6E6E6;}
body.section-3 {
background-color:#E6E6E6;}

a:link { text-decoration: none; color:#999999; margin-left: 0px; font-style: italic;}
a:active { text-decoration: none; color:#FF3366; font-style: italic; }
a:visited { text-decoration: none; color:#999999; margin-left: 0px; font-style: italic;}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 170px;
    z-index: 4;
    padding-top: 25px;
    padding-left: 25px;
    bottom: 0;

/*    height: 100%; */
	float:left;
	z-index:0;
}
	
	
#head {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:60px;
	
//	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
      

}

#menu ul li.section-title { 
    text-decoration: underline;
    margin-bottom: 5px;
    
}

#content {
/*    height: 100%; */
    padding-top: 25px;
    width:800px;
    float:left;


}.container {
    padding: 0px 0px 25px 0px;
}

#content p {
	background-color: none;
      text-decoration: none;
	margin: 0px 0px 20px 0px;
	width: 800px;
	}


p {
    
    margin: 0 0 20px 0;
    
    
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; font-family: Lucida Sans Typewriter, sans-serif; text-decoration: none; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
