@charset "utf-8";
/* CSS Document */
body{
font-family:"Arial","MingLiU","PMingLiU";
text-align:center;
padding:0;
margin:0;
background:url(images/body_bg.jpg) repeat-x #B0B9AC;
}
p{
font-size:0.8em;
color:5b5b5b;
}
#wrapper{
text-align:left;
margin:0 auto;
width:980px;
/* border:1px solid #dedede; */
background-color:#f3f4ee;
}
#topBanner{
width:980px;
height:295px;
background:url(images/banner.jpg) no-repeat;
}

#leftMenu{
width:229px;
float:left;
background:url(images/menu_bg.gif) repeat-y;
}
#leftMenuBtm{
width:229px;
float:left;
padding-bottom:12px;
background:url(images/menu_btm.jpg) no-repeat bottom;
}
#leftMenuBtm ul{
margin:0;
margin-left:15px;
padding:0;
}
#leftMenuBtm ul li{
font-size:0.8em;
list-style-type:none;
display:block;
width:190px;
height:40px;
padding:0;
margin:0;
background:url(images/menu_btn_bg.jpg) no-repeat top left;
}
#leftMenuBtm ul li a{
background:url(images/bullet_wbg.jpg) left no-repeat;
display:block;
width:165px;
height:20px;
padding:15px 5px 5px 20px;
margin:0;
color:#333333;
text-decoration:none;
}
#leftMenuBtm ul li a:hover{
color:#0066CC;
}
#contentWrapper{
width:728px;
float:left;
padding:25px 12px 25px 10px;
}
#featuredBox{
width:181px;
float:right;
margin-left:10px;
margin-bottom:10px;
}
#featuredBox ul{
margin:0;
padding:0;
}
#featuredBox ul li{
list-style-type:none;
padding:0;
margin:0;
margin-bottom:-4px;
}
#featuredBox img{
margin:0;
padding:0;
border:none;
}
#footer{
clear:both;
padding:15px;
text-decoration:none;
background:url(images/footer_bg.jpg) no-repeat top #244b68;
}
.whiteSmallTxt{
color:#b2c7d7;
font-size:0.8em;
text-align:center;
vertical-align:top;
line-height:1.3;
 
}
.textImage{
margin:0;
padding:0;
}