*
{
  padding : 0px;
  margin : 0px;
}
body
{
  background-color : #666;
  color : #fff;
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
  text-align : center;
  padding : 3em;
}
#container
{
  width : 694px;
  padding : 5px 5px 50px 5px;
  border : 1px solid #900;
  margin : 0px auto;
  text-align : left;
}
#header
{
  background-image : url(/images/home/bg_header.png);
  background-repeat : no-repeat;
  background-color : #003;
  width : 694px;
  height : 258px;
  position : relative;
  margin-bottom : 15px;
}
#header img
{
  position : absolute;
  top : 0px;
}
#navigation
{
  position : absolute;
  top : 216px;
  right : 40px;
}
#navigation ul
{
  list-style-type : none;
}
#navigation ul li
{
  text-transform : lowercase;
  float : left;
  margin-left : 5px;
  padding-left : 5px;
  border-left : 1px solid #fff;
}
#navigation ul li.first
{
  margin-left : 0px;
  padding-left : 0px;
  border-left-width : 0px;
}
#navigation ul li a
{
  color : #fff;
  font-weight : bold;
  text-decoration : none;
  padding : 0px 2px;
  margin : 0px -2px;
  white-space : nowrap;
}
#navigation ul li a:hover
{
  background-color : #fff;
  color : #003;
}
#content img
{
  float : left;
  border : 1px solid #900;
  margin-left : 10px;
}
#main
{
  margin-left : 125px;
  margin-right : 25px;
  font-size : 14px;
  line-height : 28px;
  font-family : arial, helvetica, sans-serif;
}
a
{
  color : #fff;
  padding : 1px;
  margin : -1px;
  white-space : nowrap;
}
a:hover
{
  background-color : #fff;
  color : #003;
  text-decoration : none;
}
#footer
{
  padding-top : 15px;
  font-size : 11px;
  width : 694px;
  margin : 0px auto;
  text-align : left;
}
#footer ul
{
  list-style-type : none;
  float : left;
}
#footer ul li
{
  margin-bottom : 2px;
}
#footer a
{
  color : #fff;
  padding : 2px;
  margin : -2px;
  white-space : nowrap;
}
#footer a:hover
{
  background-color : #fff;
  color : #666;
  text-decoration : none;
}
#footer p
{
  float : right;
  text-align : right;
  width : 550px;
}
