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

body {
	font-size: 12px;
	font-family: "Verdana";
	background: #faebd7;
	padding: 10px;
}

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

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

a img { border-style:none; }

#menu {
    width: 260px;
	height:100%;
	overflow:visible;
    top: 0px;
	left: 30px;
    position: absolute;
	background-color: #369e69;
	z-index:2;
}

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

#menu ul li.section-title {
}

#bottom {
	width: 260px;
	height: auto;
	position: absolute;
	background-color: #3c9e69;
	z-index:1;
}

#topbar {
	width:100%;
	height:40px;
	background-color:#000;
	z-index:3;
	position: absolute;
}

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

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

#menu.container {
	padding-top: 0 px;
	padding-left: 30px;
}

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

p {
    margin: 0 0 9px 0;
}

#content ul {
	margin: 0px 0px 9px 0px;
	}

#content li {
	margin: 0px 0px 9px 18px;
}

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; 
	border-style:dashed;
	border-color:purple;}

#once { clear: left; }