/* -- COMMON -- */
*{
  padding : 0;
  margin : 0;
  font-family : "Trebuchet MS", Verdana, Arial normal;
}
body{
  background-color : #fff;
  background-image:url('../images/main-bg.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-attachment:fixed;
}
a img{
  border : 0;
}
td{
  vertical-align : top;
}

/* -- HEADER -- */
.margin{
  background-image:url('../images/margin-bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.logo{
  vertical-align : bottom;
  padding : 0px;
  background-image:url('../images/margin-bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

/* -- MENU -- */
.menu{
  text-align : left;
  vertical-align : bottom;
  padding-left : 28px;
  padding-bottom : 2px;
  border : 0;
  background-image:url('../images/margin-bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.menu a{
  font-size: 20px;
  font-weight : bold;
  color : #000;
  text-decoration : none;
  margin-right : 10px;
  padding: 0px 22px 0px 22px;
}
.menu a:hover{
  background-color: #DBE2E8;
  color : #3C7AB7;
  text-decoration : none;
  border-bottom:2px solid #223347;
}

/* -- CONTENT -- */
.content{
  background-image:url('../images/content-bg.png');
  border : 0;
  padding : 10px;
  height: 500px;
}
.content a{
  color : #000000;
}
.subheader{
  border-bottom : 2px solid #000000;
  padding : 0px;
  font-size:20px;
  color : #000000;
}
.subheader-red{
  border-bottom : 2px solid #E53A28;
  padding : 0px;
  font-size:20px;
  color : #E53A28;
}

/* -- FOOTER -- */
.footer{
  text-align: center;
  color : #eaa560;
}
.footer a{
  color : #eaa560;
  text-decoration : none;
}
.footer a:hover{
  color : #ffffff;
  text-decoration : underline;
}
