/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #4656B9;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #D43F05;
	text-decoration: none;
}
#home{
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin:20px auto 10px auto;
	}
#home a{
	font-weight:normal;
	text-decoration:none;
	color:#CCCCCC;
	}
#home a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#D43F05;
	}
#wrapper{
	width:790px;
	margin-left:auto;
	margin-right:auto;
	}
#top{
	width:790px;
	height:320px;
	float:left;
	display:block;
	background:#022454;
	background-image:url(/images/peter_valentin.jpg);
	border-bottom:1px solid #000;
	}
#top-text{
	padding:198px 0 0 326px;
	width:430px;
	}
#bottom{
	width:790px;
	float:left;
	display:block;
	background:#03306E;
	}
#navigation{
	width:779px;
	padding:25px 0 25px 11px;
	}
	
#content{
	width:768px;
	padding:15px 11px 25px 11px;
	}
#content td{
	border:solid 1px #4656B9;
}
#content th{
	background:#4656B9;
	font-weight:bold;
	color:#022454
	}
#navigation #mail {
	float:left;
	}
#navigation #listen {
	float:left;
	padding-left:60px;
	}
#navigation #work {
	float:left;
	padding-left:200px;
	}
#content h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
	font-weight:bold;
	}
