div.clear
{
clear: both;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}


/* Header*/

#header{
   position:relative;
   width: 887px;
   height:250px;
   margin: 0 auto;
   text-align:left;
   z-index: 999;
   /*background: url(../images/flower.gif) no-repeat left 31px;*/
}

#header #search{
   position: absolute;
   z-index: 5;
   top: 1px;
   left: 0;
   width: 143px;
   height:22px;
   text-align:left;
   background: #333 url(../images/search.gif) no-repeat left;

}
#search .inputbox_top{
border:none;
background:transparent;
height:16px;
width:110px;
margin-top:4px;
font-size:12px;
padding-left:30px;
color:#666;
}

#nav{
position:absolute;
height:24px;
width:100%;
left:0;
bottom:36px;
   z-index: 999;

}
#nav h3{
display:none;
}

#topmenu{
position:absolute;
height:24px;
top:4px;
right:0;
text-align:right;

}
#topmenu h3{
display:none;
}
#form-login .input{
border:none;}

#logo{
position:absolute;
left:0;
top:40px;
}
#banner h3{
display:none;}
#banner{
position:absolute;
right:0;
top:70px;
width:468px;
height:60px;
}

/* Content*/
#content_wrapper{
position:relative;
width: 887px;
margin: 0 auto;
text-align:left;
padding:10px;
}


#content_top{
position:relative;
width: 887px;
height:23px;
margin: 0 auto;
text-align:left;
background:url(../images/main_top.gif) no-repeat center top;

}
#content_middle{
position:relative;
width: 887px;
margin: 0 auto;
height:auto;
min-height:340px;
text-align:left;
background-image:url(../images/main_repeat.png);
background-repeat:repeat-y;

}

#content_bottom{
width: 887px;
height:23px;
margin: 0 auto;
text-align:left;
background:url(../images/main_bottom.gif) no-repeat center top;
}


#left{
position:relative;
float:left;
width:560px;
padding-left:24px;
height:auto;

}
#right{
float:right;
width:260px;
padding-right:24px;
}
/* Footer*/

#footer-outer{
/*border-top:1px solid #333;*/
margin-top:10px;
   clear: both;
}

#footer{
padding-top:5px;
   width: 885px;
   margin: 0 auto;
   text-align:left;
   height:30px;
}
#copyright{
   width: 885px;
   height: 20px;
   margin: 0 auto;
   padding-top:5px;
   text-align:center;
   color:#666;
   font-size:80%;
}
#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#999;
}