@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	line-height:1.4em;
	text-align:center;
	background: url(../images/bg.jpg) top left repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
#pagebody {
	width:980px;
	background: url(../images/top_bg.jpg) no-repeat center top;
	overflow:auto;
}
#content {
	margin-top:255px;
	clear:both;
}
#left {
	width:230px;
	height:auto;
	float:left;
	margin-top:60px;
}
#left  img {
	margin-top: 10px;
	padding:4px;
	background:#fff;
	border:1px solid #CCC;
}
#right {
	background: url(../images/right_bg.jpg) top center no-repeat #fff;
	float:left;
	width:737px;
	text-align:center;
	text-align:left;
}
.midd {
	padding:5px 15px 0px 15px;
	clear:both;
	width:705px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
.right_top {
	background: url(../images/right_bg.jpg) top center no-repeat;
	float:left;
	width:722px;
	height:30px;
	padding-top:20px;
	padding-left:15px;
	margin-bottom:5px;
}
hr {
	height:1px;
	color:#F60;
}
h1 {
	font-size:27px;
	line-height:35px;
	color:#F00;
}
h1 span {
	color:#060;
}
h2 {
	font-size:19px;
	line-height:25px;
	margin-bottom:5px;
	color:#006;
}
h2 span {
	color:#F00;
}
h3 {
	font-size:17px;
	line-height:23px;
	margin-top:15px;
	margin-bottom:5px;
	color:#006;
}
h3 span {
	color:#F00;
}
.myTable, .myTable td  {
	border:1px solid #999;
	border-collapse:collapse;
	padding:3px;
}
#bottom {
	display:inline;
	float:left;
}
#bottom .logo {
	float:left;
	width:230px;
	padding-top:5px;
}
#bottom .copy {
	float:left;
	line-height:41px;
	color:#FFF;
	text-align:left;
	padding-left:20px;
	width:717px;
	background:url(../images/copy_bg.jpg) repeat-x left top;
	margin-bottom:10px;
}
.red {
	color:#F00;
}.price {
	font-weight: bold;
	color: #FF0000;
}
.blue {
	font-weight: bold;
	color: #00F;
}

