
body
{
	margin: auto;
	
	 
}
#container
{
width:  950px;
margin:auto;

}
#container1
{
width:  950px;
margin:auto;

}
#header
{
width:950px;
height:110px;
background: url(../images/headerpic_01.gif)  no-repeat bottom;
}

#header .search
{
width:280px; 
height: 31px; 
background: url(../images/search_bg.gif) no-repeat right bottom;  
}

.menubar
{
width:950px;
height:26px;
margin:auto;

}


.buttonclass
{
width:75px;
height:26px;
background-image:url(../images/top_button_bg.gif);
background-repeat:no-repeat;
float:left;
}


.searchbg
{
width: 283px;
height: 31px;
background-image: url(../images/search_bg.gif);
background-repeat: no-repeat;
position: absolute;
background-color: #000000;


}

.mainbody
{
width:950px;
height:auto;
overflow:auto;
background-color:#FFFFFF;
margin: auto;
padding-top:8px;
}

.leftbody
{
width:450px;
background-color:#FFFFFF;
height:auto;
overflow:auto;
float:left;
padding-left:5px;

}

.righttbody
{
width:500;
background-color:#FFFFFF;
height:auto;
overflow:auto;
float:right;

}















