.firefox2 body
{
  overflow-y: scroll;
}
#layoutDiv
{
  width: 934px;
  border: solid 1px #000;
  margin: 0px auto 0px auto;  
  padding: 15px;
  background-color: #fff; 
}

.layoutElement
{
  width: 934px;
}

#top
{
  border-bottom: dashed 2px #ACB8BF;
  padding-bottom: 8px;
}
.default #top
{
	border-color: #a4997b;
}
#top .topDiv
{
  /*
  background-image: url(../../pics/layout/top1.gif);
*/
  width: 742px;
  height: 65px;  
  float: left;

  padding-left: 10px;
  padding-top: 10px;
  color: #ACB8BF;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;  
  position: relative;
}
.default #top .topDiv
{
	float: none;
	width: 924px;
}
.admin #top .topDiv,
.member #top .topDiv,
.forum #top .topDiv,
.mypage #top .topDiv
{
  /*
  background-image: none;
  background-color: #889299; 
*/
}
#top .logoDiv
{
  text-align: center;
}
.default #body
{  
  background-repeat: no-repeat;   
}
#left
{
  padding-top: 5px;
  width: 165px; 
}
#centertop
{
  height: 37px;  
  padding-left: 45px;
  vertical-align: bottom;
}
#centertop .centerDiv
{  
  border-bottom: dashed 2px #ACB8BF;  
}
.default #centertop .centerDiv
{
	border-color: #a4997b;
}
#center
{  
  width: 550px;
  padding-left: 45px;
}
#center .centerDiv
{
  padding-top: 20px; 
  padding-right: 45px; 
}
.admin #center,
.member #center
{
  padding: 36px 45px 45px 45px;
  width: 730px;
}
.admin #center .centerDiv,
.member #center .centerDiv
{
  border: none;
  padding: 0px;
}
#right
{
  width: 180px;
}
#right .rightDiv
{
  padding-top: 10px;
}
#bottom
{
  padding-top: 20px;  
}
#bottom .bottomDiv
{
  height: 18px;
  text-align: center;
  padding: 2px;   
  vertical-align: middle;
  background-color: #889299;  
}
.default #bottom .bottomDiv
{
	background-color:	#a4997b;
}
#bottom .bottomDiv .middot
{
  font-weight: bold;
  vertical-align: middle;
}