body
{
	/* background-color: #fbdfea; */ /* = #f4afcb with 40% opacity */
	background-image: url(/images/dot_bg.gif);
	font-family: "Trebuchet MS", Arial, helvetica, Sans-Serif;
}

#container
{
	width: 970px;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#header
{
	background-color: #ffffff;
	margin-bottom: 5px;
}

#footer
{
	background-color: #eeeeee;
	text-align: center;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content
{
	background-color: #d7e4f4; /* = #9bbce3 with 40% opacity */
	width: 950px;
	padding: 10px;
	margin-bottom: 5px;
}

#photos
{
	float:right;
	height:400px;
	padding:5px;
	width:200px;
}

#nav
{
	background-color: #eeeeee;
	width: 970px;
	height: 22px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;
}

#spDetails
{
	display: none;
}

a:visited
{
	color: #003366;
}

.navLink a:link, .navLink a:visited
{
	float: left;
	text-align: center;
	width: 138px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.navLink a:hover
{
	color: #f4afcb;
}

.photoCaption
{
	font-weight: bold;
	font-size: 0.75em;
	color: #333333;
}

.clear
{
	clear: both; 
	line-height: 0;
}