@charset "utf-8";
body {
	background-color: #5b5758;
	margin: 0px;
	padding: 0px;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #d8af5c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #feca5d;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
h2 {
	font-size: 13px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-size: 13px;
}

.txtalign {
	padding-right: 80px;
}
ul {
	padding-top: 5px;
	margin-top: 0px;
}

.bold {
	color: #d8af5c;
}

.spacing {
	padding-top: 175px;
}
.thumbspacing {
	padding-top: 10px;
	padding-bottom: 10px;
}
.thumbspacing a {
	color: #FFFFFF;
	text-decoration: none;
}
.thumbspacing a:hover {
	color: #d8af5c;
	text-decoration: none;
}
.footer {
	background-color: #332F30;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color:#d8af5c;
	text-decoration: underline;
}

.logobg {
	background-image: url(../imgs/logooverlay.gif);
	background-repeat: no-repeat;
	background-position: right 167px;
}

.border {
	border: 2px solid #000000;
}
.hometxt {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

