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

body {
	font-size: 14px;
	font-leading: 16px;
	font-family: Helvetica;
	text-weight: bold;
	text-decoration: none;
	background: #ffffff;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { 
	line-height: 14px;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: black;
	font-size: 14px;
}

#content {
    height: 100%;
    margin: 20px 20px 20px 225px;
}

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

#content p { 
	width: 700px; 
	margin-bottom: 10px; 
	line-height: 18 px;
	font-size: 14px;
	color: #00ff7f;
}

p {
    margin: 0px 0px 40px 0px; color: FFFFFF; font-size: 14px;
}

h1 { }
h2 { }
h3 { }
h4 { }

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

#once { clear: left; }
