.vcard {
	position: relative;
	float: right;
	margin: 0px 0px 0px 20px;
	width: 520px;
	min-width: 520px;
	max-width: 520px;
	height: 135px;
	min-height: 135px;
	text-align: left;
	background: url(../images/bottom.png) bottom left repeat-x;
	}

/************************
http://microformats.org/wiki/hcard
************************/

/**********************
** Name
**********************/
.fn {}

.n {
	font-weight: bold;
	font-size: 20px;
	}

	.honorific-prefix {}
		
	.given-name {}
	
	.additional-name {}
	
	.family-name {}
	
	.honorific-suffix {}
	
.nickname {}

.title {}

.role {}


/**********************
** Organization and Address
**********************/
.org {}

	.organization-name {}
	
	.organization-unit {}

.adr {}

	.street-address {}
	
	.locality {}
	
	.region {}
	
	.postal-code {}
	
	.country-name {}
	
	.street-address {}
	
	.post-office-box {}
	
.geo {}

	.latitude {}
	
	.longitude {}


/**********************
** Telephone and Email and Birthday
**********************/
.tel {}

	.value {}

.email a {
	color: black;
	}

.bday {}

/**********************
** Links and Images and Logos
**********************/
.url {}

.photo {}

.logo {}

/**********************
** Catagory and Types
**********************/
.type {}
