/* CSS Document */
html{
  background:#06222c url("images/bg.png") repeat-x;
  
  font-size:11px;
  font-family:arial, helvetica, georgia;
}

.l{float:left;}
.r{float:right;}
.c{clear:both;}

a{
  font-weight:normal;
  color:#FDECE3;
  text-decoration:underline;
}

  a:hover{text-decoration:overline;}

#menu a{
  color:#5B0C45;
}

#container{
  padding:30px 0 0 0;
  width:602px;
  margin:0 auto;
}

#logo{
  float:right;
  height:60px;
  width:90px;
}

#tagline{
  padding:10px 0 10px 19px;
}

#menu{
  background:url("images/menu.png") no-repeat;
  height:22px;
  width:588px;
  color:#a41c39;
  padding:7px 7px 0 7px;
}

.content{
  margin:12px 0 0 0;
  width:602px;
}

.content .top{
  background:url("images/contenthead.png") no-repeat;
  height:3px;
}

.content .mid{
  background:url("images/contentmain.png") repeat-y;
  padding:6px 10px 10px 10px;
  color:#fad0bb;
}

.content .bot{
  background:url("images/contentbot.png") no-repeat;
  height:3px;
}

#footer{
  margin:12px 0 0 0;
  background:url("images/footerbg.png") no-repeat;
  width:602px;
  height:200px;
}

#footer .title{
  color:#c1c1c1;
  font-weight:bold;
}

#footer .column{
  float:left;
  margin:11px 0 0 10px;
  width:185px;
}

#footer .linktitle{
  margin-top:5px;
  display:block;
  color:#343434;
  text-decoration:none;
  line-height:11px;
}

  #footer .linktitle:hover{
    color:#d3432f;
  }

#footer .linksub{
  color:#9e9e9e;
  font-size:10px;
}