body {
	background: #000 url(images/bg.jpg) repeat-x fixed left top;
	margin: 0 auto 12px auto;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.hide {	
	display: none;
}
.hide a {
	color: #336; 
	font-size: xx-small;
}
.wrapper #container {
	width: 800px;
	background: #fff;
	margin: 20px auto 0 auto;
	border: 0px solid red;
	text-align: left;
}
.wrapper #header {
	background: #666 url(images/bg_header.jpg) repeat-y center top;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #336;
}
.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 20px 20px 20px;
	background: #fff;
	
}
.wrapper #mainContent p {
	margin: 1em;
	line-height: 110%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}
h1, h2, h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
h4, h5, h6 {
	font-size: 1.35em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
.wrapper #mainContent ul {
	margin-left: 4em;
}
.wrapper #mainContent ol {
	margin-left: 2em;
	list-style: decimal url(none) outside;
	line-height: 110%;
}
.wrapper #mainContent ul li {
	
	list-style-image: url(images/bullet.gif);
	line-height: 110%;
}
.wrapper .calloutright {
	float: right;
	width: 200px;
	margin: 1em 0 1em 2em;
	color: #e8e8e8;
	background-color: #336;
	padding: 16px;
	text-align: center;	
	font-weight: normal;
	line-height: 150%;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;		
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
.wrapper .calloutright a {
	color: gold;
	font-weight: bold;
	text-decoration: none;
}
.wrapper .calloutright a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.wrapper #footer {
	padding: 0 10px;
	text-align: center;
	background:#ccc url(images/footer.gif) no-repeat center bottom;
	border-top: 1px solid #336;
	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;
}
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;
}
#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: #336;
	background: #fc3 url(images/bg_nav_off.jpg) repeat-y center top;
	display: block;
	text-decoration: none;
	padding: 3px;
	}
#nav li a:hover	{
	color: #333;
	text-decoration: none;
	background: #e8e8e8 url(images/bg_nav.jpg) repeat-y center 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%;
	}
