/*Creative Outdoors site-wide styles*/
<!--
body {
  text-align: center;
  background:url(../images/Back_tile.gif) repeat;
   
  }

#container {
  margin: 0px auto 0px auto;
  width: 640px;
  position:relative;
  text-align:left;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  }
  
  #header1{
  top:0px;
  position:absolute;
  }
 
  #header2{
  background:url(../images/co_bar.jpg);
  top:130px;
  position:absolute;
  width:640px;
  height:8px;
  }
  
  #header3{
  background:url(../images/co_header_03.jpg);
  top:138px;
  position:absolute;
  width:640px;
  height:36px;
  }

  #mainarea{
  background:url(../images/co_content_bg.jpg);
  top:174px;
  position:absolute;
  width:640px;
  height:466px;
  }
  
  #menu{
  /*background:url(../images/co_content_bg.jpg);*/
  top:0px;
  left:0px;
  position:absolute;
  width:189px;
  height:223px;
  }
  
  .menuDivider{
  left:0px;
  width:189px;
  height:12px;
  background:url(../images/menu_Div.jpg);
  }
  
  #buttonOne{
  position:absolute;
  top:0px;
  left:0px;
  width:189px;
  height:44px;  
  }
  
  #dividerOne{
  position:absolute;
  top:44px;
  left:0px;
  }
    
  #buttonTwo{
  position:absolute;
  top:56px;
  left:0px;
  width:189px;
  height:43px;  
  }
  
  #dividerTwo{
  position:absolute;
  top:99px;
  left:0px;
  }
 
  #buttonThree{
  position:absolute;
  top:111px;
  left:0px;
  width:189px;
  height:44px;  
  }
  
  #dividerThree{
  position:absolute;
  top:155px;
  left:0px;
  }

  #buttonFour{
  position:absolute;
  top:167px;
  left:0px;
  width:189px;
  height:44px;  
  }
  
  #dividerFour{
  position:absolute;
  top:211px;
  left:0px;
  }
  
  #leftPanel{
  position:absolute;
  left:0px;
  top:223px;
  width:189px;
  height:239px;
  }
  
   
  #footer1{
  background:url(../images/co_footer_01.jpg);
  top:640px;
  position:absolute;
  width:640px;
  height:17px;
  }

  #footer2{
  background:url(../images/co_bar.jpg);
  top:657px;
  position:absolute;
  width:640px;
  height:8px;
  }
  
  #footer3{
  background:url(../images/co_footer_02.jpg);
  top:665px;
  position:absolute;
  width:640px;
  height:27px;
  }
  
  
  #footer4{
  top:692px;
  position:absolute;
  width:640px;
  height:53px;
  }
  
  #onePanel{
position:absolute;
left:196px;
top:-14px;
background:url(../images/one_panel.jpg) no-repeat;
width:435px;
height:476px;
padding-left:15px;
padding-top:70px;
line-height:2em;
overflow:hidden;
}

#computer{
border:none;
outline:none;
position:absolute;
top:0;
right:10px;
}
.julySpecial{
border:none;
outline:none;
position:absolute;
top:0;
right:200px;
}

-->