body {
	background-color:#353535;
	margin:30px;
	
}
body, table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#607374;
	
}
a:link,a:visited {
 font-family: Arial;
 font-size: 12px;
 color: #607374;
 font-weight: bold;
 text-decoration:underline;
}

a:hover {
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 color: #999999;
 text-decoration:none;
}

a.navi:link,a.navi:visited,a.menu:link,a.menu:visited {
 font-family: Arial;
 font-size: 12px;
 color: #607374;
 font-weight: bold;
 text-decoration:none;
}

a.navi:hover,a.menu:hover {
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 color: #607374;
 text-decoration:none;
}
#navi ul {
	margin:0;
	padding:0;
	
}
.navielement {
	list-style-type:none;
	padding:0;
	background-repeat:no-repeat;
	
	background-position: top 4px;
	font-size:12px;
	padding-top:2px;
	padding-bottom:3px;
	margin-bottom:10px;
	padding-left:22px;
}
h1 {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 text-align:left;
 color:#b29585;
 margin: 2px;
 vertical-align:top;
}
#wrapper {
	position:relative;
	width:100%;
	background-color:#232323;
	border:none;
	border-top:none;
}
#header {
	
	background-repeat:no-repeat;
	background-color:#000;
	background-position:left;
	height:158px;
	color:#ffffff;
	font-family:Arial;
	font-size:25px;
	text-align:left;
}

#leftside {
	float:left;
	width:200px;
	text-align:left;
	min-height:500px;
	height: auto !important;
	height:500px;

}

#rightside {
	margin-left:210px;
	border-left:1px solid #b29585;
	padding-left:30px;
	text-align:left;
	min-height:500px;
	height: auto !important;
	height:500px;
}
