@charset "UTF-8";

#header {
	position: absolute;
	top: 0px;
	width: 845px;
	color: #2b2f32;
}

#header #slogan {
	position: absolute;
	top: 30px;
	left: 293px;
	font-size: 14px;
}

#header #contacts {
	position: absolute;
	right: 0px;
	font-size: 18px;
	top: 25px;
}

#header #home {
	position: absolute;
	top: 20px;
	left: 90px;
	position: absolute;
	font-size: 26px;
	text-decoration: none;
	color: #2b2f32;
}
#flash {
	position: absolute;
	background: url(/images/bg-flash.png);
	height: 242px;
	width: 663px;
	top: 60px;
	left: 187px;
}
#flash #flashWrapper {
	border: 1px solid #666666;
	background: url(/images/bg-flashWrapper.jpg);
	width: 640px;
	height: 230px;
	margin: 10px;
}



/* CSS Document */


#content {
	width: 850px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #F1F2F4;
}

#content #map {
	position: absolute;
	top: 0px;
	left: -70px;
	z-index: 1;
}

#pageContent {
	padding: 20px 20px 20px 210px;
	margin: 302px 0 0 0;
	background: #e1eaf1 url(/img/menu.png) repeat-y left;
	min-height: 670px;
	position: relative;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	overflow: auto;
}

#guildHall {
	position: absolute;
	bottom: 0px;
	left: -43px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 313px;
	width: 180px;
	z-index: 2;
}

#menu A {
	text-decoration: none;
	font-size: 14px;
	display: block;
	color: #2b2f32;
	background: url(/img/bullet-3x3.png) no-repeat 10px center;
	padding: 3px 0 3px 17px;
	border-bottom: 1px solid #DADBD6;
}

#menu A:hover { font-weight: bold; }

#menu #stars { margin: 40px 0 0 40px; }

#footer {
	height: 70px;
	background: #EDEDED;
	border-top: 1px solid #C1C1C1;
	font-size: 12px;
}

#footer #footerContent {
	margin: 0 auto;
	width: 920px;
	padding: 10px 0;
}

#footer #siteLinks {
	float: left;
	width: 600px;
	line-height:2em;
}

#footer #siteLinks A {
	text-decoration: none;
	white-space: no-wrap;
	background: url(/img/bullet-3x3.png) no-repeat left center;
	padding-left: 8px;
}

#footer #refs { text-align: right; line-height:2em; }


	.central{
			text-align:center;
		}
		
		.left{
			
			text-align:left;
		}
.central {
	text-align: left;
}
.leftffs {
	text-align: left;
}
.centerffs {
	text-align: center;
}
