html { height:100%;width:100%; }
body {
	margin: 0px;height:100%;width:100%;background-color: #4F3531;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	scrollbar-3dlight-color: #A00020;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #303030;
	scrollbar-face-color: #984428;
	scrollbar-highlight-color: #AA0020;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #5A5A5A;
	scrollbar-base-color: #5A5A5A;
    -moz-box-sizing:border-box; box-sizing:border-box;
}

div.centerloading { position:absolute; visibility: visible; width:100%;top:45%;z-index:3; }
div.loading { background-color: #FFFFFF; color:black; border: 1px solid black; text-align:center;width:280px;margin:0 auto; }

div.centertop { position:fixed; visibility: visible; width:100%;top: 0px;z-index:2; }
div.top { background-color: #984428; border: 1px solid #2d130b; width:960px;height:71px; margin:0 auto;text-align:center; background-image: url(/images/TribalArtTop2.jpg) }

div.centermenu { position:fixed;width:100%;top: 71px;z-index:2; }
div.menu { background-color: #79351e; border: 1px solid #2d130b; width:960px;height:16px; margin:0 auto;text-align:center;font-size: 12px; }

div.centermain { position:relative; width:100%;top: 87px;height: auto; z-index:1; }
div.main { background-color: #FFFFFF; border: 1px solid #2d130b; width:960px;height:auto; min-height: 100%; margin:0 auto;color: #2d130b;  }

div.centerfoot { position:fixed; visibility: visible; width:100%;bottom: 0px;z-index:2; }
div.foot { background-color: #984428; border: 1px solid #2d130b; width:960px; margin:0 auto;text-align:center; font-size: 9px; }

div.pager { float:left;text-align:center;height:30px;width:100%; background-color: #79351e; font-weight: bold; }

a		{ color: #984428; 	font-weight: bold; font-size: 12px; text-decoration: none;-moz-outline: none; }
a:link		{ color: #984428; 	font-weight: bold; font-size: 12px; text-decoration: none }
a:active,a:focus	{ color: red; 		font-weight: bold; font-size: 12px; text-decoration: none }
a:visited	{ color: #984428; 	font-weight: bold; font-size: 12px; text-decoration: none }
a:hover		{ color: red; 		font-weight: bold; font-size: 12px; text-decoration: none }

a.menu    { color: #F0F0F0;font-weight: bord; 	text-decoration: none; font-size:13px;-moz-outline: none; }
a.menu:link    { color: #F0F0F0;font-weight: bold; 	text-decoration: none; font-size:13px; }
a.menu:active,a.menu:focus  { color: red; 	font-weight: bold;	text-decoration: none; font-size:13px; }
a.menu:visited { color: #F0F0F0;font-weight: bold; 	text-decoration: none; font-size:13px; }
a.menu:hover   { color: red; 	font-weight: bold;	text-decoration: none; font-size:13px; }