body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 500px;
	background: #eadccf url('../images/contact.gif') no-repeat bottom left;
	}
	
#container {
	position: relative;
	left: 0px;
	top: 0px;
	}

#photo {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 125px;
	height: 125px;
	border: 5px #445d6f solid;
	background: #333333 url('../images/rian.jpg') no-repeat top left;
	}
	
#bio {
	position: absolute;
	top: 15px;
	left: 150px;
	}
	
form {
	position: absolute;
	top: 160px;
	}
	
p {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	}
	
.bold {
	font-family: "Verdana";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #445d6f;
	text-decoration: none;
	}

a:link {
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #445d6f;
	text-decoration: none;
	}

a:hover {
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #445d6f;
	text-decoration: underline;
	}

a:visited {
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #445d6f;
	text-decoration: none;
	}

a:active {
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #445d6f;
	text-decoration: none;
	}

a:visited:hover {
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #445d6f;
	text-decoration: underline;
	}
