body {
    overflow-x: hidden;
    border: none;
    font-family: Arial, sans-serif, "Times New Roman", "宋体", "黑体";
    font-size: 13px;
	line-height: 20px;
    margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
    padding: 0;
    text-align: left; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
    background-image: url(../img/index_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;    
}

img {
    border: 0;
}

a {
    text-decoration: none
}

p {
    margin: 1em 0;
}

td,th {
	text-align: center;
}

ul {
list-style:circle;
padding-left:1em;
}

li {
font-size: 13px;
height: 24px;
line-height: 24px;
}

textarea, input, select {
    padding: 2px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

textarea {
    padding: 3px;
}

h3 {
    text-align: center;
    font-size: 14px;
}

a, a:visited {
    color: #4E7DC2;
    text-decoration: none;
}

a:active, a:hover {
    color: #4E7DC2;
    text-decoration: underline;
}

.content {
    margin: 10px;
	text-align: left;
}

.active {
    color: #990000;
}

#box {
    width: 854px;
    margin: 0px auto;	
}

#tito {
    width: 854px;
}

#logo {
    float: left;
    width: 217px;
    margin-top: 25px;
}

#ad {
    margin: 2px 0;
}

#search {
    float: right;
    text-align: right;
    margin-top: 30px;
}

#nav {
    clear: both;
    background-image: url(../img/nav_bg.gif);
    background-repeat: repeat-x;
    background-position: left;
    height: 28px;
    border: 1px solid #999999;
}

#nav a:link {
    color: #333333
}

#nav a:visited {
    color: #333333
}

#nav a:hover {
    color: #990000
}

#nav strong {
    margin-right: 8px;
    margin-left: 8px;
}

#main {
}

#quicklink {
    background-image: url(../img/index_footer_bg.gif);
    width: 832px;
    float: left;
    border: 1px solid #999999;
    text-align: left;
    margin-top: 5px;
    padding: 3px 10px;
}

#footer {
    float: left;
    width: 854px;
    text-align: center;
}

#md {
    background-image: url(../img/index_content_bg_1.gif);
    background-repeat: repeat-x;
    background-position: left top;
    margin: 1px;
    padding-top: 4px;
}

#md a {
    color: white;
    font-weight: bold;
}

#link {
    float: left;
    min-height: 437px;
    width: 220px;
    margin-top: 10px;
}

#link a {
    color: #333333;
}

#link p {
    margin: 5px;
}

#content {
    float: right;
    padding: 10px;
    width: 600px;
}

.box {
    border: 1px solid silver;
    padding: 0.5em;
    margin: 1em 0;
}

/* set millions of background images */
.rbroundbox {
    background: url(../img/nt.gif) repeat;
}

.rbtop div {
    background: url(../img/tl.gif) no-repeat top left;
}

.rbtop {
    background: url(../img/tr.gif) no-repeat top right;
}

.rbbot div {
    background: url(../img/bl.gif) no-repeat bottom left;
}

.rbbot {
    background: url(../img/br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
    width: 100%;
    height: 7px;
    font-size: 1px;
}

.rbcontent {
    margin: 0 7px;
}

.rbroundbox {
    width: 50%;
    margin: 1em auto;
}

.widget {
    background: url("../img/bg_w_r.png") no-repeat 0% 0%;
    font-size: 1.083em;
    font-weight: bold;
    height: 17px;
    padding: 7px 10px;	
}