/**
* CSS
* 
* @version 1.0
* @author eric roelen 
*/
* {
	margin: 0;
	padding: 0
}

body {
	font-size: 11px;
	font-family:"Helvetica Neue", Helvetica, Arial;
	color:#000000
	background: #FFD3BF;
}

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: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #00FF99;
	color: #000000;
}

a img { border: none; }
a.maintitle {color:#000000;}
.maintitle {float:left; position:absolute; top:-24px;}
#subtitle {float:left; position:absolute; top:-42px; margin-left:215px; width:220px;}
#flag {float:left; position:absolute; top:-26px;}


#menu {
	width: 200px;
	overflow: visible;
	top:37px;
	bottom: 0;
	left: 25px;
	position: fixed;
	height: 100%;
}

#menu ul {
	list-style: none;
	margin-bottom:10px;
	padding-top:4px;
	border-top:1px solid #000000;
}

#menu ul li.section-title {
	text-transform:uppercase;
	color:#000000;
}



#menu ul li.active a{color:#000000;}


#content {
	height: 100%;
	margin: 50px 15px 0 240px;
	top: 0px;
}

.container {
    padding: 5px 5px 25px 5px;
}
#content .container {
	border-top:1px solid #000000;
	padding-left: 0px;
	padding-top:5px;
	width:595px;
	margin-left: auto;
	margin-right: auto;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FF99;
	text-decoration: blink;
}
h2 { font-size: 24px;
font-family:Georgia, "Times New Roman", Times, serif }
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; }
