/* CSS Document - new */

body, html {
	background-color: #000000;
	background-image:url(images/bgMain.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#ffffff;
}
ul {
	margin:0;
	padding:0 0 30px 40px;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1024px;
	height:171px;
	background-image:url(images/bgHeader.gif);
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width:826px;
	height:47px;
	font-size:15px;
	padding-top:4px;
	margin:auto;
	text-align:right;
}
#nav a:link, #nav a:visited {
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	font-family:Helvetica, Arial, sans-serif;
	color:#a79c11;
	text-decoration:none;
}
#content {
	width: 826px;
	background-color:#232323;
	background-image:url(images/watermark.gif);
	background-repeat:no-repeat;
	background-position:right center;
	border-top: solid 4px #181818;
	margin-right: auto;
	margin-left: auto;
	margin-top:44px;
}
#copy{
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	padding:15px 15px 0 15px;
	overflow: hidden
}
#left{
	width: 270px;
	float:left;
}
#right{
	width: 500px;
	float:right;
	margin-right: auto;
	margin-left: auto;
	padding-left:26px;
}
#bottom {
	width:826px;
	height:51px;
	background-image:url(images/bgFooter.gif);
	margin:auto;
}
#footer{
	width:826px;
	font-size:10px;
	text-align:center;
	color:#cacaca;
	margin:auto;
	padding:10px 0 10px 0;
	clear:both;
}
#footer a:link, #footer a:visited {
	color:#a79c11;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#a79c11;
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	color:#a79c11;
}
a:link, a:visited {
	color:#A50C38;
	text-decoration:none;
}
a:hover, a:active {
	color:#A50C38;
	text-decoration:underline;
}
h1 {
	font-size:22px;
	font-weight:lighter;
	margin:0px;
	padding:0px;
	line-height:24px;
}
h3 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:16px;
}
p {
	margin:0;
	padding:0 0 20px 0;
}
.quote {
	font-size:12px;
	color:#cacaca;
	line-height:15px;
}
.small {
	font-size:10px;
	color:#cacaca;
	line-height:15px;
}
.lgPic {
	padding-bottom:10px;
}

.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }

#buttons {
	list-style:none;
	margin:10px 0 15px 0;
	padding:0;
}

#buttons li {
	float: left;
	margin: 0 25px 0 0;
}