/**************** Header and navigation styles ****************/

#header {
	background-color:#6699cc;
}

#navigation {
	background-color:#6699cc;
}

#navigation .selected, #navigation a:hover {
	background-color:#99ccff;
}

/**************** Footer styles ****************/

#footer {
	background-color:#6699cc;
}

/**************** Content styles ****************/

#content {
	width:916px;
	padding: 10px 20px 10px 20px;
	border-right:0;
}

img.photoright {
	float:right;
	padding-left:30px;
}

