/*
ud-noleftright-1.css
Suppress left and right panels
*/
#leftpanel{
	display:none;
}
#rightpanel{
	display:none;
}
#mainpanel{
	width:700px;
}
