html {
		margin: 0; padding: 0; border: 0;
		}
body	{
		font-family : Arial, Verdana, Helvetica, sans-serif, serif;
		color: #000;	margin: 0; font-size: 12pt;
		background: navy url('bluebg.jpg');
		background-repeat: repeat-y;
		}
#header {
    position: relative; height: 60px; 
 		background: navy url('bluebg.jpg');
		margin: auto;
    text-align: center;    /* keep for IE5 hack */
    border: 5px ridge #99ffff;
    }
#banner {
    width: 550px; height: 30px; color: navy; 
    background: #ffffcc url('tanback.jpg');
    text-align: center;	/* keep for IE5 hack */
    margin: auto;    		/* margin right and left auto for centering */
    border: 5px ridge olive;
    padding-top: 3px;   /* Position text inside box */
    margin-top: 8px;    /* position box inside masthead */
    }
#wood-banner	{
    position: relative; height: 25px; 
    background: #ffffcc url('tanback.jpg');
		margin: auto;
    text-align: center;    /* keep for IE5 hack */
    border: 5px ridge #99ffff;
    }
#lft-sidebar {
		position: absolute; top: 70px; left: 0; width: 160px; z-index: 10;
		/*background: navy url('bluebg.jpg');*/
		margin: auto;
		text-align: center;
		/*height:900px;*/
		}
#wood-lft	{
		position: absolute; top: 0; left: 0; width: 45%; height: 520px;
		margin: auto;
		text-align: center;
		}
#wood-title	{
		margin: auto;
    background: #ffffcc url('tanback.jpg');
		border: inset 3px aqua;
		text-align: center;
		}
#textbox	{
		width: 330px;	height: 120px;
		position: relative; 
		color: black;	padding: 3px, 10px;
		background: #ffffff; border: 2px ridge olive;
		margin: auto;
		text-align: center;
		}
#fixedlft	{
		position: fixed; left: 0;
		}
#fixedrt	{
		position: fixed; right: 0;
		}
#content {
		margin-left: 159px;	margin-right: 0;	border: 1px solid #fff;
		background: white url('ringscov.jpg');
		text-align: center;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 161px;	margin-right: 0;
		}
		html>body #content {
		margin-left: 161px;	margin-right: 0;
		}
#wood-rt {
		margin: 0 0 0 45%;
		width: 415px;
		text-align: center;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 45%;	margin-right: 0;
		}
.box	{
		margin: auto;
		}
/* Hack for IE Escaping Floats Bug */
.floatholder	{
		margin: 0 0 0 0;
		}
/* hide from all browsers but IE \*/
* html .hollyhack {
		height: 1%;
/* end hide */
		}

.box-lft	{ float:left; margin: auto; text-align:center;}
.box-rt	{	float:right; margin: auto; text-align:center;}
.w190	{ width: 190px;}
.w250	{ width: 250px;}
.w300	{ width: 300px;}
.w340	{ width: 340px;}
.h290	{height: 290px;}

.clear	{clear: both;
		}
.picture {
		border: 5px #99ffff ridge;
		}
.borderbox {
		background: aqua url('tanback.jpg');
		margin: auto;
		color: navy;
		border: inset 3px aqua;
		text-align: center;
		}
.comp-box	{		/* Only use on Computers page */
		background: #ccc;	color: #000;
		margin: 0 10px;	text-align: justify;
		border: inset 3px aqua; padding: 15px;
		}
h1	{
		font-size: 16pt; font-style: italic; margin: 0;
		}
h2	{
    font-size: 14pt; font-style: italic; color: navy; margin: 0;
		}
h3, h4	{ margin: 0; text-align: center;}
h5, h6	{margin: .5em 0;}
.ctr	{	margin: auto; text-align: center;
		}