/**
* CSS
* 
* @author Valter Jakovski // ilmselgelt.com 
* @author Edited by Floyd Paul
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2b2a2a;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	margin-top: 60px;
	background-image: url(/1_background.jpg);
}

#iframed { 
	min-height: 750px; 
	overflow: hidden; 
}

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

#menu a:link {
	text-decoration: none;
	color: #FFF;
	background-color: none;
}

#menu a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

#menu a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: none;
}

#menu a:hover {
	text-decoration: none;
	color: #FF0;
	background-color: none;
}

#menu {
	float: left;
	width: 235px;
	overflow: auto;
	position: fixed;
	height: auto;
	top: 65px;
	left: 30px;
	background-color: #2b2a2a;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;

}

#menu ul li.section-title {
	font-size: 10px;
	font-weight: normal;
}

#content {
	height: auto;
	margin-left: 285px;
	position: relative;
}

#content a:link {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

#content a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

#content a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

#content a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FF0;
}

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

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

#content h1, h2, h3, h4 {
	width: 450px;
	margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 43px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }

img {
	border: 0;
}

img a {
	border: 0;
}
#img-container { 
	margin: 0; 
	padding: 0; 
}

#img-container p { 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}

#once { 
	clear: left; 
}
.foto {
	position: absolute;
	top: 0px;
	right: 0%;
	width: 203px;
	height: auto;
}