html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:14px; font-weight: normal; color:#fff; background: url("../images/bg.jpg") no-repeat; background-color: #333; font-family: 'Tahoma', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333;}
h1 {font-size:1.4em; font-weight:bold; line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom: 5px; color:#fff;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 15px;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover { text-decoration:none; }
a {color:#f00;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}

address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type: none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:4.5em;}
table {width: 900px;}
th {font-weight:bold;border-bottom: 10px solid #333;}
td {border-bottom: 1px solid #333;}
tr {border-bottom: 10px solid #333;}



/* grid.css */
.container {width:960px; margin:0 auto;}
.head {width: 960px; height: 130px; background: #fff;}
.left { text-align: left; float:left; width: 480px;}
  .left img { margin-top: 25px; margin-left: 30px; }   
.right {text-align: right; float:left; font-weight: bold; width: 480px; font-size: 48px;}
  .right p { color: #000; margin-top: 30px; margin-right: 30px; }
  .right a { text-decoration: none; }  
.menu{ width: 960px; height: 30px; color: #333; font-size: 16px; background-color: #fff; text-align: right; padding-left: 0px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px; }
  .menu a { color: #333; margin-right: 2%; padding: 8px; text-decoration: none;  }
  .menu a:hover { color: #f00; text-decoration: none;}
.main {width: 900px; min-height: 1000px; background: #fff; color: #333; padding-left: 30px; padding-right: 30px; padding-top: 30px; margin-top: 20px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }
.footer { background: #f00; width: 100%; height: 100px; padding-top: 30px; }
.footer a { color: #fff; }
.panel {width: 900px; height: 30px; text-align: right; }
.panel-left {width: 300px; float:left; text-align: left; }
.panel-center {width: 300px; float:left; text-align: center; }
.panel-center a{ color: #333; text-decoration: none; }
.panel-center a:hover{ color: #f00; }
.panel-right {width: 300px; float:left; text-align: right; }