body {
	background-color: #252525;
	color: #fff;
	font-family: verdana;
	font-size: 12pt;
	margin: 0;
}

#container {
	background-color: #252525;
	border-left: 2px solid #464646;
	border-right: 2px solid #464646;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 1px;
	width: 90%;
}

#header {
	background: #000 url('../img/header.jpg') top right no-repeat;
	font-size: 0;
	height: 199px;
}

#header h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#inner-container {
	background-color: #fff;
	padding-right: 327px;
}

#body,
#photo-stream {
	float: left;
	position: relative;
}

#photo-stream {
	border-left: 1px solid #898989;
	margin-right: -100%;
	padding: 0 15px;
	width: 281px;
}

#body {
	padding-left: 15px;
	width: 100%;
}

#footer {
	border-top: 1px solid #898989;
	clear: both;
	color: #898989;
	font-size: 8pt;
	padding: 10px;
	text-align: center;
}

#photo-stream img {
	background-color: #1a1a1a;
	border: 1px solid #898989;
	display: block;
	margin-bottom: 15px;
	padding: 5px;
	width: 270px;
}

#nav {
	background: url('../img/nav-bar.jpg') repeat-x;
	height: 55px;
	padding-right: 15px;
	text-align: right;
}

#nav ul {
	background: url('../img/nav-button-right.jpg') top right no-repeat;
	float: right;
	margin: 0;
	padding-right: 1px;
	width: 896px;
}

#nav a {
	background: transparent url('../img/nav-button-left.jpg');
	color: #202020;
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 128px;
}

* html #container {
	width: 1000px;
}

* html #nav a {
	position: relative;
	left: 4px;
	width: 127px;
}

#nav a:hover {
	background: transparent url('../img/nav-button-hl.jpg') no-repeat;
}

#nav li {
	display: inline;
}

#sponsor {
	background-color: #252525;
	border-bottom: 2px solid #666;
	color: #bbb;
	font-style: italic;
	font-weight: bold;
	height: 26px;
	margin-left: -1px;
	margin-right: -1px;
	padding: 2px 10px;
	position: relative;
}

#sponsor .next_meeting {
	position: absolute;
	right: 10px;
}

#sponsor a {
	color: #bbb;
}

#photo-stream h2,
#body h2 {
	color: #fff200;
	font-size: 22pt;
	line-height: 1em;
	margin: 15px 0;
}

#body h3 {
	color: #bbb;
	font-size: 16pt;
	font-style: italic;
}

#body h2 .news_datestamp {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}

#body p {
	line-height: 1.5em;
	padding-right: 10px;
}