@charset "utf-8";
* { margin: 0; padding: 0; }
body { font-family: "Trebuchet MS", Helvetica, Georgia, Arial, sans-serif, "宋体"; font-size: 12px; }
img { border: none; }
a:link, a:visited { color: #666666; text-decoration: none; }
a:hover, a:active { color: #b02b2c; text-decoration: none; }

/* start container */
#container { width: 880px; overflow: hidden; margin: 15px auto; padding: 5px 15px; background-color: #333333; }
#container .more { clear: both; float: right; margin: 5px 0; }
/* end container */

/* start logo & globalnav  */
#headwrapper { width:880px; height: 45px; position: relative; z-index: 10; }
#logo { width: 250px; height: 45px; float: left; }
#globalnav { height: 22px; float: right; clear: right; color: #ffffff; text-align: right; line-height: 20px; }
#headquote { height: 22px; width: 300px; float: right; clear: right; color: #ffffff; text-align: right; line-height: 20px; }
#globalnav a:link, #globalnav a:visited { color: #ffffff; text-decoration: none; }
#globalnav a:hover, #globalnav a:active { color: #cdeb8b; text-decoration: none; }
/* end logo & globalnav  */

/* start footer */
#footerwrapper { width:880px; height: 45px; clear: both; margin-top: 10px; }
#footer { width: 300px; height: 40px; text-align: right; line-height: 20px; color: #ffffff; float: right; }
#footer a:link, #footer a:visited { color: #ffffff; text-decoration: none; }
#footer a:hover, #footer a:active { color: #cdeb8b; text-decoration: none; }
#copyrights { width: 200px; height: 40px; line-height: 20px; clear: left; float: left; color: #ffffff; }
/* end footer */
