﻿
/* CSS Document */
*{margin:0;padding:0;}

body{
 font:12px  Arial,verdana,sans-serif;
 color:#666666;
 word-spacing:1px;
 background-color:#cccccc;
}

.clear{ clear:both;} 

img{border:0px;}
h4{font:13px Arial,verdana,sans-serif; color:#333333; font-weight:bold;}
h3{font:12px Arial,verdana, sans-serif; color:#0099cc; font-weight:bold;}


#wrapper{
 width:100%;
 text-align:center;
}

#innerWrapper{
 width:970px;
 margin:0 auto;
 text-align:left;
 background-color:white;
}

#insideWrapper
{
    width:950px;
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    margin-top:5px;
    }
    
#homeimg
{
    width:950px;
    text-align:left;
    }
    
    
.leftimg,.rightword{
overflow:hidden;
width:950px;
}

.leftimg{
 float:left;
 width:690px;
}

.rightword{
 float:left;
 width:260px;
 height:237px;
 background-color:#003366;
}

.rightword a { color:white; text-decoration:none; margin-left:8px;}
.rightword a:hover{text-decoration:underline;}

#maintext{
    width:900px;
    text-align:left;
    margin-left:17px;
    margin-right:17px;
    margin-top:9px;
    }
    
.line1, .line2, .line3{
    overflow:hidden;
    width:900px;
    }
    
 .line1
 {
     float:left;
     width:250px;
 }
 
 .line2
 {
     float:left;
     width:400px;
     margin-left:30px;
 }
 
  .line3
 {
     float:left;
     width:200px;
     margin-left:20px;
 }
 
 .pmenu, pcontent
 {
    overflow:hidden;
    width:900px;
     }
     
 .pmenu
 {
     float:left;
     width:170px;
     height:100%;
     background:url("../images/bgm.jpg");
     margin-right:20px;
     }
     
 .pmenu a
 {
display:block;
padding:3px;
width:200px;
color:#666666;
font-weight:bold;
border-bottom: 1.2px solid #cccccc;
text-decoration:none;
     }
     
.pmenu a:hover
{
   
    }
 
 .pcontent
 {
     float:left;
     width:670px;
     }
     
.hl
{
   background:url("../images/bgh.jpg");
    height:19px;
    color:White;
    font-weight:bolder; 
    width:100%;
    }
 
 #footer{margin-top:20px; font-size:11px; margin-bottom:7px;}
 #footer hr{color:#999999;}

