/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 10px;
	bottom: 0;
	left: 50px;
	position: fixed;
	height: 100%;
	background-color: #fff;
}
#wrapper	{
	position:relative;
	width:600px;
	height:142px;
	z-index: 6;
	overflow: hidden;
	}
.uparrow	{
	position:absolute;
	left: 608px;
	top: 35px;
	width:9px;
	height:9px;
	z-index: 8;
	}
.dnarrow	{
	position:absolute;
	left: 608px;
	top: 190px;
	width:9px;
	height:9px;
	z-index: 9;
	}
.mbox {
	position:absolute;
	left: 580px;
	top: 166px;
	z-index: 8;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {

}

#content {
	height: 100%;
	margin: 0px 0 0 285px;
	top: 0;
	width: 550px;
	position: absolute;
}

.container {
	padding: 5px 5px 25px 20px;
}

#content p {
	width: 530px;
	margin-bottom: 9px;
	background-color: #FFFFFF;
}
.content-title {
	left:0px;
	overflow:hidden;
	font-weight: bold;
	margin: 10px 0 4px 0;
	}
#txtarea {
	position:relative;
	z-index:20;
	left:0px;
	top:0px;
	width:530px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 {
	font-size: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin: 10px 0 0 0;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
	width: 555px;
	border-top-color: #999999;
}
#img-container p	{
	width: 600px;
	margin: 4px;
	padding: 0px 0 0px 0;
}

#once { clear: left; }
span.title {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3E3E3E;
	font-weight: bolder;
}

