/* CSS Document */body {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;}.content {	color: white;	background: black;	position: relative;}

a { color: #aaa; }
a:visited { color: #888; }
a:active, a:hover { color: #a55; }
.profile {	margin-right: 20px;	float: left;	width: 45%;	border: none;}.profile h3 {	margin-top: 0px;	margin-bottom: 0px;	color: #036;}.profile h4 {	margin-top: 0px;	color: #800;	font-size: 12px;}.profile img {	float: left;	margin-right: 10px;}.profile p {	position: relative;	color: #000;}.profile a {	text-decoration: none;}

#subtitle {
	position: absolute;
	top: 76px; left: 16px;
	margin: 0; padding: 0;
}

.product {	overflow: auto;	margin-top: 20px;}.product img {	float: left;	margin: 10px;}.footer {	margin-top: 20px;	padding-top: 20px;	text-align: center;}