@charset "utf-8";

body {  
    background-color:#a8b3ad;
    background: url(../upload/layout/body_bg.jpg);
    font-family:Verdana; 
    font-size:10px;
    color: #000000;
}

input {
    font-family:Verdana; 
   font-size:10px;
}

img {
    border: 0px;
}

h1 {
    font-family:Verdana; 
   font-size:14px;
   font-style:bold;
   border-bottom: 1px solid #a8b3ad;   
}

h2 {
    font-family:Verdana; 
   font-size:11px;
   font-style:bold;
   border: 1px dotted #a8b3ad;
   line-height: 20px;  
   text-align:center; 
}

.inbox {
    font-family:Verdana; 
   font-size:10px;
   font-style:normal;
   border: 1px dotted #a8b3ad;
   padding: 10px;
}

.inbox ul {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
}

table tr td {
    vertical-align:top;

}

.news {
     float:left;
     width: 100%;
     margin-bottom: 5px;

}

#page {
    margin: 5px auto 0px auto;
    width: 900px;
    /*height: 964px;*/
    border: 1px solid #a8b3ad;
     
    
}

#header {
    width: 890px;
    height: 140px;
    background: url(../upload/layout/header.jpg);
    text-align: right;
    padding: 5px;
}

#navi {  
    width: 890px;
    height: 30px;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 1px solid #a8b3ad;
    border-top: 1px solid #a8b3ad;
}

#content {
    width: 900px;  
   height: 790px;
    border-bottom: 1px solid #a8b3ad;
    background-color: #ffffff;
}

#left {
    width: 195px; 
   /* height: 710px;  */
    float:left;
    background-color: #ffffff;
    padding: 5px;
}

#center {
    width: 478px;    
    height: 780px;
    float:left;
    background-color: #ffffff;
    border-left: 1px solid #a8b3ad;
    border-right: 1px solid #a8b3ad;
    padding: 5px;
    overflow: auto;
}

#right {
    width: 195px;
   /* height: 710px;  */  
    float:left;
    background-color: #ffffff;
    padding: 5px;
}

#footer {
    width: 890px;
    height: 40px;
    background-color: #ffffff;    
    padding: 5px;   
    border-top: 1px solid #a8b3ad;
    
}
