body {
	/*background: #000 url(images/bg.jpg) no-repeat fixed right top;*/
	background: #036 url(images/bg_blue.jpg) no-repeat fixed right top;
	margin: 0 auto 12px auto;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.wrapper #container {
	width: 920px;
	background: #fff;
	margin: 20px auto 0 auto;
	border: 0px solid red;
	text-align: left;
}
.wrapper #header {
	background: #ddd url(images/bg_header.jpg) repeat-y center top;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #036;
}
.wrapper #header img {
	border: 0;
	text-decoration: none;
}
.wrapper #header h1 {
	margin: 0; /* used to avoid margin collapse. Add border to div does same thing */
	padding: 0;
}
.wrapper #header #photos {
	margin: 0 auto;
	padding: 0;
	background: #CCC url(images/bg_header_photos.gif) repeat-y center top;
	text-align: center;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
}
.wrapper #mainContent {
	margin-left: 160px;
	padding: 0;
	background: #fff;
	
}
.wrapper #mainContent p {
	margin: 1em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
.wrapper #mainContent ul li {
	list-style-image: url(images/bullet.gif);
}
.wrapper #footer {
	padding: 0 10px;
	text-align: center;
	background:#DDDDDD;
	border-top: 1px solid #036;
	clear: both;
}
.wrapper #footer p {
	margin: 0; /* used to avoid margin collapse - a space between divs */
	padding: 10px 0;
	font-size: .9em;	
}
#collage p {
	margin: 0;
	border-top: 1px solid #036;
}
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
.toplink {
	font-size: 90%;
	text-align: right;
	padding-right: 24px;
}
a:link {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
.wrapper #container #header #breadcrumbs {
	background: transparent;
	font-size: .8em;
	text-align: left;
	padding: 3px 14px;
	margin: 0 auto;
	border-bottom: 1px solid #036;
	font-weight: normal;
	
}
.wrapper #container #header #breadcrumbs a {
	font-weight: normal;
	
}
.wrapper #container #header #breadcrumbs #phone {
	float: right;
	padding-right: 14px;
	font-weight: bold;
	text-align: right;
}
#nav {
	width: 150px;
	float: left;
	margin: 20px 0 0 4px;
	padding: 0px 4px 4px 0;
	background-color: white;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	border: 1px #330 solid;
	padding: 0px;
	margin: 2px 0;
	}

#nav li a {
	color: #333;
	background: #e8e8e8;
	display: block;
	text-decoration: none;
	padding: 3px;
	}
#nav li a:hover	{
	color: green;
	text-decoration: none;
	background: #e8e8e8 url(images/bg.gif) left top;
	}
#nav #announcement {
	margin-top: 10px;
	width: 160px;
	padding: 6px;
	background: #9ff;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
	}
