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

body {

	font-size: 12px;
	font-family: Myriad Pro;
	font-weight: regular;
	background: #FFFFFF; 
	}

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

a:link {font-size: 13px; font-family: Myriad Pro; font-weight:regular; text-decoration: none;  color:#000000 ;background-color:#FFFF00;  }
a:active {font-size: 13px;font-family: Myriad Pro; font-weight:regular; text-decoration: none; color:#000000 ;background-color:#FFFF00; }
a:visited {font-size: 13px;font-family: Myriad Pro; font-weight:regular; text-decoration: none; color:#000000 ;background-color:#FFFF00; }
a:hover {font-size: 13px;font-family: Myriad Pro; font-weight:regular; text-decoration: none; color: #000000; background-color:#FF0066; }

a img { border: none; }

#menu {

    width: 250px;
    overflow: auto;
    margin-left:0px;
    margin-right:0px;
    top: 0;
    bottom: 15px;
	left: 0;
    position: fixed;
    height: 100%;
    background:#FFFFFF;

}

#menu ul {

	list-style: none;
	font-family: Myriad Pro;
	font-weight:regular; 
	margin: 5px 12px 0px 12px;

}

#menu ul li.section-title {
font-size: 20px;
	font-family: Myriad Pro;
	font-weight: regular;
	color:#000000 ; 
	margin-bottom: 0px;
	background-color:white;
 }

#content {
    height: 100%;
    top: 0;
    background:#FFFFFF;
    margin-left:280px; margin-right:0; margin-top:0px; margin-bottom:0; 

}


#content p { width: 500px; margin-bottom: 0px; }
.container {
    padding: 0px 0px 0px 0px;
}

p {
    margin: 0px 0px 0px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 70px; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }