/*
    Document   : IPSN css
    Created on : Feb 4, 2010
    Author     : Mike Pavese
*/

* {
margin:0;
padding:0;
}

#header
{
background-image:url('images/skyline.png');
width: 100%;
height: 475px;
}

#footer
{
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  padding-top: 10px;
}

#bio img
{
  float: left;
  margin: 15px;
  margin-top: 5px;
}

#bio p
{
  margin-top: 15px;
}

html
{
background-color: #666;
}
body
{
  background-color: #ffffff;
  margin-top: 0px;
  font-size: 14px;
  font-family: Times New Roman, serif;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  padding: 25px;
  padding-bottom: 10px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
}

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

a:hover
{
  color: #c10200;
}

h1
{
  font-size: 24px;
  text-align: center;
  color: #333366;
  font-family: Times New Roman, serif;
}

#address
{
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
font-weight: 900;
}

#main
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
