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

* {
	margin:0;
	padding:0;
	}

body {
	font-size:12px;
	color:#4b4948;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fef8e7;
	}

.travel_earstern_img {
	padding:4px;
	margin-left:8px;
	border:1px solid #000;
	}

.text {
	font-size:13px;
	line-height:20px;
	color:#4b4948;
	margin-bottom:12px;
	}
.title {
	font-size:17px;
	color:#ec9522;
	text-align:left;
	margin-bottom:16px;
	font-weight:bold;
	}

.title_2 {
	font-size:15px;
	font-weight:bold;
	color:#4b4948;
	margin-bottom:8px;
	margin-top:8px;
	}
.text_bold {
	font-size:13px;
	line-height:20px;
	color:#4b4948;
	font-weight:bold;
	margin-bottom:12px;
	}

#container {
	width:802px;
	height:auto;
	margin:auto;
	}
#logo_container {
	width:802px;
	height:105px;
	float:left;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	}

#banner {
	width:802px;
	height:302px;
	float:left;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	}

#about_us_banner {
	width:802px;
	height:302px;
	float:left;
	background-image:url(../images/about_us_banner.jpg);
	background-repeat:no-repeat;
	}
#page3_banner {
	width:802px;
	height:302px;
	float:left;
	background-image:url(../images/3rd_page_banner.jpg);
	background-repeat:no-repeat;
	}

/* menu 1 */

ul#menu1_container {
	width:802px;
	height:21px;
	float:left;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:12px 0 0 20px;
	}

ul#menu1_container li a {
	text-decoration:none;
	color:#ffffff;
	}
ul#menu1_container li a:hover {
	text-decoration:none;
	color:#333;
	}
ul#menu1_container li {
	display:block;
	float:left;
	margin:0;
	text-decoration:none;
	}
ul#menu1_container li.sep {
	padding:0 18px 0 18px;
	color:#000;
	}

/* end of menu 1 */	
	
#content_container {
	width:782px;
	height:auto;
	padding:10px;
	float:left;
	}
	
#footer_container {
	width:802px;
	height:50px;
	border-top:1px dotted #ec9522;
	padding:6px 0 0 0;
	clear:both;
	margin:auto;
	}
.footer_left_text {
	font-size:11px;
	color:#ec9522;
	float:left;
	}

.footer_left_text a {
	color:#ec9522;
	text-decoration:none;
	}
.footer_left_text a:hover {
	color:#ec9522;
	text-decoration:underline;
	}

.footer_right_text {
	font-size:11px;
	float:right;
	color:#696865;
	}
.footer_right_text a {
	color:#ec9522;
	text-decoration:none;
	}
.footer_right_text a:hover {
	color:#ec9522;
	text-decoration:underline;
	}
 /* gallery */
 
.guest_pic_container{
	width:772px;
	height:auto;
	padding:10px;
	float:left;
	}

.guest_pic_container a img {
	border:1px solid #ec9522;
	padding:2px;
	margin-right:32px;
	margin-bottom:20px;
	}
.guest_pic_container a:hover img {
	border:1px solid #333;
	}
	
#eastern_pic_container {
	width:762px;
	height:auto;
	padding:10px;
	float:left;
	}

#eastern_pic_container a img {
	border:1px solid #ec9522;
	padding:2px;
	margin-right:32px;
	margin-bottom:20px;
	}
#eastern_pic_container a:hover img {
	border:1px solid #333;
	}
 
 /* end of gallery */