a
{
  color:#000000;
}

body
{
  font-family:arial;
  font-size:13px;
}

h1
{
  font-size:15px;
  font-weight:bold;
  padding:0px;
  margin:0px;
}

p
{
  margin:0px;
  padding:8px 0px 8px 0px;
}


#centerDiv
{
  width:950px;
  margin:0px auto;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-top:1px solid #000000;
  background-image:url('../images/layout/logo_ghost.gif');
  background-repeat:no-repeat;
  background-position:bottom left;
}

#content
{
  width:362px;
  padding-left:55px;
  padding-right:55px;
  padding-top:10px;
  clear:left;
}

#footer
{
  background-image:url('../images/layout/footer.gif');
  width:935px;
  height:18px;
  margin:0px auto;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  color:#ffffff;
  font-size:11px;
  padding-top:8px;
  padding-left:15px;
}

#footer a
{
  color:#ffffff;
}

#header
{
  width:935px;
  height:26px;
  padding-top:125px;
  background-image:url('../images/layout/header.gif');
  background-repeat:no-repeat;
  overflow:hidden;
  padding-left:15px;
}

#header a
{
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}

#header a:hover
{
  color:#ffffff;
}

#header a.selected
{
  color:#ffffff;
}


#mainImage
{
  float:right;
  width:475px;
  height:491px;
  overflow:hidden;
  border-left:3px solid #debe85;
}

#titleBar
{
  height:25px;
  border-bottom:3px solid #debe85;
  float:left;
  width:452px;
  padding-left:20px;
  padding-top:15px;
}

.clear
{
  clear:both;
  height:0px;
  overflow:hidden;
}

.clearLeft
{
  clear:left;
  height:0px;
  overflow:hidden;
}

.separator
{
  background-color:#debe85;
}

.underline
{
  text-decoration:underline;
}

