/* CSS Document */

body {
	margin:0px;
	background-color: #fffbe1;
}

#main {
	width:698px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../img/bodyBg.jpg);
}

#conten {
	width:660px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
	/*background-image:url(../img/bodyFoot.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	*/
	padding-bottom:10px;
	
}

#conten h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#E05323;
	margin-top:5px;
	/*background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	height:25px;*/
	padding-left:10px;
}

#conten h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left:10px;
	color:#E49C16;
}
#conten p{
	text-align:justify;
	margin:0 10px;
	}	
	
#top {
	background-image: url(../img/headBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:18px;
}
#bottom {
	font-size:10px;
	color:#666666;
	height:30px;
	background-image: url(../img/footBg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-top:2px;
	padding-right:25px;
	height:30px;
	text-align:right;
}
#bottom a{text-decoration:none; color:#719DE1;}
#bottom a:hover {color:#0099FF;}
#footer {
	background-color:#719DE1;
	margin:0px 19px 2px 19px;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	padding:6px 0px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

#menu{
	display:block;
	background-color:#188EDE;
	height:26px;
	margin:2px 21px 4px 22px;
	display:block;
	text-align:center;
}
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:6px 18px 6px 18px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}
#menu a:hover{
	background-color:#84AEDE;
}

.active {
	background-color:#006DC6;
	text-decoration:none;
	padding:6px 19px 6px 19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	margin:0px;
	border:none;
}
hr {
	height:1px;
	height:1px;
	color:#666666;
}

.tr {
	margin-left:10px; border:1px solid #999999; padding:5px;
}
.mr {
	margin:4px 10px 4px 10px; border:1px solid #999999; padding:5px;
}
.ml {
	margin:4px 10px 4px 10px; border:1px solid #999999; padding:5px;
}
.lc {
	margin:0 10px; border:1px solid #999999; padding:5px;
	}

#space {
	height:2px; display:block;
	}
	
.price1 {
font-size:15px; font-family:Arial, Helvetica, sans-serif; height:30px; }

.price2 {
	font-size:12px;
	color:#FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.bordes {border:1px solid #999999; padding:5px;}
