#wrapper {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#nav {
	width: 100%;
}
#lefCol {
	background-color: #FFF;
	float: left;
	width: 140px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0px;
	margin-right: 10px;
	margin-top: 10px;
}
#slug {
	padding: 0px;
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	letter-spacing: .1em;
	text-align: center;
}
#content {
	padding: 0px;
	float: left;
	width: 370px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	margin-right: 20px;
	margin-left: 10px;
}
#yellow {
	background-image: url(images/yellow.gif);
	padding: 0px;
	width: 900px;
	height: 10px;
	background-repeat: no-repeat;
}
#photo {
	float: left;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .8em;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.side_menu-links {
	background-color: #246B8B;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	color: #246B8B;
	font-weight: normal;
}
.p {
	font-size: 0.9em;
	line-height: 22px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
#banner {
	background-image: none;
	clear: both;
	width: 870px;
	background-repeat: no-repeat;
	height: 85px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.5em;
	color: #FFF;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-transform: uppercase;
	font-variant: normal;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #069;
}

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 140px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 140px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 140px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 140px;
}
.pBullets {
	font-size: 0.9em;
	line-height: 22px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	list-style-type: circle;
	list-style-position: outside;
}
#PhotoColLeft {
	width: 230px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
}
#PhotoColCenter {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
}
#PhotoColRight {
	float: right;
	width: 230px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

