@import url(style.css);
html, body{
	background: #f5f8f2 url(/images/site_bg.jpg) repeat-x top;
}
/* Header */
#h_top{
	width: 725px;
	height: 18px;
	float: left;
	background: url(/images/h_top.jpg) no-repeat;
	padding: 44px 25px 0 0;
	text-align: right;
}

#logo{
	width: 288px;
	height: 151px;
	float: left;
	background: url(/images/ats_logo.jpg) no-repeat;
}

#h_bottom{
	width: 462px;
	height: 151px;
	float: left;
	background: url(/images/h_bottom.jpg) no-repeat;
}

.top_content{
	width: 462px;
	float: left;
	margin-top: 122px;
	font-size: 11px;
	color: #ccff66;
	text-align: center;
}

#main_menu{
	width: 750px;
	height: 33px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#main_menu li{
	width: auto;
	height: auto;
	float: left;
}

#main_menu li img{
	float: left;
}

.mm_links:link, .mm_links:active, .mm_links:visited{
	width: auto;
	height: 33px;
	float: left;
	padding: 10px 27px 4px 27px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/menu_bg.jpg) repeat-x top;
}

.mm_links:hover{
	color: #642514;
}

/* Contents */

#cl_01{
	width: 218px;
	height: 207px;
	float: left;
	background: url(/images/cl_left_bg.jpg) no-repeat;
	padding: 98px 10px 0 10px;
}
#cl_01 p.regular_para_w{ margin-bottom:0; padding-bottom:0;}
#cl_02{
	width: 249px;
	height: 275px;
	float: left;
	padding: 30px 0 0 3px;
	background: url(/images/cl_right_bg.jpg) no-repeat;
}

.more_travel_tips:link, .more_travel_tips:active, .more_travel_tips:visited{
	width: 231px;
	height: 69px;
	float: left;
	padding: 5px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
}

.more_travel_tips:hover{
	background: url(/images/more-tips-hbg.jpg) no-repeat;
}

.more_travel_tips img{
	margin-right: 5px;
}

.mtt_orange{
	color: #fff0bc;
}

.mtt_lgreen{
	color: #f2ffdc;
}

.bottom_left{
	width: 375px;
	height: auto;
	float: left;
	background: url(/images/bleft-content.jpg) repeat-y;
}

.bl_content{
	width: 345px;
	height: auto;
	float: left;
	background: url(/images/bl-top-bg.jpg) no-repeat top;
	padding: 25px 15px 15px 15px;
}

.bottom_right{
	width: 374px;
	height: auto;
	float: right;
	background: url(/images/bright-content.jpg) repeat-y right;
	margin-bottom: 2px;
}

.br_content{
	width: 344px;
	height: auto;
	float: left;
	background: url(/images/bright-top-bg.jpg) no-repeat top right;
	padding: 20px 15px 0px 15px;
}