body {
	margin: 0px;
	background: #D7D0C8 url(../images/body-bg.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b2623;
}

p {padding: 9px 0px 9px 0px; margin: 0px;}
#content p,#content li {line-height:20px;}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
}
ul li {
	list-style-type: none;
	background: url(../images/bullet-bg.jpg) no-repeat left 8px;
	padding-left: 10px;
}
h1 {
	background: url(../images/divider-bg.jpg) no-repeat bottom;
	font-size: 30px;
	margin: 0px 0px 9px;
	padding: 9px 0px 2px;
	font-weight: normal;
}
h1 span {
	font-size: 14px;
	display: block;
	color: #6D1B1B;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #6D1B1B;
	margin: 0px;
	padding: 9px 0px;
}
h3 {
	font-size: 16px;
	color: #6D1B1B;
	font-weight: normal;
	margin: 0px;
	padding: 9px 0px;
}

a:link, a:visited {color: #C13534; text-decoration: underline; font-weight: normal; font-variant: normal;}
a:hover {color: #754F3A; text-decoration: none; font-weight: normal; font-variant: normal;}

img {border: none;}

.rightimg {float: right; margin: 10px 0px 10px 10px; position:relative; display:block;}
.leftimg {float: left; margin: 10px 10px 10px 0px; position:relative; display:block;}

.leftimg span, .rightimg span {visibility:hidden;display:none;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
#container {
	width: 911px;
	margin: 0px auto;
	background: url(../images/container.jpg) repeat-y;
	position: relative;
}
#top {
	height: 427px;
	width: 911px;
	background: url(../images/top-bg.jpg) no-repeat;
}
#content {
	padding: 5px 0px;
	text-align: justify;
	width: 911px;
	min-height:250px;
}
#footer {
	background: #331f1a url(../images/footer-bg.jpg) no-repeat;
	padding: 5px 0px 5px 0%;
	width: 100%;
	text-align: center;
	color:#D7D0C8;
}
a.conversion {color:#FF0000;}
a.conversion:hover {color:#000000;}
