@charset "UTF-8";
body {
	background: #111;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.centerimage{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.container {
	background-color: #FFF;
}
#links {
	background-image: url(../images/infoback.png);
	height:130px;
	color: #FFF;
}
#links ul{
	list-style-type: none;
	display: block;
}
#links ul > li{
	padding: 2px;
}
#moreinfo {
	text-indent:-9000px;
	background-image: url(../images/topbanner.png);
	background-repeat: no-repeat;
	height: 47px;
	margin-left:auto;
	margin-right:auto;
	background-position: 0px 0px;
	color: #171111;
}
#reflection {
	background-image: url(../images/reflection.png);
	background-repeat: no-repeat;
	height: 47px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
}
a.tooltip span {
	display: none;
	margin-left: 8px;
	padding: 10px;
	width: 300px
}
a.tooltip span br {
	margin-bottom: 10px
}
a.tooltip:hover span {
	background: #fff;
	border: 1px solid #ccc;
	color: #6C6C6C;
	display: inline;
	font-size: 80%;
	position: absolute;
	text-align: justify
}
h1 {
	text-indent:-9000px;
	background-image:url(../images/banner.png);
	background-repeat: no-repeat;
	margin-bottom:1px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:25px;
	color: #3F2A20;
}
p{
	padding-left:10px;
	text-align:justify;
	padding-right: 10px;
}
a,a:hover, a:active, a:visited{
	color: #BF9249;
}
a:hover, a:active{
	text-decoration: none;	
}
#preview {
	margin-top: 12px;
}
#footer {
	text-align: center;
	color: #CDB176;
	margin-top:30px;
	height: 20px;
	background-color: #1C1C1C;
}
