@charset "utf-8";
/* CSS Document */

#guildinfo {
	position:absolute;
	left:1px;
	top:360px;
	width:175px;
	height:35px;
	z-index:3;
	background-image: url(../buttons/guildinfo.jpg);
}


#raiding {
	position:absolute;
	left:1px;
	top:360px;
	width:175px;
	height:35px;
	z-index:3;
	background-image: url(../buttons/raiding.jpg);
}


#recruiting {
	position:absolute;
	left:1px;
	top:360px;
	width:175px;
	height:35px;
	z-index:3;
	background-image: url(../buttons/recruitment.jpg);
}


#tab1 {
	position:absolute;
	left:1px;
	top:395px;
	width:175px;
	height:45px;
	z-index:3;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
}


#tab2 {
	position:absolute;
	left:1px;
	top:441px;
	width:175px;
	height:45px;
	z-index:3;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
}


#tab3 {
	position:absolute;
	left:1px;
	top:487px;
	width:175px;
	height:45px;
	z-index:3;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
}


#guildheader {
	position:absolute;
	left:195px;
	top:305px;
	width:110px;
	height:52px;
	background-image:url(../images/guild.jpg);
	z-index:3;
}


#raidheader {
	position:absolute;
	left:195px;
	top:305px;
	width:160px;
	height:52px;
	background-image:url(../images/raiding.jpg);
	z-index:3;
}


#recruitheader {
	position:absolute;
	left:195px;
	top:305px;
	width:200px;
	height:52px;
	background-image:url(../images/recruiting.jpg);
	z-index:3;
}


#blueheader {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:205px;
	top:375px;
	width:200px;
	height:20px;
	z-index:3;
}


#infotext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	position:absolute;
	left:205px;
	top:395px;
	width:760px;
	height:100%;
	z-index:3;
}


#murloc {
	position:absolute;
	z-index:4;
	height:95px;
	width:120px;
	background-image: url(../images/murloc.png);
	left:26px;
	top:288px;
}