body {
	margin:0px;
	padding:0px;
background-image: url(menubackground2.jpg);
	background-position:center;
	background-repeat: repeat-y;
}

/*html{
	background-image: url(../stylesheets/menubackground_inside.gif);
background-repeat:repeat-y;
background-position:center;
}*/

#float {
	width:740px;
	margin:0 auto;

}

#main_container {
	border:1px solid #ffffff;
	float:left;
	
	
}

#content_container {
width:740px;
background-color:#ffffff;
float:left;
position:relative;
display:inline;
}

#menubackg  {
background-image: url(menubackground.jpg);
background-repeat:repeat-y;
width:716px;
_width:740px;
height:30px;
text-align:center;
padding:10px;
overflow:visible;
padding-left:14px;
}


#footerbar {
position:relative;
width:740px;
height:50px;
display:inline;
float:left;
background-color:#cccc99;
}


