/* stylesheet for Vcard */


* {
	margin:0;
	padding:0;

}

a{
	text-decoration:none;
	color: #808080;
}

body {
	
		overflow:hidden; 
	background-image:url('images/bg.png'); 

}

.wrapper {
	width:840px;
	height:430px;
	margin:6% auto;
	
	padding:0 10px;
}

#top {
	height:99px;
	width:inherit;
}

#nav {
	font-family: tahoma ;
	font-size: 13px;
	color:#dedede;
	margin-bottom:5px;
}
.container {
	width: inherit ;
	height: 300px;
	border-bottom: #838383;
	background-color:#f8f8f8;
	border: solid 1px #ccc;
}

#box {
	height:inherit;
	width:260px;
	float:left;
	padding:10px;
}