/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin:0;
padding:0;
}
body {
color:#000000;
font-family:verdana,arial,sans-serif;
font-size:73%;
line-height:15px;
text-align:left;
}

body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
}
a:visited {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
}
a:hover {
background-color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
}
a:active {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
}
a img {
border:none;
}

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

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

#menu ul li.section-title { }


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

.container {
    padding: 20px 200px 25px 5px; height: 50%;
}

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

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

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0px 0px;}

#img-container p {
margin: 0px 0px;
padding: 0px;
top: 0px;
width:100%;
position:fixed;
background-color:#FFFFFF;
}

#once { clear: left; }