
#container{
   width: 930px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

/* Header*/

#header{
   position: relative;
   z-index: 500;
   height: 342px;
   /*background:url(../images/header.gif) no-repeat center top;*/
}

#header #search{
   position: absolute;
   z-index: 5;
   top: 40px;
   right: 0;
   width: 159px;
   height:20px;
   text-align:left;
   background:url(../images/search_bg.gif) no-repeat left top;

}
#search .inputbox_top{
border:none;
background:transparent;
height:16px;
width:110px;
margin-top:4px;
font-size:14px;
padding-left:40px;
color:#666;
}


/* Navigation Top*/

#topmenu{
   position: absolute;
   top: 7px;
   right: 0;
   z-index: 499;
}

#top{
   position: absolute;
   top: 170px;
   left: 0;
   z-index: 500;
}

/* Picture Right Side*/
#logo_right{
   position: absolute;
   bottom: -44px;
   right: 0;
   z-index: 499;
   height:250px;
   width:260px;
   background: url(../images/right_logo.gif) no-repeat left top;
}

/* Logo Left Side*/
#logo{
   position: absolute;
   top: 10px;
   left: 0;
   z-index: 499;
   background: url(../images/logo.gif) no-repeat left top;
}

/* Content-Wrap*/

#content-wrap{
   float: left;
   width: 930px;
   background: url(../images/content_bg.gif) no-repeat left top;
}

/* Content*/
#slideshow{
margin-top:7px;
margin-bottom:20px;
width:610px;
}
#slideshow th{
display:none;}

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 610px;
   margin-left: 0;
   margin:20px;
}

/* Sidebar*/

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   width: 250px;
   float: right;
   margin: 60px 0 0 0;

}

#sidebar .sidebar-box{
}

/* Footer*/

#footer-outer{
   clear: both;
   background: url(../images/footer_bg.gif) repeat-x left top;
      height:102px;

}

#footer{
   width: 930px;
   margin: 0 auto;
   padding: 6px;
   text-align:left;

}
#copyright{
   width: 930px;
   margin: 0 auto;
   padding-top:15px;
   text-align:center;
   color:#999;
   font-size:80%;
}
#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#999;
}
