/* CSS Document */
body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#C0C0C0;
		background-color:#000000;
		}

#wrapper {
		margin:0 auto;
		background-color:#000000;
		width:780px;
		}
		
#logoHeader {
		width:785px;
		float:left;
		text-align:right;
		}

#header {
		width:780px;
		float:left;
		text-align:left;
		border-bottom:#C0C0C0 thin solid;
		padding-bottom:10px;
		margin-bottom:20px;
		}
		
#leftContent {
		width:200px;
		height:225px;
		float:left;
		border-style:solid;
		border-width:thin;
		border-color:#C0C0C0;
		margin-top:20px;
		text-align:center;
		}
		
#leftcontent img{
		padding-top:1px;
		}

#centerContent {
		width:438px;
		float:left;
		padding-left:25px;

		}
		
#centerContent ul{
		text-align:left;
		}
		
#centerContent li{
		padding-bottom:10px;
		}
		
.about #centerContent{
		line-height:2.3em;
		}
		
.personnel #centerContent{
		width:780px;
		padding-left:-25px;
		}
		
.contact #centerContent{
	text-align:center;
	line-height:2em;
	text-decoration:none;
	list-style:none;
	margin-top:40px;
	margin-left:155px;
		}
		
.contact #centerContent a{
		text-decoration:none;
	    color:#C0C0C0;
		border-bottom:dotted #C0C0C0 thin;
		}
		
.contact #centerContent a:visited a:hover{
		text-decoration:none;
	    color:#C0C0C0;
		border-bottom:dotted #C0C0C0 thin;
		}
		
		
.contact #centerContent li{
		list-style:none;
		}
		
.contact #rightContent{
		width:110px;
		float:left;
		text-align:right;
		vertical-align:middle;
		margin-left:50px;
		}
		
		
#rightContent{
		width:110px;
		float:left;
		text-align:right;
		vertical-align:middle;
		}
		
#rightContent a {
		text-decoration:none;
	    color:#C0C0C0;
		}
		
#rightContent a:visited {
		color:#C0C0C0;
		}		
		
#rightContent a:hover {
		border-bottom:dotted #C0C0C0 thin;
		}

#rightContent #next{
	
		line-height:150px;
		}
		
#footer{
		clear:both;
		width:780px;
		height:70px;
		text-align:center;
		font-size:0.8em;
		padding-top:50px;
		}
		
#footer a {
		text-decoration:none;
	    color:#C0C0C0;
		}
		
#footer  a:visited {
		color:#C0C0C0;
		}
		
#footer a:hover {
		border-bottom:dotted #C0C0C0 thin;
		}
		
.zammer {
		color:#333333;
		}

.zammer a{
		border-bottom:none;
		color:#333333;
		}
		
.zammer a:hover {
		border-bottom:dotted #333333 thin;
		color:#333333;
		}
		
.zammer  a:visited {
		color:#333333;
		}
