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

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 1.2em;
	padding: 11px 0 0 21px;
}

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

#menu ul li.section-title { 
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#menu li {
	border-bottom: #7a7a7a 1px solid;
	padding: 2px 0 4px;
}

#menu p {
	color: #288d7f;
	margin: 0;
	padding-bottom: 4px;
	border-bottom: #7a7a7a 1px solid;
}

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

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

#content p { 
	
}

#content .text_block {
	width: 500px; 
	margin: 9px 15px;
}

#content object {
	margin-left: 10px;
}

#content object .qt {
	float: left;
}

#content .youtube {
	margin: 9px 50px 9px 15px;
	padding-top: 150px;
}

p {
    margin: 0 0 9px 0;
	line-height: 1.5em;
}

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	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }