html,body{
	background-color: #000;
	font-size: 14px;
	color: #e9e699;
	height: 100%;
	margin: 0;
	padding: 0;
}
#container{
	background-image: url("../images/container_bg_repeat.jpg");
	background-repeat: repeat-y;
	width: 780px;
	padding-left: 56px;
	padding-right: 63px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
#header{
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	height: 75px;
}
#banner{
	height: 261px;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
}
#top_menu{
	list-style: none;
	padding:  0;
	margin: 0;
	height: 41px;
}
	#top_menu li{
		float: left;
		display: inline;
		height: 41px;
	}
#contents{
	background-image: url("../images/contents_back_repeat.jpg");
	background-repeat: repeat-y;
	min-height: 579px;
	padding: 17px 13px 144px 14px;
}
	#content_left{
		width: 526px;
		float: left;
	}
		#content_left_top{
			min-height: 270px;
			padding: 10px;
			background-image: url("../images/left_top_bg_repeat.jpg");
			background-repeat: repeat-x;
			background-position: 0 100%;
		}
		#content_left_bottom{
			min-height: 207px;
			padding: 10px;
			background-image: url("../images/left_bottom_bg_repeat.jpg");
			background-repeat: repeat-x;
		}
		#tbl_package{
			border: 0;
		}
		#tbl_package th{
			color: #c4b16c;
		}
		#tbl_package td.odd,#tbl_package th.odd{ background-color: #1e1e1e; }
		#tbl_package td.even,#tbl_package th.even{ background-color: #0e0e0e; }
		#tbl_package td{
			width: 74px;
			text-align: center;
			color: #c4b16c;
		}
		#tbl_package td.tbl_info{
			width: 200px; text-align: left; color: #fff;
		}
	#content_right{
		margin-top: 10px;
		float:left;
		margin-left:8px;
		width: 194px;
		padding: 10px;
		min-height: 484px;
		background-image: url("../images/right_bg_repeat.jpg");
		background-repeat: repeat-x;
		border: 1px solid #2b2a2a;
	}
		#package_info{
		margin: 0 auto;
		width: 184px;
		}
#footer{
	height: 134px;
	width: 780px;
	position: absolute;
	bottom: 0;
}
#footer h1 a{
	float: right;
	width: 300px;
	margin: 20px 10px 0 0;
	font-size: 10px;
	color: #ffa;
	font-family: "verdana";
	line-height: 180%;

}
#footer h1 a:hover{
	text-decoration: none;
}
#content_bottom{
	height: 9px;
	background-image: url("../images/content_bottom.jpg");
	background-repeat: no-repeat;
	margin: 0; padding: 0;
	margin-left: 4px;
}
#bottom_menu{
	list-style: none;
	padding:  0;
	margin: 0;
	height: 43px;
	width: 780px;
}
	#bottom_menu li{
		float: left;
		display: inline;
		height: 43px;
	}

/* common */
a{ text-decoration: none;}
a:hover{ text-decoration: underline;}
a img{
	border: 0;
}
a:hover img{
	opacity: 0.80;
	filter:alpha(opacity=80);
}
h1,h2,h3,h4,h5,h6{
	margin: 5px 0;
	font-weight: normal;
	color: #c4b16c;
}
h1{ font-size: 30px; }
h2{ font-size: 25px; }
h3{ font-size: 20px; }
h4{ font-size: 18px; }
h5{ font-size: 16px; }
h6{ font-size: 14px; }
.dark_yellow{ color: #c4b16c }
.white{ color: #fff; }
.center{ text-align: center; }
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.thumb{
	min-height: 100px;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.thumb img{
	/*width: 66px;
	height: 66px;*/
	margin: 0 auto;
	border: 1px solid #ccc;
	display: block;
}
img.vtext{
	margin: 5px;
	float: right;
	border: 1px solid #000;
	width: 200px;
}
label.error{
	display: block;
	color: #ff0000;
}
input.error{
	border: 2px solid #f00;
}