.header {
	background-image:url(img/bg_header.png); 
	background-repeat:repeat-x;
	height: 151px;
	width: 100%;
}
.navigation {
	width:792px; 
	height:31px; 
	position:relative; 
	top:32px; 
	left:0px; 
	background-color:#fff;
}
.vcard {
	position:relative;
	width:200px; 
	height:80px;  
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	border: solid 1px rgb(0,38,81);
	padding: 10px;
}
.footer {
	width:100%;
	height: 15px;
	padding: 5px;
	background-color:rgb(0, 38, 81);
	position: fixed; 
	color: rgb(255, 255, 255);
	font-family: Verdana,sans-serif; 
	font-size: 9px;
	bottom: 0px;
}
