#strip
{
  position: absolute;
  width: 941px;
  left: 50%;
	margin-left: -470px;
  background: url(../images/strip.png) repeat-y;
}

#container
{
  position: static;
  width: 921px;
  margin-top: 0px;
	margin-left: 10px;
}

#header
{
  position: relative;
  width: 921px;
  height: 271px;
}

#titleOverlay
{
  position:absolute;
  background: url(../images/titlebar.png) no-repeat;
  width: 921px;
  height: 251px;
}

#menu
{
  position:absolute;
  overflow:hidden;
  height: 20px;
  top: 251px;
  padding: 0px;
  margin: 0px;
  background: #a89d62;
  text-align: center;
  width:921px;
}

#content
{
  width: 921px;
  height: 100%;
  background: #FFFFFF url(../images/content.png) repeat-y;
  overflow-x:hidden;
  padding-top: 40px;
}

#footer
{
  background: #FFFFFF url(../images/whitebg.jpg) no-repeat;
  width: 921px;
  height: 146px;
  border-bottom: 20px solid #a89d62;
  text-align:center;
}

#titleBg
{
  position:absolute;
  background: white url(../images/noTitle.jpg) no-repeat;
  width: 921px;
  height: 251px;
}