/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 10;
	padding: 0;
        align: center;
background-color: #fff;

}

body {
	font-size: 11px;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
        color: #484848;

}

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

a:link { text-decoration: none; color: #484848; }
a:active { text-decoration: line-through; color: #484848; }
a:visited { text-decoration: line-through; color: #dddddd; }
a:hover { text-decoration: none; color: #484848; }

a img { border: none; }

#menu {
    text-align: right;
    width: 230px;
    overflow: auto;
    top: 35;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {

	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul li.section-title { font-weight:normal; color: #000;}

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

.container {
vertical-align: middle; 
    padding: 5px 5px 20px 5px;
}

#content p { width: 400px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-weight: bold;
	font-size: 23px;
	margin:20px 0 5px 0;
	letter-spacing: 0px;
        color: #000;
 }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ align:center; margin-left: 300; padding: 0; }
#img-container p	{ align:center; width: 400px; margin: 0; padding: 0 0 3px 0; }

#once { clear: left; }
