@charset "utf-8";
/* CSS Document */
a:link, a:visited {
	color: #03376b;
	text-decoration: none;
}

a:hover, a:active {
	color: #03376b;
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0px 0px 12px 0px;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #000000;
}

.photo {
	width: 140px;
	height: 161px;
	float: left;
}

.info {
	width: 340px;
	height: 161px;
	float: left;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.divider {
	border-bottom: #666666 1px solid;
	margin-bottom: 10px;
}

.content {
	margin: 0 12px 0 12px;
}
