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

body {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color: #f1d5c6;
	background: #f14775;
	margin-top: 5px
	padding-top: 10px
}

body.section-1 { background-color: #f14775 }
body.section-2 { background-color: #f14775 }
body.section-3 { background-color: #f14775 }

a:link { text-decoration: none; color: #f1d5c6; }
a:active { text-decoration: none; color: #f1d5c6; }
a:visited { text-decoration: none; color: #f1d5c6; }
a:hover { text-decoration: none; color: #f1d5c6; background: #441c16; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    padding: 0 0 0 0:
    top: 10;
    bottom: 0;
	left: 20px;
	float: left;
    position: fixed;
    height: 100%;
	background-color: #f14775 ;
	z-index: 1;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 -1px 5px;
}

#menu ul li.section-title { font-weight: bold; padding: 0 0 inheritpx 0; color: #f1d5c6; }

#content {
	line-height: 14px;
    height: 100%;
    margin: 185px 0 0 170px;
    top: ;
}

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

#content p { width: 300px; margin-bottom: 9px; }
p {
    
    margin: 0 0 0 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: 9px; padding: 0 0 12px 0; }

#once { clear: left; }