@charset "utf-8";
/* CSS Document */

body{
	background-color: #7c0d0e;
	background-image: url(../gfx/main_bg.png);
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

#bgTribal1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../gfx/tribal_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#bgTribal2{
	width: 100%;
	height: 100%;
	background-image: url(../gfx/tribal_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#outerRoot{
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#root{
	width: 980px;
	margin: 0px auto 0px;
	/*margin-top:25px;*/
}


#shaTop{
	background-image: url(../gfx/sha_top.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 55px;
}

#shaBg{
	background-image: url(../gfx/sha_bg.png);
	background-repeat: repeat-y;
	width: 980px;
	min-height: 450px;
}

#shaBottom{
	background-image: url(../gfx/sha_bottom.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 90px;
}


#innerBg{
	background-image: url(../gfx/inh_bg.jpg);
	width: 940px;
	min-height: 450px;
	margin-left: 20px;
}

#logo{
	position: relative;
	padding-left: 718px;
	top: 20px;
}

#lineTop{
	background-image: url(../gfx/inner_sha_top.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
}

#innerContent{
	padding-top: 0px;
	min-height: 320px;
	width: 940px;
}

#lineBottom{
	background-image:url(../gfx/inner_sha_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 940px;
	height: 50px;
}

#shaBottom img{
	margin-right: 10px;
}


