@charset "utf-8";
/* CSS Document */

TABLE.WideLayout		{ width:100%; height:100%; }
	TD.WideLayoutTop		{ width:778px; height:26px; vertical-align:bottom; text-align:center; }
	TD.WideLayoutMid		{ width:778px; height:100%; vertical-align:top; text-align:left; background-repeat:repeat-y; background-position:top center;
							  background-image:url(../img/wide_mid.gif); padding-top:20px; }
	TD.WideLayoutBot		{ width:778px; height:26px; vertical-align:top; text-align:center; }
	

		TABLE.FunTable		{ }
		TABLE.FunTable TD.Content		{ width:200px; height:185px; vertical-align:top; }
			TABLE.FunTable TD.Content DIV.Image		{ width:200px; height:150px; overflow:hidden; }
			TABLE.FunTable TD.Content DIV.Label IMG	{ display:block; }
			TABLE.FunTable TD.Content DIV.Link		{ }
			TABLE.FunTable TD.Content DIV.Link A	{ display:block; width:78px; height:17px; font:normal 13px/17px Verdana; color:#FFFFFF; text-align:center;
													  background-repeat:no-repeat; background-image:url(../img/fun_link.gif); text-decoration:none; }
			TABLE.FunTable TD.Content DIV.Left		{ float:left; }
			TABLE.FunTable TD.Content DIV.Right		{ float:right; }
		TABLE.FunTable TD.Spacer		{ width:54px; }
		