/* Tab Switch on the Top */
#topbar {
	background: #32312d;
	width:100%;
	height:34px;
	z-index:999;
	overflow:hidden;
	}

#topbarholder {
	width:940px;
	background: #32312d;
	margin:0 auto;
margin-top:3px;
	}
	
#loginbox{
	width:940px;
	background: #32312d;
	margin:0 auto;
	text-align:left;
	font-size:90%;
	color:#ccc;

}
#loginbox h3{
display:none;}

#loginbox a:link, #loginbox a:visited{
color:#ccc;}

#loginbox .inputbox{
border:1px solid #666;
background: #373737;
color:#fff;
}
#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;
}

/* 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;
   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:10px;
   text-align:center;
   color:#fff;
   font-size:80%;
   height:15px;
}

#copyright-outer{
   background: #006699;
   clear: both;

}
#copyright{
   width: 940px;
   margin: 0 auto;
   padding:10px;
   text-align:center;
   color:#ccc;
   font-size:80%;
   height:20px;
}

#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#ccc;
}
