body {
	background-image: url("../images/site/bg.png");
	background-color: #333333;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: white;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
}

a {
	color: #FFF;
}

a:hover {
	color: #add8e6;
}

img {
	border: none;
}

.bar {
	background-image: url("../images/site/runeborder.png");
	width: 100%;
	height: 20px;
}

.logo {
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -500px;
	text-align: center;
	z-index: 1000;
}

.titlename {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -550px;
	z-index: 1000;
}

.upperbar {
	margin: auto;
	width: 100%;
	height: 30px;
	background-color: #333;
	background-image: url("../images/site/menubg.png");
	background-position: center;
	background-repeat: no-repeat;
}

.menubar {
	margin: auto;
	width: 100%;
	height: 30px;
	text-align: right;
	font-size: 12px;
	background-color: #464646;
	border-bottom: solid 1px #222;
}

.menubar a {
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 8px;
}

.menubar li {
	list-style: none;
	width: 70px; 
	height: 30px;
	float: right;
	text-align: center;
	background-image: url("../images/site/menuitembg.png");
}

.titlebar {
	background-color: #666;
	width: 100%;
	height: 80px;
	text-align: center;
	background-image: url("../images/site/headerbg.png");
	background-position: center;
}

.leftflank {
	background-image: url("../images/site/celticleft.png");
	width: 118px;
}

.rightflank {
	background-image: url("../images/site/celticright.png");
	width: 118px;
}

.content {
	background-color: #333333;
}

.box {
	float: left; font-size: 12px;
}
.tl {
	background-image: url("../images/site/winborder/win_tl.png"); background-position: right; width: 12px; height: 14px;
}
.tm {
	background-image: url("../images/site/winborder/win_t.png"); height: 14px;
}
.tr {
	background-image: url("../images/site/winborder/win_tr.png"); width: 12px; height: 14px;
}
.ml {
	background-image: url("../images/site/winborder/win_l.png"); background-position: right; width: 12px;
}
.mc {
	background-image: url("../images/site/winborder/window_background.png"); width: 335px; text-align: left;
}
.mcs {
	background-image: url("../images/site/winborder/window_background.png"); width: 152px; text-align: left;
}
.mr {
	background-image: url("../images/site/winborder/win_r.png"); width: 12px;
}
.bl {
	background-image: url("../images/site/winborder/win_bl.png"); background-position: right; width: 12px; height: 14px;
}
.bm {
	background-image: url("../images/site/winborder/win_b.png"); height:14px;
}
.br {
	background-image: url("../images/site/winborder/win_br.png"); width: 12px; height: 14px;
}

#slideshow {
	width: 335px;
	height: 270px;
	background-color: #FFF;
	text-align: left;
}

#slideshow .pic{
	width: 335px;
	height: 270px;
}

#slideshow .selector{
	position: relative;
	top: 250px;
	left: 5px;
}

#slideshow .page{
	font-size: 12px;
	font-weight: bold;
	color: black;
	width: 10px;
	height: 20px;
}

