body{
	background-image: url(images/promenade_pat07_01.png);
	background-repeat: repeat;
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
	}
	
.box{
	background-color: white;
	width: 800px;
	border: 1px black solid;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
}

.header{
	width: 790px;
	height: 60px;
	padding: 40px 0px 15px 0px;
}


.name{
	width: 530px;
	float: left;	
	padding: 0px 0px 0px 10px; 
}

.contact{
	width: 250px;
	float: right;
	position: relative;
	top: -35px;
	text-align: right;
	line-height: 13px;
}

.details{
	font-weight: bold;
}

li{
	padding: 2px 0px;
	font-size: 13px;	
	padding: 5px 40px 5px 5px;	
}

.title{
	width: 530px;
	float: left;
	padding: 0px 0px 0px 10px; 
}


img.contactimg{
	vertical-align: bottom;
	padding-top: 2px;
} 


.nav{
	border-top: 2px black solid;
	border-bottom: 1px gray solid;
	padding: 1px 0px 2px 10px; 

}

a{
	text-decoration: none;
	color: #3f3f3f;
}

a img{
	border: 0;
}

a:hover{
	text-decoration: underline;
}
