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

body {
	background: #CDBFAC;
	font-size: 12px;
	font-family: Georgia, Serif;
}

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

a:link { text-decoration: none; color: #154890 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #154890 }
a:hover { text-decoration: none; color: #FF6600 }

a img { border: none; }

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

			#menu .container { padding: 20px 0px 0px 20px; }
			
			.container { padding: 20px 0px 0px 20px}  

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 12px;
}

#menu ul li.section-title { 
	font-weight:bold;
	}

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

			#content .container { padding: 80px 5px 5px 25px; }

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

/*.container { 
	padding: 5px; 
	}*/

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

p {
    margin: 0 0 9px 0;
}


#content ul{
  		width:500px;
  		margin-bottom:9px;
  		overflow:hidden;
  		border-top:0px solid #e1d4c0;
	}
#content li{
  		line-height:1.5em;
  		border-bottom:1px solid #e1d4c0;
  		float:left;
  		display:inline;
	}
		#double li  { width:50%;} /* 2 col */
		#triple li  { width:33.333%; } /* 3 col */
		#quad li    { width:25%; } /* 4 col */
		#six li     { width:16.666%; } /* 6 col */

	
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 12px 0; }

#once { clear: left; }
