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

body {
	font-size: 12px;
	font-family: News Gothic MT;
	background: #fff;
}

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

a:link { text-decoration: none; color: #3C7; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #3C7; }
a:hover { text-decoration: underline; }

a img { border: none; }

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

#menu ul { font-size: 13px; line-height: 1.75em; font-family: Bell Gothic STD; font-weight: 580;
	list-style: none;
	margin: 15px 0px 15px 5px;
}

#menu ul li.section-title { font-size: 12px; font-family: News Gothic MT; margin: -18px 0px 5px 0px; }

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

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

#content p { width: 350px; margin-bottom: 20px; }

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

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

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

#once { clear: left; }
