html {
	background-color: #000;
}
body {
	background-color: #000;
	color: #FFF;
	margin: 40px 0px 0px 0px;
}
#container {
	width: 871px;
}
#goldline {
	width: 871px;
	height: 2px;
	background-image: url(../images/goldline.jpg);
	margin: 2px 0px 0px 0px;
}
#goldline2 {
	width: 871px;
	height: 1px;
	background-image: url(../images/goldline.jpg);
}
#menu {
	width: 871px;
	height: 44px;
}
#content {
	width: 871px;
	height: 421px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}
#presscontent {
	width: 871px;
	height: 401px;
	margin: 2px 0px 2px 0px;
	background-color:#000;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 871px;
	height: 31px;
	background-image: url(../images/gradient.jpg);
	margin: 2px 0px 2px 0px;
}
#title {
	height: 31px;
	margin: 2px 4px 2px 6px;
	font-size: 23px;
	color: #cdb4ad;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}
#bottom {
	width: 871px;
	height: 21px;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 2px 0px;
}
#bottommenu {
	float: left;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}
#copyright {
	float: right;
	color: #696969;
	font-size: 10px;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #dca989;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
/** content **/
.tagline {
	font-size: 11px;
	font-family: "Century Gothic", Verdana, sans-serif;
	width: 546px;
	color: #ffffff;
	line-height: 1.8em;
}
.style1 {
	font-size: 13px;
	color: #cdb4ad;
	font-weight: bold;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 11px;
}
.style9 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.style10 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
/*
The CSS. You can of course have this in an external .css file if you like.
Please note that not all these styles may be necessary for your use of Coda-Slider, so feel free to take out what you don't need.
*/

#wrapper {
	width: 860px;
	margin: 0 auto;
}
#intro {
	padding-bottom: 10px;
}
h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
}
#slider {
	width: 820px;
	margin: 0 auto;
	position: relative;
}
.scroll {
	width: 820px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	padding: 20px 10px 0px 10px;
	width: 800px;
}
#shade {
	background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
	height: 50px;
}
ul.navigation {
	list-style: none;
	padding: 0;
	padding-bottom: 0px;
}
ul.navigation li {
	display: inline;
	margin-right: 10px;
}
ul.navigation a {
	padding: 0px;
	color: #cdb4ad;
	text-decoration: none;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 4px 1px 4px;
}
ul.navigation a:hover {
	background-color: #000;
}
ul.navigation a.selected {
	background-color: #111;
	padding: 1px 4px 1px 4px;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -20px;
}
.scrollButtons.right {
	right: -20px;
}
.hide {
	display: none;
}
