
body			{ background-color:#ffffff;}
div#side		{ width:500px; background-image:none;}
div#body		{ width:500px; margin:0px; border-style:none;}
div#cont		{ width:500px; padding:0px; float:none;}
div.contents	{ width:500px; padding:0px;}
p#topImg		{ width:500px; overflow:hidden;}
div#leftBox		{ display:none;}
p#copy			{ width:500px; margin-top:20px; padding:10px 0px 0px 0px; background-color:#ffffff;}
p#bottom		{ display:none;}

/*
@media print{

body#print				{ background-color:#ffffff;}
body#print div#side		{ width:500px; background-image:none;}
body#print div#body		{ width:500px; margin:0px; border-style:none;}
body#print div#cont		{ width:500px; padding:0px; float:none;}
body#print div.contents	{ width:500px; padding:0px;}
body#print p#topImg		{ width:500px; overflow:hidden;}
body#print div#leftBox	{ display:none;}
body#print p#copy		{ width:500px; margin-top:20px; padding:10px 0px 0px 0px; background-color:#ffffff;}
body#print p#bottom		{ display:none;}

}
*/