/**************** 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;
}

#content h3 {
	font-weight:normal;
	text-decoration:underline;
	background-color:inherit;
	color: #003399;
	margin:15px 0 15px 0;
	font-size:1.4em;
	font-style:italic;
	letter-spacing:-1px;
	clear:both;
}

div.left_small_photobox {
	height:150px;
	width:445px; /* instead of 448px, i.e. 3px less: fixing Duplicate Characters Bug IE6 */
	float:left;
	padding:5px 10px 15px 0px;
}

div.left_small_photobox img.photoleft {
	float:left;
	padding-right:10px;
}
