body {

	background: #cccccc;
	margin: 0px;
}


.header {
	width: 850px; 
	height:141px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.nav {

	background: url('images/navbackground.gif') repeat-x;
	position: absolute;
	top: 141px;
	left: 0px;
	width: 850px;
	height: 23px;

}

.content {

	background: url('images/contentbackground.jpg') repeat-y;
	width: 850px;
	position: absolute;
	top: 164px;
	left:0px;
	
}

P {
	font: normal 11pt Arial;
	margin: 20 380 0 21px;

}

.photoarea {

	position: absolute;
	left: 510px;
	top: 190px;
	width: 360px;

}

.title {
	font: bold 14pt Arial;
	color: #000066;
	margin: 20 380 0 21px;

}