body{
	background-position: left top;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 18px;
	
	//font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background-position:left top;
	//font-size: 14px;
	background: transparent url(../images/background_pearl.png) repeat scroll 0%;
	background-color: #CFC9BE;
}

*{
	margin: 0px;
	padding: 0px;
}

:link img {
  border: none;
}

a img{
	border: none;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
}

a, a:link a:active {
	background-color:inherit;
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

a#active{
	font-weight: bold;
	text-decoration: none;
}

.main_container{
	margin: 50px auto 5px;
	padding: 0px;
	text-align: center;
	width: 755px;
	border: solid 0px red;	
}

.navigation{
	margin-bottom: 10px;
}

table#nav_organizer{
	border-bottom: solid 1px #33333;
	border-collapse: collapse;
}

.nav_buttons{
	margin-top: 10px;
}

.nav_buttons table{
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	
}

.nav_buttons table tr td{
	font-size: 11px;
}

.visual{
	text-align: left;
}


.title{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 0.3;
}
		
		
.jona_info{
	float: right;
	border-left: solid 1px #333333;
	padding-bottom: 5px;
}

.jona_info ul li{
	list-style-type: none;
	font-size: 10px;
	color: #111111;
	padding-left: 10px;
	padding-top: 3px;
}

.footer{
	width: 755px;
	margin: 10px auto 10px;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-bottom: 50px;
	padding-top: 5px;
	border-top: solid 0px #333333;

}