body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #cccccc;
	background-image: url("/bgstripe.png") ;
	background-repeat:repeat-x;
}

div#card {
  	display:inline-block;

	background-color: #231f1b;
	padding: 25px;
	margin: 30px;
	margin-top: 20px;
	color: #cccccc;
	font-weight: 300;
	font-size: large;
}

div#card #name {
	font-size: 2.6em;
	font-variant: small-caps;
	border-bottom: 2px solid #744605;
}

div#card #title {
	font-size: 1.8em;
	font-variant: small-caps;
}

div#leftside {
	float: left;
	margin-right: 30px;
	vertical-align: top;
}

div#rightside {
	float: right;
	vertical-align: top;
}

img#picture {
	border: 2px solid #cccccc;
	padding: 2px;
	margin-top: 10px;
}

div#bottomheader {
	border-bottom: 2px solid white;
}

div#bottom {
	clear: both; 
	padding-top: 30px;
}

div#card a {
	color: #7d7ef8;
}

div#card a:hover {
	text-decoration: none;
	color: #f8827d;
}

div#email {
	float: left; 
	font-size: 1.3em;
}

div#phone {
	float: left;
	margin-left: 170px;
	font-size: 1.3em;
}

div#pgpinfo {
	clear: both;
	border-top: 2px solid darkgrey;
	padding-top: 5px;
	margin-top: 40px;
	font-family: "Courier New", Courier, monospace 
}

span#keyinfo {
	font-size: 1.2em;
	margin-top: 40px;
}

span#keyfingerprint {
	font-size: 1.2em;
}

img#phoneimg {
	position: relative;
	top: 5px;
}
