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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
color: #7c7c7c
}

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

a:link {
	 text-decoration: none; 
	 color:#000000;
}
	
a:active { 
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ff7500;
	background-color: #fff;
}

a img { border: none; }

a img { border: none; }

#menu {
    width: 235px;
overflow: auto;
    top: 85px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
font: 11px/18px Verdana, sans-serif;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	margin: 20px 0px 15px 0;
	padding-left: 5px}

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

#content {
    height: 100%;
    margin:125px 0 0px 241px;
    top: 0;

}

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

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

p {
    margin: 0 0 9px 0;
background-color: transparent;
}

p1 {font-size: 16px
}

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; }

#footer { 
        position: fixed; 
        bottom: 25px; 
        left: 25px;
        z-index: 1;
}

#header { 
        position: fixed; 
        top: 15px; 
        left: 25px;
        z-index: 1;
}
