*
{
  margin: 0px;
  padding: 0px;
}

body
{
  background: url('../img/bg.gif') repeat-x top left #DEEFF3;
  font-family: helvetica, arial, sans-serif;
  font-size: 15px;
  padding-bottom: 20px;
}

a
{
  color: #6B8BC5;
  text-decoration: none;
}

a:visited
{
  color: #6B8BC5;
  text-decoration: none;
}

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

h1
{
  text-align: center;
  color: #6B8BC5;
  font-size: 32px;
}

h2
{
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

h3
{
  text-align: center;
  color: #6B8BC5;
  font-size: 16px;
}

p
{
  margin-top: 15px;
  padding: 0px 15px;
  text-align:justify;
}

hr
{
  margin: 10px 10px 10px 20px;
}

.f-l
{
  float: left;
}

.f-r
{
  float: right;
}

div#header
{
  height: 130px;
  width: 760px;
  background: #ACD7E2;
  margin: auto;
}

div#main
{
  width:758px;
  margin: auto;
  border: solid 1px #6B8BC5;
  background: #FBFAF7;
  padding: 15px 0px;
  overflow-x: hidden;
}

div#footer
{
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

div#footer div#footer-links
{
  color: #6B8BC5;
  font-weight: normal;
}

div#footer a
{
  font-weight: normal;
}
