﻿body {
	margin:0px;
	font-family:tahoma, verdana, arial;
	font-size:small;
	background:url(img/bg.png);
}
a.book {
	background:url(img/button/button.jpg);
	width:100px;
	height:20px;
	display:block;
}
a.book:hover {
	background:url(img/button/button-hover.jpg);
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a:visited {
	color:#FFF;
}
.contain {
    margin:0 auto;
	width:900px;
	background:#FFF;
	border:1px #e6e6e6 solid;
}
.wrapper {
	height:217px;
}
.head {
	width:900px;
}
.head-rg {
    float:right;
	width:608px;
	height:217px;
	margin:1px 1px 0px 0px;
	background:url('img/banner.gif') no-repeat;
}
.b1 {
    float:right;
	width:600px;
	margin:1px 1px 0px 0px;
	clear:both;
}
.res { margin-top:240px; width:auto;}
.headcontent {
	text-align:right;
	font-size:small;
	font-weight:bold;
	height:20px;
	background:#5b3204;
	color:#FFF;
}
.heacontent a:hover {
    color:#FFF;
    text-decoration:underline;
}
.content {
	float:right;
	width:100%;
	border-bottom:1px #e6e6e6 solid;
	border-top:1px #e6e6e6 solid;
}
.content p {
	text-indent: 5px;
	margin-left:5px;
}
.menu {
	float:left;
	width:290px;
	background:#5b3204;
}
.menu ul li {
    height:18px;
    list-style:square;
}
.menu li a:hover {
	color:#FFF;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:20px;
}
.footer {
	width:100%;
	text-align:center;
	background:#5b3204;
}
.table{
	border-collapse:collapse;
	border:1px #f2f2f2 solid;
}
th{
	border:1px #f2f2f2 solid;
	background:#F2F2F2;
	color:#000;
}
.table td {
	border:1px #f2f2f2 solid;
}
.checkprice {
	display:block;
	background:url(img/button/button2C.jpg);
	width:115px;
	height:23px;
}
.checkprice:hover {
	background:url(img/button/button2D.jpg);
}
