body 
{ background: #003300; }
background-repeat: no-repeat; 
background-attachment: fixed; 
background-position: center center; }
.left { position: absolute; left: 2px }
.right { position: absolute; right: 2px }
.menu { position: relative; float: left; width: 120px; }
.content {position:relative; float: right; width: 500px;}
p.i { text-indent: 2em; }
p { font-family: Arial, 'Times New Roman', Times; }
A:link { text-decoration: underline; font-weight: bold; color:#FFFFFF; }
A:visited { text-decoration: underline; color:#FFFFFF; }
A:hover {  text-decoration: underline; font-weight: bold; color:#FF0000; }
hr { font-weight: bold; color:#006600; }

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 1 auto; /* center for now */
	width: 38em; /* ems so it will grow */
	background: color;#004400;
	font-size: 110%;
}
.boxhead {
	background: url(/images/TLWRG.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/TLWRG.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: color;#003300;
	margin: 0;
	padding: 5px 30px 31px;
}


#middle {
	margin: 20px 90px 20px 90px;
	padding: 8px;
	border: 1px solid #FFFFFF;
	background: #663300;
	}


