*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}code,pre,textarea,input,select{font:inherit;font-size:1em}th,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,form,abbr,acronym,object{border:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none}ul{list-style-type:none}

/* --- global --- */

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  font: 96% arial,helvetica,sans-serif;
  background-color: #fff;
}

#container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  margin-top: 1em;
}

#header, #footer {
  clear: both;
  overflow: hidden;
}

/* --- global[header] --- */

#header {
  position: relative;
}

#header h1 a {
  display: block;
  position: absolute;
  text-indent: -999em;
}

ul#nav {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 15px;
}

ul#nav li {
  float: left;
  margin-right: 0px;
  background-image: url('/images/site-assets/nav_dot.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding: 5px 16px 5px 10px;
}

ul#nav li.last {
  background-image: none;
}

/* --- global[content] --- */
#content a {
  color: #ff0000;
}

#content a:hover {
  color: #ff1800;
  text-decoration: underline;
}

/* --- global[footer] --- */
#footer {
  background-image: url('/images/site-assets/footer_bg.png');
  background-repeat: repeat-x;
  padding: 10px 10px 30px;
  color: #b2b2b2;
  font-size: 12px;
}

#footer .copyright {
  float: left;
}

#footer .address {
  float: right;
}

#footer .address span {
  background-image: url('/images/site-assets/gray_dot.png');
  background-repeat: no-repeat;
  background-position: right;
  padding: 0px 20px 0px 10px;
}

#footer .address span.last {
  background-image: none;
  padding-right: 0px;
}



