@charset "utf-8";
html, body, .bgLeft, .bgRight {
	height: 100%;
	width: 100%;
}
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	background:#ffffff;
	font-size:100%;
	line-height:1.4em;
}
a {
	color:#96370e;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, h7 {
	line-height:100%;
	margin:0;
	padding:0 0 0 0;
	color:#96370e;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration:none;
	color:#96370e;
}
h1 {
	font-size:1.4em;
	text-transform:uppercase;
}
hr {
	border-top:2px dotted #e6e6e6;
	border-right:0;
	border-bottom:0;
	border-left:0;
	margin:20px 0;
	padding:0;
	clear:both;
}
img {
	border:3px solid #96370e;
}
p {
	padding-top:0;
	margin-top:0;
}
strong {
	font-weight:bold;
	font-family:ScalaSansBold;
}
.wrapper{
	width:500px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.topMenu {
	text-align:center;
	font-size:10pt;
}
.topMenu ul {
	margin:0;
	padding:0;
}
.topMenu li {
	list-style:none;
	display:inline;
	padding:0 5px;
	border-left:1px solid #fff;
}
.topMenu li.first {
	border-left:0;
}
.topMenu a {
	color:#983803;
	text-decoration: none;
}
.topMenu a:hover {
	color:#acb8c0;
}
.button {
	padding:5px 5px 5px 20px;
	background:url(../img/moreIcon.png) no-repeat left center;
}