body
{
  background-color : #F6F6F6;
  margin : 0;
}

#container
{
  width : 797px;
  position : absolute;
  left : 50%;
  margin-left : -400px;
  padding-left : 3px;
  background-image : url("../gfx/bg_container.jpg");
  background-position : center;
  background-repeat : repeat-y;
}

#container_top_spacer
{
  background-image : url("../gfx/bg_container_top_spacer.jpg");
  background-position : top;
  margin-left : -3px;
  height : 68px;
  background-repeat : no-repeat;
}

#header
{
  background-image : url("../gfx/header.jpg");
  background-position : center;
  height : 160px;
  width : 700px;
  margin-left : 50px;
  background-repeat : no-repeat;
}

#contentWrapper
{
  background-color : #bebebe;
}

#content
{
  width : 700px;
  margin-left : 50px;
  background-color : #bebebe;
  margin-top : 5px;
  margin-bottom : 5px;
}

#content img
{
  border : 0px;
}

#nav
{
  clear : both;
  height : 45px;
  background-color : #bebebe;
  width : 690px;
  margin-left : 50px;
  padding : 5px;
}

#nav #inner
{
  background-position : center;
  background-repeat : no-repeat;
  height : 45px;
  width : 690px;
  cursor : pointer;
}

#nav #inner img
{
  border : 0;
}

#copyright_bar
{
  background-color : #545c5f;
  height : 19px;
  width : 700px;
  margin-left : 50px;
  color : #FFFFFF;
  font-family : arial;
  padding-top : 6px;
  font-size : 10px;
}

#copyright_bar a
{
  color : #FFFFFF;
  text-decoration : none;
}

#copyright_bar a:hover
{
  text-decoration : underline;
}

#copyright_bar .left
{
  float : left;
  text-align : left;
  margin-left : 6px;
}

#copyright_bar .right
{
  float : right;
  text-align : right;
  margin-right : 19px;
}

#container_bottom_spacer
{
  background-image : url("../gfx/bg_container_bottom_spacer.jpg");
  background-position : bottom;
  margin-left : -3px;
  height : 68px;
  background-repeat : no-repeat;
}

#contentLeft
{
  width : 376px;
  font-family : arial;
  font-size : 12px;
  line-height : 19px;
  padding-left : 13px;
  padding-right : 18px;
  text-align : justify;
  padding-bottom : 12px;
  height : 538px;
  color : #545c5f;
}

* html #contentLeft
{
  margin-top : -566px;
}

#contentLeft a
{
  color : #545c5f;
}

#rightBar
{
  float : right;
  width : 288px;
  height : 550px;
  background-color : #2c353a;
  border-left : 5px solid #FFFFFF;
}

#rightBar .part
{
  width : 278px;
  height : 120px;
  margin : 5px;
  background-color : #e0e0e0;
}

#rightBar .part img
{
  border : 0;
}

#rightBar .devider
{
  width : 278px;
  height : 10px;
  margin-left : 5px;
  margin-right : 5px;
  background-color : #898D7D;
  background-image : url("../gfx/rightDevider.jpg");
  background-position : center;
  font-size : 1px;
}

.thumbnail
{
  margin : 2px;
  margin-top : 0px;
  height : 136px;
  width : 136px;
  background-position : center;
  background-repeat : no-repeat;
  float : left;
}

#contentLeft input
{
  background-color : #FFFFFF;
  border : 1px solid #8A8E7F;
  color : #8A8E7F;
  padding : 3px;
  font-family : arial;
  font-size : 12px;
  width : 180px;
}

#contentLeft textarea
{
  background-color : #FFFFFF;
  border : 1px solid #8A8E7F;
  color : #8A8E7F;
  padding : 3px;
  font-family : arial;
  font-size : 12px;
  height : 70px;
  width : 260px;
}

#contentLeft input.submit
{
  background-color : #545c5f;
  border : 1px solid #2c353a;
  color : #ffffff;
  padding : 2px;
  font-family : arial;
  font-size : 12px;
  width : 70px;
}