html, body{
  font-family:Arial,sans-serif;
  font-size:12px;
  width:100%;
  text-align:center;
  background-image:url(../images/background.jpg);
  background-attachment:fixed;
  background-position:bottom center;
  background-repeat:no-repeat;
  background-color:#80a7cd;
}

html, body, div, ul, li, h1, h2, img{
  margin:0;padding:0;
  border:0;list-style:none;
}

a{
  color:#000;
  text-decoration:none;
}

a:hover{
  color:#0e4da0;
  text-decoration:underline;
}

p{
  line-height:1.5em;
}

hr{
  height:1px;
  margin:5px 35px 5px 35px;
  border:solid #849eb3;
  border-width:0 0 1px 0;
}

#centered{
  position:relative;
  width:550px;
  margin:0 auto;
}

#page{
  position:absolute;
  width:100%;
  left:0px;top:40px;
}

#top{
  height:30px;width:550px;
  background:url(../images/content_top.png) no-repeat left top;
}

#bottom{
  clear:left;
  height:30px;width:550px;
  background:url(../images/content_bottom.png) no-repeat left bottom;
}

#content{
  float:left;
  margin:15px 0 0 10px;
  width:550px;
  text-align:left;
}

#mainContent{
  background:url(../images/content_bg.png) repeat left top;
}

#mainContent h1{
  margin-left:35px;
  color:#0e4da0;
}

#mainContent p{
  width:450px;
  margin-left:45px;
  text-align:justify;
}

#mainContent ul{
  margin:5px 0 10px 60px;
  padding:0;
}

#mainContent li{
  width:450px;
  margin:0;padding-left:3px;
  line-height:1.5em;
  list-style-type:square;
}

#footer{
  clear:both;
  text-align:right;
  padding:30px 40px 10px 0;
}

