@charset "utf-8";
/* CSS Document */
body{
    margin: 0 auto;
  padding: 0;
  background-color: #005B80;
  background-image: url('images/page_t.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:950px;
	border-collapse:collapse;
	border-color:#036;
	border:solid;
	border-width:thin;
	padding:2px;
    background-color: #FFFFFF;
}
#top
{
	width:auto;
	background:url(images/tour-pattay_topbg.gif);
	height:83px;
}
#logo{
	background-image:url(images/tour-pattay_logo.gif);
	width:262px;
	height:83px;
	float:left;
}
#topleft{
	float:right;
	height:82px;
}
#menu{
	width:100%;
    margin: 0px;
    padding: 5px;
}
#menu li{
  display: inline;
}
#menu lu{

}
#banner{
  width:950px;
  height:160px;
}
#sidebar{
  width: 200px;
  min-height:800px;
  float:left;
  background-color: #99CCFF;
  background-image: url(images/sidebar_bg.gif);
}
#sidebar ul{
  list-style:none;
  list-style-image: url(images/arrow-icon.gif) ;
  padding-left: 23px;
  font-size: 14px;

}
#sidebar ul li a:link{
  text-decoration: none;
  color:#FFFFFF;
}
#sidebar ul li a:visited{
  text-decoration: none;   
  color:#FFFFFF;
  font-weight: 300;
}
#sidebar ul li a:hover{
  color:#FFCC33;
  font-weight: 700;
}

#sidebar #headtopic{
  padding-left: 25px;
  background-image: url(images/blockheader.png);
  height: 26px;
  padding-top:6px;
  font-weight: bold;
  color: #003366;
}


#content{
  clear:left;

}

#rightcontent{
  background-color:#F0F0F0;
  float:left;
  width:744px;
  padding:3px;
  font-size: 14px;

}
#rightcontent a:link,a:visited{
  font-size: 14px ;
  color:#003366;
}
#rightcontent a:hover{
font-size: 15px ;
color:#FFCC66;
}
#rightcontent .article-detail a:hover{
  color: #3366CC;
}


#rightcontent h1{
	display:inline;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 12px;
  padding-bottom: 0px;
}
#bottomcontent
{

clear: both;
}
#hilighthead{
  background-image: url(images/smiley-star.png);
  font-size: large;
  background-repeat: no-repeat ;
  padding-left:38px;
}


#footer{
	text-align:center;
	padding:7px;
    background: #0066CC;
}