body						{
 							margin:0;
 							padding:0 0 0 300px;
 							background-color:#FFFFBF;
 							font-family: georgia;
 							}
 
#sidebar					{	
  							position:absolute;
  							top:0;
  							left:0;
  							width:300px;
  							height:210px;
  							background: url(images/sidebar_bg.jpg) no-repeat;
  							color:#54541C;
 							}
 

 						
#sidebar	a				{
							text-decoration: none;
							}

@media screen			{
  							body>div#sidebar	{
  													position:fixed;
 													}
 							}
 
* html body				{
  							overflow:hidden;
 							}
 						 
* html div#content 	{	
  							height:100%;
  							overflow:auto;
  							}
 
#menu						{
	position:absolute;
	left:9px;
	top:133px;
	width:268px;
	height:301px;
							}

#menu a					{
							display:block;
							font-size:16px;
							color:#54541C;
							background:#a9a938;
							text-decoration:none;
							padding:3px;
							margin:0px;
							text-align:center;
							width:260px;
							line-height:20px;
							}

#menu a:hover			{
							color:#54541C;
							background:#ffffbf;
							}

#menu a:active			{
							color:#54541C;
							background:#ffffbf;
							}

#bindex a#index, #mats a#materials, #catalog a#catalog
							{
							background:#ffffbf;
							border: 1px black solid;
							}
	
#sidetext				{
							position:relative;
							top:210px;
							width:250px;
							text-align:center;
							font-style: italic;
							font-weight:bold;
							padding-left:18px;
							font-size: 12px;
							}

#footer					{
							position: absolute;
							display:block;
							bottom:0;
							}			

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

#content					{
							width:650px;
							}
			
