/*This page copyright 2010 Nikki Nabozny nnabozny@gmail.com*/

* { padding: 0; margin: auto; }

img
{  border-style: none;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#225977
}
#wrapper { 
 margin: 25px auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #ffffff;
 padding: 0px;
 height: 313px;
 margin: 0px 0px 0px 0px;
 background-image: url(splash_top.jpg);
 background-repeat:no-repeat;
}
#header a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#navigation {
 width: 900px;
 padding: 0px;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#footer { 
 width: 900px;
 color: #ffffff;
 padding: 0px;
 height: 313px;
 margin: 0px 0px 0px 0px;
 background-image: url(splash_bottom.jpg);
 background-repeat:no-repeat;
}
#footer a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
