#frame
{  
  border: solid 1px #662222; 
  border-top: none;  
 	background: #fff; 
	width: 780px;
	padding: 0;
  margin: 0 auto 0 auto; 
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 780px;			
}

#frame:after /* Hack for Mozilla browsers to expand container to fit contents*/
{
  content: ""; 
  display: block;
  clear: both;   
  height: 0;   
}

html>#frame {
	width: 780px;
}


#leftMenuContainer
{            
  float: left; 
  display: inline;       
  text-align: left;     
  width: 150px;   
}


#bodyContainer
{         
	background: #fff url(../_img/pagebk.jpg) repeat-y;
  display: inline;       
  float: left;  
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;     
  width: 780px;      
}

#bodyContainer:after /* Hack for Mozilla browsers to expand container to fit contents*/
{
  content: ""; 
  display: block;
  clear: both;   
  height: 0;   
}

.outerdiv
{       	  
  float: left;
  display: inline;   
  margin: 0; 
  padding: 0; 
  width: 100%;   
}

.outerdiv:after /* Hack for Mozilla browsers to expand container to fit contents*/
{
  content: ""; 
  display: block;
  clear: both;   
  height: 0;   
}

.indent-20
{
  margin-left: 20px;
}

.inline
{
  display: inline;
}

.aLeft {
  text-align: left;
}
.aRight {
  text-align: right;
}
.aCenter {
  text-align: center;
}
