body {
	font-family: Georgia;
	font-size: 100%;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
a:link {
	color: #75a227;
	text-decoration: none;
} 
a:visited {
	color: #75a227;
	text-decoration: none;
}
a:hover,
a:focus {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #75a227;
	text-decoration: none;
}
a:active {
	color: #75a227;
	text-decoration: none;
}

/* container */
#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 119px;
	margin-left: auto;
}


/* header */
#header {
	width: 450px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	background-color: #f1f1f1;
	border: 4px solid #dedede;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
	#header h1 {
		text-align: center;
		font-size: 1.8em;
		text-transform: lowercase;
	}
	#header p {
		font-size: .9em;
	}


/* hcard - microformat */
.vcard {
	width: 450px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #f1f1f1;
	border: 4px solid #dedede;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: .9em;
	line-height: 1.4em;
	overflow: hidden;
}
	.vcard p {
		margin: 0 0 8px 0;
	}
	.photo {
		float: left;
		width: 180px;
		height: 180px;
	}
	.data {
		margin-left: 210px;
	}
		.fn {
			font-size: 1.2em;
			font-weight: bold;
		}
		.org {
			display: block;
			font-style: italic;
		}
		.tel {
			padding-left: 22px;
			background: url(../images/vcard-tel.png) no-repeat left top;
		}
		.email {
			padding-left: 22px;
			background: url(../images/vcard-email.png) no-repeat left top;		
		}
		.url {
			padding-left: 22px;
			background: url(../images/vcard-url.png) no-repeat left top;		
		}
		.adr {
			padding-left: 22px;
			background: url(../images/vcard-adr.png) no-repeat left top;
		}
			.street-address {
			}
			.postal-code {
			}
			.region {
			}
			.country-name {
			}
		.download {
			padding-left: 22px;
		}

