﻿/* 
Author: Sining Wang
Contact: xms0080 
*/

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,a,img,span,form {
margin: 0;
padding: 0;
border: 0;
text-align: left;
background-color: transparent;
}
body {
padding-bottom: 88px;
color: #000;
font: 9pt Tahoma, Verdana, Arial，Gill, Helvetica, sans-serif/*georgia*/;
line-height: 3.5ex;
text-align: center;
background: #FFF url(../img/bodybg.jpg) repeat-x top left;
}
h1 {
margin-left: 25px;
margin-bottom: 1ex !important;
margin-bottom: 0;
font: 14pt georgia, Gill, Helvetica, sans-serif;
letter-spacing: 1px;
font-weight: bold;
}
h2 {
margin-top: 3ex;
margin-bottom: 1ex;
font: 11pt Tahoma, Verdana, Arial，Gill, Helvetica, sans-serif;
letter-spacing: 1px;
color: #690;
}
a,a:link,a:visited {
font-family: verdana, Gill, Helvetica, sans-serif;
color: #333;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #666;
text-decoration: underline;
background-color: transparent;
}
img.fL {
float: left;
width: 221px;
}
ul {
list-style-type: none;
}
li {
display: block;
line-height: 3ex;
}

#bud {
margin: 0 auto;
width: 500px;
background: #FFF;
}
/*--header--*/
#header {
margin: 0 auto;
width: 500px;
height: 180px;
background: url(../img/headerbg.jpg) no-repeat top left;
}
#logo {
clear: both;
width: 500px;
height: 180px;
text-align:left;
}
img.logo {
margin-top: 88px;
margin-left: 108px;
}

#box {
clear: both;
margin: 0 auto;
padding-top: 3em;
padding-bottom: 3em;
width: 500px;
background: #FFF url(../img/box1.jpg) no-repeat top right;
}

#container {
margin-left: 25px;
margin-right: 25px;
width: 450px;
padding-bottom: 1em;
}

ul.leftul {
float: left;
width: 250px;
}
ul.rightul {
float: right;
width: 200px;
}
/*--footer--*/
#footer {
clear: both;
padding-left: 25px;
padding-right: 25px;
width: 450px;
height: 90px;
}
p.cpp {
padding-top: 1.5ex;
border-top: 1px dotted #999; 
}