/* 
Author: Sining Wang
connect: XMS0080
*/

html,body,img,a,ul,li,div,p {
margin: 0;
padding: 0;
border: 0;
background-color: transparent;
}

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
text-align: center;
background: #FFF url(../img/bodybg.jpg) repeat-x top left;
}
a,a:visited {
color: #333;
text-decoration: none;
}
a:hover {
color: #000;
}
ul {
float: right;
list-style-type: none;
}
ul li {
display: inline;
}
#box {
margin: 0 auto;
margin-bottom: 2em;
width: 500px;
background: url(../img/headerbg.jpg) no-repeat top left;
}
#nav {
margin-right: 30px;
height: 30px;
}
a.nav, a.nav:visited {
float: left;
display: block;
width: 100px;
height: 28px;
line-height: 28px;
letter-spacing: 1px;
text-align: center;
color: #FFF;
background: url(../img/naven.gif) no-repeat top left;
}
* html a.nav:hover {
color: #000;
background-image: url(../img/naven.gif);
background-repeat: no-repeat;
background-position: -28px left;
}
#logo {
clear: both;
width: 500px;
height: 150px;
text-align:left;
}
img.logo {
margin-top: 58px;
margin-left: 108px;
}
#pic {
clear: both;
width: 500px;
height: 300px;
text-align: left;
color: #333;
background: #FFF url(../img/inbg.jpg) no-repeat top left;
}

#cpy {
padding-top: 1.6em;
width: 500px;
height: 90px;
font-size: 11px;
text-align: center;
line-height: 3.5ex;
background: #FFF url(../img/cpybg.jpg) repeat-x top center;
}