body						{

 							margin:0;

 							padding:0 0 0 0;

 							background-color:#FFFFBF;

 							font-family: georgia;

 							}

 

#sidebar					{	

  							float:left;

  							width:600px;

  							height:210px;

  							background: url(images/sidebar_bg.jpg) no-repeat;

  							color:#54541C;

 							}

 

#menu {display:none;}

 						

#sidebar	a				{

							text-decoration: none;

							}

 

* html body				{

  							overflow:hidden;

 							}

 						 

 

#bindex a#index, #mats a#materials, #catalog a#catalog

							{

							background:#ffffbf;

							border: 1px black solid;

							}

	

#sidetext				{

							float:right;

							text-align:center;

							font-style: italic;

							font-weight:bold;

							font-size:12px;

							width:300px;

							margin-top:10px;

							}



#footer					{

							position: absolute;

							display:block;

							bottom:0;

							}			



#gallery img 			{border:1px black solid; padding: 2px;}



#content					{

							clear:both;

							width:650px;

							float:left;

							margin-left:10px;

							}
