#header{
  width: 675px;
  height: 75px;
  text-align: right;
  background-color: #ffffff;
  background-image:url('/_images/header.jpg');
  background-repeat: no-repeat;
}

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

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

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

a img{
  border-width:0;
}

body{
  background-color: #ffffff;
}

#footer{
  width: 675px;
  text-align: center;
  background-color: #ffffff;
}

#contentMain{
  width: 675px;
  text-align: left;
  background-color: #ffffff;
}

#indexText{
  text-align: middle;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 25px;
}

#contentSubLeft{
  width:675px;
  background-color: #ffffff;
}

#contentSubRight{
  float:right;
  width:266px;
  border: 0px solid black;
  background-color: #ffffff;
}