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

body { font-family: Helvetica;
	font-size: 11px;
	background: #Fff;
}

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

body#section_id_3 { background-color: #FDE2E8;}	

a:link { text-decoration: none; color: #333; font-weight: normal; }
a:active { text-decoration: none; color: #FA5E78; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #3DB4F4; }

a img { border: none; }

#menu li.active a { color: #FA5E78; }

#menu li.active a { opacity: 0.9; }

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

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

#menu ul li.section-title {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	
}

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

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

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

p {
    margin: 0 0 9px 0;
}

p.int {font: helvetica;
	margin: 0 0 9px 0
	font-weight: normal;
	font-size: 11px;
	color: #555555
	}

h1 {
    font-size: 20px;
    font-weight: normal;
    padding-top: 25px;
    padding-bottom: 0px;
}

*change h1 padding bottom after construction is finished*

    h1 a:link { color: #FFFFFF; }
    h1 a:active { color: #FFFFFF; }
    h1 a:visited { color: #FFFFFF; }
    h1 a:hover { color: #3DB4F4; }


h2 { font-size: 11px; font-weight: normal; }

h2 a:link { text-decoration: none; color: #333}
h2 a:active { text-decoration: none; color: #FA5E78; }
h2 a:visited { text-decoration: none; color: #333; }
h2 a:hover { text-decoration: none; color: #3DB4F4; }


h3 { font-size: 11px;
    font-weight: normal;
    color: #3DB4F4;}


h4 a:link { color: #FEBCBC;
    text-decoration: none;
    font-weight: light;
    }
h4 a:active { text-decoration: none; color: #FEBCBC; }
h4 a:visited { text-decoration: none; color: #FEBCBC; }
h4 a:hover { text-decoration: none; color: #3DB4F4; }


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

#once { clear: left; }
