#subnav {
	font-size: 0.80em;
	font-weight: bold;	
	padding: 0;
	overflow: auto;
	background: #79ceec;
	float: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;	
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul li {
	float: left;
}

#subnav ul li a {
	line-height: 2.2em;	
	background: #79ceec;
	display: block;
	padding: 0 6px;
	text-decoration: none;
	color: white;
}

#subnav ul li a:hover, #subnav ul li.on a {
	background: white;
	color: #79ceec;
}

#subnav .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: white;
	color: white;
	width: 100%;
}

#image {
	position: relative;
	padding: 0 0 1.5em 0;
	height: 374px;
}

#image img {
	display: block;
}

#imageChooser {
	list-style: none;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	margin: 0;
	padding: 0;	
}

#imageChooser a:link, #imageChooser a:visited {
	text-decoration: none;
	font-size: 0.8em;
	color: #626468;	
	margin-left: 0.3em;
}

#imageChooser li {
	display: inline;
}

#imageChooser li a.current {
	color: #4dbae5;	
}

#content h1 {
	font-weight: bold;
	color: #4dbae5;
	font-size: 1.4em;
	margin: 0 0 0.9em 0;
	padding: 0;
}

#content p {
	margin: 0.75em 0;
	line-height: 1.3em;	
}

#content #main {
	font-size: 0.9em;		
	width: 363px;
	float: left;
}

#content #main p, #content #sidebar p {
	margin-top: 0;
}

#content #sidebar {
	margin-top: 2.6em;
	padding-left: 12px;	
	width: 184px;
	float: left;
	color: #4dbae5;	
}

#content #sidebar p {
	font-size: 0.9em;
}

#content #sidebar .title {
	color: #626468;
}

#content #main a:link, #content #main a:visited {
	text-decoration: none;
	color: #444;
}

#content #main a:hover {
	color: #4dbae5;		
}

.leftquote {
	margin-left: -0.4em;
}