@charset "utf-8";


body {
	background-color: #30272C;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

a:link {
	color: #BC8657;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #AFACB5;
}
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 0px;
	border: 1px solid #C4C4C3;
	text-align:left;
}
#topLinks {
	background-image: url(images/links_bkg.jpg);
	height: 25px;
	background-repeat: no-repeat;
	width: 750px;
	clear: both;
	font-family: "Eurostile LT Std", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
#topLinks a {
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
	color: #FFFFFF;
}
#topLinks  a:hover {
	color: #EADBC4;
}

#header {
	background-image: url(images/header.jpg);
	width: 750px;
	height: 200px;
}

#sideLinks {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #8A8492;
	width: 200px;
	clear: left;
	text-align: left;
	margin: 0px;
	padding-right: 25px;
}
#sideLinks a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #BC8657;
}

#sideLinks a:hover {
	text-decoration: none;
	color: #AFACB5;
}

#bkg {
	background-color: #EADBC4;
	background-image: url(images/main_bkg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}
#pic {
	float: left;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
}
#content {
	float: right;
	font-family: "Eurostile LT Std", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #8A8492;
	text-align: left;
	width: 450px;
	clear: right;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.style1 {
	font-size: 10px;
	font-weight: bold;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 750px;
}
#footer {
	width: 750px;
	height: 32px;
	clear: both;
	background-color: #6F5E42;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #D4C2A8;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.1em;
}
a img {
border: 0;
}
