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

body {
	font-size: 12px;
	font-family: courier; line-height: 1.4; color: #666; 
	background: #E6E6E6;
}

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

a:link { text-decoration: none; color: #666; border-bottom: 1px solid #33CCFF; }
a:active { text-decoration: underline; color: #666; }
a:visited { text-decoration: underline; color: #999; }
a:hover { text-decoration: none; border-bottom: 1px solid tan; }

a img { border: none; }

#iframed { min-height: 2600px; overflow: hidden; }

#menu {
    width: 215px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #E6E6E6;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
padding: 5px;
background-color: #FFFFFF;
}

#menu ul li.section-title { }

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

.container {
    padding: 40px 0px 0px 50px;
}

#content p { width: 475px; margin-bottom: 9px; padding: 5px;
background-color: #FFFFFF; }

p {
    margin: 0 0 9px 0; padding: 5px;
background-color: #FFFFFF;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 200px; margin-top: 10px; padding: 5px; }

#once { clear: left; }
