@import url("fonts.css");

* {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

html, body
{
  height: 100%;
}

body
{
  color: black;
  font-family: "TidyHand", veranda, arial, helvetica, Georgia;
  font-size: 18px;
  /*line-height: 1.2;*/
  background: #004586 url(images/newheader.png) no-repeat top center;
  /*background: #a9b7db url(images/newheader.png) no-repeat top center;*/

}

div#header
{
  width: 900px;
  height: 160px;
  margin: 0 auto;
}

div#wrapper
{
  width: 900px;
  margin: 0 auto;
}

div#menu
{
  float: left;
  width: 150px;
  padding-top: 40px;
}

div#content
{
  float: left;
  width: 700px;
  padding: 0 25px 25px 25px;
  min-height: 500px;
  background-color: #f7ce84;
}

div#footer
{
  clear: both;
  float: right;
  width: 750px;
  padding: 10px 0;
  color: #655;
  font-size: 80%;
  text-align: center;
}

table#contact
{
  width: 460px;
  padding: 10px 0;
  text-align: left;
}

table#contact td.icon-text
{
  padding: 25px 0 25px 100px ;
  width: 80px;
}

table#contact td.icon-text img
{
  width: 50px;
}

table#contact h4,
table#contact a
{
  padding: 5px 0;
  font-size: 16px;
  text-align: left;
}

div.clear
{
  clear: both;
}

.center
{
  text-align: center;
}