/* @override http://whirledvisions.com/steve/styles.css */

#personal h2 {
	margin: 0px;
}

#personal strong {
}

@charset "UTF-8";
/* CSS Document */

#cards {
       width: 1000px;
       background: #fff;
	padding: 1.5em;
}

#back {
       width: 380px;
	height: 200px;
/*       background: #576; */
       background: #888; 
	padding: 1.5em;
	margin: 3em 0 3em 5em;
}
#card {
	background: #ffd;
       width: 380px;
	height: 200px;
	float:left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	margin: -3em 0 0 -3em;
	border: thin solid #999; padding: 1.5em;
}

#personal {
	width: 100%;
       height: 6em;
/*	background: #ffd;*/
	text-align: center;
	padding-bottom: 10px;
}

#numbers {
       margin-top: 1em;
/*	width: 150px; */
	width: 50%;
 
/*	background: #ffd;*/
	float:left;
}

#address {
       margin-top: 1em;
	width: auto;
	float: right;
/*	background: #ffd;*/
}

#web{
	margin-top: 5em;
       width: 100%;
/*	background: #ffd;*/
	text-align: center;
	padding-bottom: 10px;
}

#leftcol{
       float:left;width:50%
}

#rightcol{
      float:right;width:49.9%
}



