body {
	padding: 0;
	margin: 0;
	background: #d6cf96 url(/images/bodybg.gif) repeat-y center;
	text-align: center;
}

body, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	background: #fff;
}

#header {
	background:red;
	height: 142px;
}

#nav {
	background: url(/images/barbg.gif) repeat-x;
	color: #fff;
	height: 29px;
	text-align: center;
	line-height: 29px;
	width: 770px;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 0 4px;
}

#content {
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: #fff url(/images/contentbg.jpg) no-repeat top left;
}
#contentInner {
	padding: 12px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0 0 1em 0;
}

h1, h2 {
	color: #dbc694;
	padding-top: 1em;
}
h1 {
	font-size: 12pt;
}
h2 {
	font-size: 11pt;
}

a {
	color: #ae9458;
}

#largePhoto {
	text-align: center;
	margin-bottom: 1em;
}

.gallery {
	text-align: center;
}

li {
	margin-bottom: 1em;
}

.video {
	clear: both;
	height: 110px;
}
#videos .videoStill, #videos .videoInfo {
	float: left;
}
#videos .videoStill {
	width: 140px;
}
#videos .videoInfo {
	width: 500px;
}

#topAd {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
}

#bottomAd {
	padding-top: 1em;
}