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

body {
	background-color:#FFFFFF;
	font-size: 10px;
	font-family: Helvetica;
	color:#666666; 
}

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

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

a img { border: none; }

#menu {
	width: 200px;
	overflow: hidden;
	top: 20px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
}

#menu ul {
	border-top: solid;
	border-top-color: #333333;
	border-left: solid;
	border-left-color: #333333;
	list-style: none;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 5px
}

#menu ul li.section-title {
	font-size:12px;  
	}

#content {
	height: 20%;
	width: 800px;
	margin: 0 0 0 200px;
	top: 0;
	overflow: auto;
}
.container {
    padding: 15px 5px 25px 25px;
}

#content p { width: 400px; margin-bottom: 9px; }

#headertable {
	border-top: solid;
	border-top-color: #333333;
	border-left: solid;
	border-left-color: #333333;
	padding: 10px;
	margin: 0 0 20px 0;
}


#lowtable {
	border-top: solid;
	border-top-color: #333333;
	border-left: solid;
	border-left-color: #333333;
	padding: 10px;
	margin: 0 0 20px 0;
}

p {
    margin: 0 0 9px 0;
}

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

#once { clear: left; }