@charset "utf-8";
/* Global */

BODY		{ padding:0px; margin:0px; text-align:center; vertical-align:top; width:100%; height:100%; background-color:#000000; }
IMG			{ border:0px; }

TABLE.Wrapper		{ width:100%; height:100%; }
	TD.TopWrap		{ width:100%; height:580px; vertical-align:top; text-align:left; }
		TABLE.PageLayout		{ width:765px; height:580px; }
			TD.PageLayout_Nav		{ width:193px; height:580px; text-align:left; vertical-align:top; }
			TD.PageLayout_Content	{ width:572px; height:580px; text-align:right; vertical-align:top; direction:rtl; }
	
	TD.BottomWrap	{ width:100%; height:100%; vertical-align:top; text-align:left; background-color:#183a10; background-image:url(../img/footer_grad.gif);
					  background-repeat:repeat-x; background-position:top; }
		TABLE.Footer		{ height:45px; direction:rtl; }
		TABLE.Footer *		{ vertical-align:middle; font:normal 10px Arial; color:#FFFFFF; text-decoration:none; }
		TABLE.Footer TD		{ padding:0px 10px; }
		TABLE.Footer A:hover	{ text-decoration:underline; }
	
