@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background-color:#154080;
/*background-color:#F3F9C9;
background-image:url(../images/body_bg.gif);*/
height:350px;
background-repeat:repeat-x;
}

.top{
background-image:url(../images/top_bg.gif);
height:11px;
background-repeat:repeat-x;
}
.nav{
background-image:url(../images/nav_bg.gif);
height:48px;
background-repeat:repeat-x;
}

.content_bg{
background-image:url(../images/content_bg.gif);
height:255px;
margin-top:20px;
background-repeat:repeat-x;
}

.left_box{
background-color:#E5EEB1;
border:solid 1px #A5B062;
margin-top:12px;
}

.left_header{
font-family:"Times New Roman", Times, serif;
font-size:24px;
color:#7A872A;
height:40px;
padding-top:15px;
}

.left_nav_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
height:30px;
border-bottom:dashed 1px #CDD698;
}

.person_head{
font-family:"Times New Roman", Times, serif;
color:#C05928;
font-size:18px;
}

.person_ifo{
font-family:"Times New Roman", Times, serif;
color:#6F7A22;
font-size:14px;
padding:12px;
}
.person_bord{
height:5px;
border-top:dashed 1px #6F7A22;
}

.products{
background-color:#C2C993;
height:170px;
}
.copy{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#6C743A;
text-align:center;
height:35px;
}

/*===================== nav ===========================*/

a.left_nav{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}

a.left_nav:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#C05928;
text-decoration:underline;
}
