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

p {padding: 9px 0px 9px 0px; margin: 0px;}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
}
ul li { list-style-image: url(../images/bullet.gif); }

h1, h2 {
	text-align: left;
	background: url(../images/h1-bg.jpg) no-repeat center bottom;
	font-weight: normal;
	font-size: 28px;
	color: #959595;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px;
	padding: 9px 0px 4px;
}
h2 {
	background: none;
	font-size: 18px;
	color: #8E640E;
	margin: 0px;
	padding: 9px 0px 9px 0px;
}
a:link, a:visited {
	color: #8E640E;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
img {border: none;}

.rightimg {float: right; margin: 10px 0px 10px 10px; position:relative; display:block; border:1px solid #a07210; padding:4px; background-color:#F9F0DF; z-index:1;}
.leftimg {float: left; margin: 10px 10px 10px 0px; position:relative; display:block; border:1px solid #a07210; padding:4px; background-color:#F9F0DF; z-index:1;}
.leftimg span, .rightimg span {visibility:hidden;display:none; z-index:1;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:4px; left:4px;}
#container {
	width: 921px;
	margin: 0px auto;
	background: #ffffff url(../images/container-bg.jpg) 33px 0px repeat-y;
	border-right: 2px solid #868686;
	border-left: 2px solid #868686;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
}
#top {
	height: 326px;
	width: 921px;
	background: url(../images/top-bg.jpg) no-repeat;
}
#top a img { visibility:hidden;}
#top a:hover img,#chat a img { visibility: visible;}
#logo {
	height: 48px;
	width: 238px;
	position: relative;
	left: 35px;
	top: 65px;
	z-index: 5;
	display:block;
}
#chat {
	position: absolute;
	left: 37px;
	top: 136px;
	height: 50px;
	width: 240px;
	z-index:1;
}
#content {
	padding: 5px 15px 20px;
	text-align: justify;
	width: 701px;
	float: left;
}
#content p,#content li {line-height:20px;}
#right {
	float: right;
	width: 190px;
	background: url(../images/case-bg.jpg) center top no-repeat;
	padding-top: 170px;
}

#footer {
	background: #FFFFFF url(../images/footer-bg.jpg) repeat-x;
	padding: 5px 15px;
	width: 891px;
	text-align: center;
	clear: both;
	color: #666666;
	font-size: 10px;
}
a.conversion {color:#FF0000;}
a.conversion:hover {color:#000000;}
