body {
	background: #555555;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 14px;
	margin:0px ;
}

.page {
	margin-left: auto;
	margin-right: auto;
	width: 640px; 
	background: #ffffff; 
	padding-left: 20px; 
	padding-right: 20px; 
}

.vcard {
	background: #dddddd;
	border-top: 40px solid #dddddd;
	border-left: 20px solid #dddddd;
	border-right: 20px solid #dddddd;
	border-bottom: 20px solid #dddddd; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;    
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px;
}

.vcard .n {
	font-weight: bold;
	font-size: 20px;
}

.vcard .adr {
	margin-top: 10px;
}

.vcard .cv {
	margin-top: 10px;
}

li {
	margin-top: 4px;
}

.project {
	margin-bottom: 30px;
}

.thumbnail {
	margin-top: 10px; 
	border:0px;
}

.project .name {
	background: #dddddd	;
	border: 10px solid #dddddd; 
	border-radius: 10px;   
	-moz-border-radius: 10px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.section_head {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;     
	margin-bottom: 10px; 
}

.details {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.footer {  
	font-size: 14px; 
	text-align: center;
	font-weight: bold;
	background: #dddddd;
	border-top: 20px solid #dddddd;
	border-left: 20px solid #dddddd;
	border-right: 20px solid #dddddd;
	border-bottom: 40px solid #dddddd;  
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
}