@charset "UTF-8"; 
@media all{

html * { font-size: 100.01% }

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-align: center;
	background: #eeeff0 url(../img/tmpl_bg-body.gif) repeat-x;
}

#page_margins {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width:744px; 
	height:523px; 
	margin: -262px 0 0 -372px; 
}

#vcard_header{
	background: url(../img/vcard_header.png) no-repeat;
	height: 11px;
	overflow: hidden;
}

#vcard_body{
	background: url(../img/vcard_body.png) repeat-y;
}

a img {
	border: none;
}

* html a img{
	display: block;
}

* +html a img {
	display: block;
}

#vcard_body a{
border: none;
}

#vcard_footer {
	background: url(../img/vcard_footer.png) no-repeat;
	height: 22px;
}

#vcard_footer p{
	float: right;
	padding: 0 20px 0 0;
	margin: 4px 40px 0 0;
	background: url(../img/vcard_icon-print.png) no-repeat right top;
}

#vcard_footer p a{
	text-decoration: none;
	font-size: 90%;
	color: #999;
}

* html #vcard_footer p{
	margin: 4px 20px 0 0;
}


#vcard_footer p a:hover,
#vcard_footer p a:focus,
#vcard_footer p a:active{
	color: #3f64b9;
}
}

/************** Print Version ***************/

@media print{
a img {
	border: 1px solid #ccc;
}

#vcard_footer p{
	display: none;
}

}
