 /* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
  padding:0;
  margin:0;
   background:#add8e6;
  color: #000000;
}
#outer{
  height:100%;
  min-height:100%;
  margin-left:200px;
  margin-right:150px;
  background:#FFFFFF;
  


  border-left:1px solid #000;
  border-right:1px solid #000;
  margin-bottom:-52px;
  color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
  position:absolute;
 top:0;
  left:0;
  width:100%;
  height:135px;
     background:#add8e6;
  border-top:1px solid #000;
	border-bottom:1px solid #000;
  overflow:hidden;
  color: #000000;
}
#tlink
{position: relative;
top:0;
left:-1px;
width:100%;
height:20px;
border-top:0;
border-bottom:0;
 border-right:0;
border-left:0;
 background-color:#ffdead;
background-image:url('wood144.jpg');
}
 p.center 
    {text-align: center;

    }
    p.orig 
    {text-align: center;
    font-weight: bold;
    float: right;
    clear: right;
    }

    #label {
        background:#cc9966;
        text-align: center;
        
        color: #fff;
        }
    img.curveText {
    margin-right: 5px;
    float: left;
    clear: left }
		
		 img.curveTextRight {
    margin-left: 5px;
    float: right;
    clear: right }

#left {
  position:relative;/*ie needs this to show float */
  width:190px;
  float:left;
  margin-left:-189px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-right:1px;padding-left:1px;}

#right {
  position:relative;/*ie needs this to show float */
  width:130px;
  float:right;
  margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
	
}
* html #right {padding-bottom:52px ;margin-right:-130px;}/* stop float drop in ie */

#footer {
  width:100%;
  clear:both;
  height:50px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  background-color: #add8e6;
  color: #000000;
  text-align:center;
  position:relative;
}
* html #footer {/*only ie gets this style*/
  \height:52px;/* for ie5 */
  he\ight:50px;/* for ie6 */
}
#clearheader{height:92px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
* html #clearfooter {float:left;width:100%;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#centrecontent {float:right;width:100%;position:relative;margin: 0 -0.5%;}
.outerwrap {
float: left;
width: 99%;
}