#search{
margin-left:5px;
margin-top:-3px;
}
#search .inputbox{
border:none;
background: none;
color:#999;
}
#loginbox .button{
border:none;
height:21px;
width:43px;
background: url('../images/top_button.gif') no-repeat top left;
color:#fff;
font-weight:bold;
font-size:10px;
}
#tab_switch {
	position:absolute;
	right:10px;
	top:0;
	width:109px;
	height:20px;
	background: url(../images/tab_login.gif) no-repeat top left;
	text-align:center;
	font-size: 90%;
	font-weight:bold;
	padding-top:6px;
	color: #ccc;
	cursor: pointer
	}

/* End Tab Switch on the Top */
	
	


#container{
   background: #fff url(../images/body_bg.gif) repeat-x;
   width: 100%;
   min-height: 450px;
   margin: 0 auto;
      

}

a{
   overflow: hidden; /* Trick for Suckerfish*/
}

/* Header*/

#header{
   position: relative;
   width: 940px;
   margin: 0 auto;
   height: 169px;
   z-index:2;
}

/* Logo Left Side*/
#logo{
   position: absolute;
   top: 0;
   left: 0;
   background: url(../images/logo.png) no-repeat left top;
      z-index:3;

}


/* Content-Wrap*/

#content-wrap{
   margin: 0 auto;
   width: 940px;
   clear:both;
   z-index:auto;
   margin-top:40px;


}

/* Content*/
#mainbody{
padding-top:20px;

}
#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 600px;
   padding-bottom:30px;


}
#newsflash{
height:auto;
margin-bottom:20px;

}
/* Sidebar*/

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 301px;
   background: url(../images/sidebar.gif) no-repeat top;
}
.sidebar-box{
   background: url(../images/sidebar-box-bottom.gif) no-repeat bottom;
   padding-bottom:40px;
}

/* Footer*/

#footer-outer{
   clear: both;
   background: #34332f;
   border-top: 4px solid #ccc;

}

#bottom_menu{
   width: 940px;
   margin: 0 auto;
   padding:25px;
   text-align:center;
   color:#fff;
   font-size:80%;
   height:25px;
}

#copyright-outer{
   clear: both;

}
#copyright{
   width: 940px;
   margin: 0 auto;
   padding:25px;
   text-align:center;
   color:#ccc;
   font-size:80%;
   height:30px;
}

#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#ccc;
}
