/* ---------- overall ---------- */

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #edeac9;
	background: #333 url(img/bg.gif) repeat-x;
	text-align: center;
}
body, div, ul, li, dl, dd, dt, p, table, tr, th, td, hr, a, img {
	padding: 0;
	border: 0;
	margin: 0;
}
a {
	outline: none;
	color: #ff943e;
	text-decoration: none;
}
a:link {
	color: #ff943e;
	text-decoration: none;
}
a:visited {
	color: #e9a873;
}
a:hover {
	color: #ff943e;
	text-decoration: underline;
}
a:active {
	color: #ff943e;
}
p {
	margin: 0 0 15px 0;
}


/* ---------- layout ---------- */

#container {
	width: 780px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
#top {
	width: 740px;
	height: auto;
	text-align: left;
	margin: 0 auto;
}
#header {
	float: left;
	width: 440px;
	height: 494px;
	text-align: left;
	margin: 0;
	background: url(img/bg-header.gif) no-repeat left top;
}
#nav {
	float: right;
	width: 265px;
	height: 469px;
	text-align: left;
	margin: 0;
	padding-top: 25px;
	background: url(img/bg-nav.jpg) no-repeat left top;
}
#heading {
	width: 400px;
	height: 20px;
	text-align: left;
	margin: 277px 0 0 0;
}
#headingHome {
	width: 400px;
	height: 40px;
	text-align: left;
	margin: 257px 0 0 0;
}
#pics {
	clear: both;
	width: 403px;
	height: 160px;
	text-align: left;
	margin: 37px 0 0 0;
}
#bodyContent {
	clear: both;
	width: 740px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding-top: 35px;
}
#rightContent {
	float: right;
	width: 264px;
	height: auto;
	text-align: left;
	margin: 0 0 20px 20px;
	background: #1f2124;
	border: 1px solid #4c4c4c;
}
.paddedCopy {
	margin: 20px;
}
#footer {
	clear: both;
	width: 740px;
	height: auto;
	text-align: center;
	font-size: 10px;
	color: #918f80;
	white-space: pre;
	margin: 40px auto 0;
	padding: 15px 0 40px;
	background: url(img/footer.gif) no-repeat center bottom;
	border-top: 1px dashed #6b6a61;
}
#footer a {
	color: #918f80;
	text-decoration: none;
}
#footer a:link {
	color: #918f80;
	text-decoration: none;
}
#footer a:visited {
	color: #918f80;
	text-decoration: none;
}
#footer a:hover {
	color: #ff943e;
	text-decoration: underline;
}
#footer a:active {
	color: #918f80;
	text-decoration: none;
}

.indent {
list-style:disc;
margin:0 0 10px 20px;
padding:0 0 0 10px;
}

#vid {
	float: right;
	width: 264px;
	height: auto;
	text-align: left;
	margin: 0 0 20px 20px;
	
}