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

body {
	font-size: 12px;
	font-family: courier;
	color:#000000;
	top: 0;
    bottom: 0;
	left: 0;
	background: #fff;
}

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

a:link {
	text-decoration: underline;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
}

a:active {
	text-decoration: none;
	color: #000000;
	background-color: #CCFF00;
	padding-left: 2px;
	padding-right: 2px;
}

a:visited {
	text-decoration: underline;
	color: #999999;
	padding-left: 2px;
	padding-right: 2px;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCFF00; 
	padding-left: 2px;
	padding-right: 2px;
}
a img { border: none; }

.active a {
	color:#000000;
	background-color: #CCFF00; 
	text-decoration: none;
	padding: 0 2px 0 2px;
	}

#menu {
    width: 228px;
    /*overflow: auto;*/
	overflow: visible;
    top: 0;
    bottom: 0;
	left: 20px;
    /*position: fixed;*/
	position: fixed;
    /*height: 100%;*/
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

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

#menu ul li.section-title {
	font: 12px courier;
	letter-spacing: 0;
	color:#FFFFFF;
	background-color: #000000;
	text-align: left;
	text-transform:uppercase;
	padding-left: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
	padding-top: 132px;
    padding-left: 30px;
}

.container {
    padding: 30px 10px 30px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { color:#00000; text-decoration: none;
	font: bold 14px courier;
	margin-bottom: -12px;
	letter-spacing: -1px;
}
h2 {
	font: 10px courier;
}
h3 {
	font: 10px courier;
	margin-bottom: -10px;
	text-align: right;
	width: 600px;
}
h4 {
	font: bold 20px courier;
	color: #999999; text-decoration: span style;
	background-color: #CCFF00;
	letter-spacing: -1px;
	line-height: 18px

}

h5 {
	color: #CCFF00; text-decoration: none;
	font: bold 12px courier;
	margin-bottom: -12px;
	letter-spacing: -1px;
}
h6 {
	font: bold 10px courier;
	color: #fff; text-decoration: none;
	background-color: red;
	float: left;
}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }