 @charset "utf-8";

body {
	margin: 0px;
	background-color: #1D160C;
	background-attachment: fixed;
	background-image: url(../images/graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #F0B652;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a {
	color: #F0B652;
}
a:hover {
	color: #FDF1D7;
}

.gold_20{
	color: #F0B652;
	font-family: "Trebuchet MS";
	font-size: 20px;
}
.gold_18{
	color: #F0B652;
	font-family: "Trebuchet MS";
	font-size: 18px;
}

.white_20{
	color: #FAEBC9;
	font-family: "Trebuchet MS";
	font-size: 20px;
}
.white_18{
	color: #FAEBC9;

	font-family18px;
	font-size: 18px;
}
.white_16{
	color: #F8E9C7;
	font-family: "Trebuchet MS";
	font-size: 16px;
}
.white_13{
	color: #FAEBC9;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.small {
	font-size: 9pt;}

.pic {
	background-color: #1A1106;
	border: 1px solid #E3B152;
	margin: 7px;
	padding: 2px;
}

.pics img {
	background-color: #1A1106;
	border: 1px solid #E3B152;
	margin: 7px;
	padding: 2px;
}

#header {
	height: 411px;
	width: 100%;
	background-image: url(../images/graphics/images/site_1_02.png);
}
#head_content {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #1a1106;
}
#body_content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1a1106;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	height: 60px;
	width: 100%;
	background-image: url(../images/graphics/images/site_1_15.png);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}
#foot_content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 7px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#foot_content a {
	color:#F0B652;
}
#foot_content a:hover {
	color: #FFF7D4;
}
#wrapper {
	width: 100%;
	margin: 0px;
}
