body {
	background-color: #FDF8F0;
	border: 0px;
	font-family: georgia;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

#header {
	position: absolute;
	top: 50px;
	left: 50px;
	background-image: url(images/header.jpg);
	width: 500px;
	height: 130px;
}

#content {
	position: absolute;
	top: 150px;
	left: 300px;
	width: 400px;
	text-align: justify;
}

#navigation {
	position: absolute;
	top: 190px;
	width: 125px;
	left: 145px;
	text-align: right;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #F3A94D;
	text-decoration: underline;
}

a#photoNav {
	color: #666666;
	text-decoration: none;
}