body {
	color: #FFFFFF;
	width: 600px;
	margin-top: 20px;
margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #070D04;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align:right;
	line-height: 20px;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #F32667;
	text-decoration: underline;
}
#left {
	float: left;
	width: 280px;
margin-top:20px;
}


#right {
	margin-left: 300px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #F32667;
	text-decoration: underline;
}

.home-description {
	font-size: 13px;
}

.bioline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 20px;
}