* {
	margin: 0;
	padding: 0;
	}
body {
	background: #333 url(images/tilebg.jpg) repeat-x center 325px;
	font: 14px/18px "Trebuchet MS";
	color: #515151;
	}
a {
	color: #ffff83;
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline;
	}
#container {
	width: 100%;
	height: 570px;
	padding: 80px 0 0;
	background: url(images/wingsbg.jpg) no-repeat center 125px;
	}
	#containerPhotos {
	width: 100%;
	height: 570px;
	padding: 80px 0 0;
	background: url(images/wingsbg.jpg) no-repeat center 125px;
	}
	#containerPhotos #window {
	position: relative;
	width: 860px;
	height: 555px;
	margin: 0 auto 0;
	background: url(images/photoswindowbg.png) no-repeat center top;
	}
	
	#container #window {
	position: relative;
	width: 860px;
	height: 555px;
	margin: 0 auto 0;
	background: url(images/windowbg.png) no-repeat center top;
	}
	#container #window h1, #containerPhotos #window h1 {
	overflow: hidden;
	height: 0;
	}
	#container #window #headNav, #containerPhotos #window #headNav {
	position: absolute;
	bottom: 502px;
	left: 15px;
	}
	#container #window #content {
	position: absolute;
	top: 70px;
	right: 15px;
	width: 550px;
	height: 450px;
	padding: 10px;
	overflow: auto;
	}
	#popContainer {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 830px;
	height: 0;
	overflow: hidden;
	}
	#popShadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .85;
	}
	#containerPhotos #window #content {
	position: absolute;
	top: 70px;
	right: 15px;
	width: 810px;
	height: 450px;
	padding: 10px;
	overflow: auto;
	text-align: center;
	}
	#container #window p, #containerPhotos #window p {
	margin: 0 0 10px;
	}
	#container #window h2, #containerPhotos #window h2 {
	margin: 0 0 10px;
	font: bold 22px/26px "Trebuchet MS";
	color: #707070;
	text-align: center;
	}
	#container #window h3 {
	margin: 10px 0 10px;
	font: bold 18px/22px "Trebuchet MS";
	color: #707070;
	text-align: center;
	}
	#container #window ul {
	margin: 0 20px 10px;
	}
	#container #window strong {
	color: #707070;
	}
	#container #window .lastUpdated {
	display: block;
	font: italic 12px/16px "Trebuchet MS";
	color: #434343;
	text-align: right;
	}
	
	#container #window .articleHome {
	padding: 0 0 10px;
	}
	#container #window .articleHome h3 {
	margin: 0;
	font: bold 16px/20px "Trebuchet MS";
	color: #515151;
	text-align: left;
	}
	#container #window .articleHome h3.articleDate {
	margin: 0 0 10px;
	font: bold 14px/18px "Trebuchet MS";
	color: #515151;
	text-align: center;
	}
	#container #window .articleHome p {
	margin: 0 0 0 15px;
	}
	#container #window .articleHome .articleFoot {
	font: 12px/16px "Trebuchet MS";
	text-align: right;
	}
	
	#container #window #comments {
	padding: 5px;
	background: #333;
	color: #707070;
	}
	#container #window #comments h3 {
	margin: 0;
	padding: 0;
	color: #939393;
	}
	#container #window #comments .commentDiv {
	padding: 5px;
	}
	#container #window #comments a {
	}
	
	#containerPhotos #window #content a {
	margin: 2px;
	}
	#containerPhotos a .color {
	display: none;
	}
	#containerPhotos a:hover .color {
	display: inline;
	}
	#containerPhotos a:hover .gray {
	display: none;
	}
	
	#container #footNav, #containerPhotos #footNav  {
	width: 850px;
	margin: 0 auto;
	padding: 3px 5px;
	font: 12px/16px "Trebuchet MS";
	text-align: right;
	}