*{
  margin: 0;
  padding: 0;
}

html
{
  /*min-height: 101%;*/
  overflow-y: scroll;
}

body *{
  line-height: 1.22em;
}

body{
  background: #7B7B7B url("../img/page_bg.jpg") repeat-x top left fixed;
  color: #FFFFFF;
  text-align: center;
  font: 13px Arial, Helvetica, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, textarea{
  font: 90% Arial, Helvetica, sans-serif;
}

pre, code{
  font: 115% monospace;
  *font-size: 100%;
}

table{
  font-size: inherit;
  font: 100%;
}

img{
  border: none;
}

a{
  outline: none;
  color: #CC0000;
}

a img{
  border: none;
}

h1.title{
  margin-bottom: 10px;
  color: #CC0000;
  text-align: center;
}

h2.subtitle{
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}

h3{
  color: #000000;
}

h3, p, dd{
  margin-bottom: 10px;
}

.centered{
  text-align: center;
}

.justified{
  text-align: justify;
}

.links{
  margin-bottom: 10px;
  list-style: none;
}

#wrapper{
  margin: 0 auto;
  width: 760px;
  background: #FFFFFF;
  color: #000000;
  border-right: 5px solid #FFFFFF;
  border-left: 5px solid #FFFFFF;
  text-align: left;
}

#header{
  background: url("../img/content_top.jpg") no-repeat bottom center;
}

#banner{
  background: url("../img/banner_bg.jpg") no-repeat;
  height: 160px;
}

#menu{
  padding: 5px 10px 15px 10px;
  list-style: none;
}

#menu li{
  display: inline;
}

#menu a{
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover{
  text-decoration: underline;
}

#content{
  margin-bottom: 5px;
  padding: 0 10px;
  background: #E4E4E4 url("../img/content_bottom.jpg") no-repeat bottom center;
  color: #373737;
}

#footer{
  padding: 10px 0 10px 0;
  background: #000000 url("../img/footer_bg.jpg") no-repeat top center;
  color: #FFFFFF;
  text-align: center;
}

#footer ul{
  list-style: none;
}

#footer li{
  display: inline;
}

#footer a{
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

form input#name,form input#email{background:#FFF;border:1px solid #CCCCCC;color:#444;padding:2px;width:250px}
form em{color:#C00;font-style:normal;font-weight:bold}

.clearfix
{
  display: inline-block;
}

html[xmlns] .clearfix
{
  display: block;
}

* html .clearfix
{
  height: 1%;
}