@charset "utf-8";
/* CSS Document */
body
{
margin-top:0px; margin-bottom:0px;
}
#main
{
border:#f3f3f3; border-style:double; border-width:thin; width:1000px; height:auto; margin:auto;
}
.logo
{
width:500px; padding-left:5px; padding-top:5px; padding-bottom:5px;  
}
.nav
{
width:990px; margin:auto; background-image:url(../images/button_bg.jpg); background-repeat:repeat-x; border-radius:5px; height:45px;
}
.nav_text a
{
font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#FFF;  list-style:none; padding-left:30px; padding-right:30px; text-decoration:none; 
}
.nav_text a:hover
{
font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#fff;  list-style:none; padding-left:30px; padding-right:30px; text-decoration:underline; 
}
.banner
{
width:990px; margin:auto; margin-top:10px; margin-bottom:10px;
}
.welcome
{
font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#686868; width:600px; font-weight:bold; padding-left:5px; 
}
.text
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:24px; text-align:justify; padding-left:5px; padding-right:10px; color:#535252;
}
#thumb
{
width:238px; height:281px; background-image:url(../images/thumb_bg.jpg); background-repeat:no-repeat;
}
.thumb_text
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#535252; text-align:left;
}
.thumb_text a
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#535252; text-align:left; text-decoration:none;
}
.thumb_text a:hover
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#005e2c; text-align:left; text-decoration:underline;
}
.text a
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:24px; text-align:justify; padding-right:10px; color:#535252; text-decoration:none;
}
.text a:hover
{
font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:24px; text-align:justify; padding-left:5px; padding-right:10px; color:#005e2c; text-decoration:underline;
}