@charset "utf-8";

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#globalWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

.mainBorder{
	border: 1px solid #341004;
}

.colorBackground {
	background-image: url(/i/content_bg.png);
	background-repeat: repeat;
}

.woodenBackground {
	background-image: url(/i/wooden_bg.png);
	background-repeat: repeat;
}

.whiteBackground {
	background-color: white;
}

.center {
	text-align: center;
}

#tdContent {
	min-width: 800px;
}

#tdInfo {
	min-width: 300px;
	width: 350px;
}

#tdClear {
}

#topClear {
	height: 20px;
}

#tdMiddleTop {
	width: 20px;
}

#Paper {
	background-image: url(/i/paper.png);
	margin: 50px 10px 25px 15px;
}

td.paper_tl {
	background-image: url(/i/paper_tl.png);
	background-repeat: no-repeat;
	height: 300px;
}

td.paper_tr {
	background-image: url(/i/paper_mr.png);
	background-repeat: repeat-y;
	width: 55px;
}

td.paper_ml {
	background-image: url(/i/paper_ml.png);
	background-repeat: repeat-y;
	width: 52px;
}

#mainHeaderContent {
	text-align: center;
	position: relative;
	top: -60px;
}

#divName {
	position: relative;
	top: 25px;
	z-index: 100;
}

#divPlace {
	margin-left: 7px;
	margin-right: 5px;
	height: 69px;
	background-color: #001004;
	color: white;
	font-family: Gals, sans-serif;
	font-size: 26px;
	position: relative;
	top: 6px;
	z-index: 90;
}

#spanPlace {
	position: relative;
	top: 25px;
}

div #PhotoOuter {
	width: 578px;
	height: 190px;
	background-color: white;
	z-index: 70;
}

div #PhotoInner {
	height: 180px;
	width: 558px;
	border: 3px solid #341004;
	border-top: none;
	z-index: 80;
}

#Header {
	background-color: #664036;
	height: 62px;
	margin-left: 22px;
	margin-right: 20px;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.7em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	position: relative;
	top: -87px;
	z-index: 500;
}

#spanHeader {
	position: relative;
	top: 16px;
}

#Content {
	text-align: justify;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: -50px;
	font-family: Helvetica, Tahoma, FuturisC, sans-serif;
	font-weight: 600;
}

#Player {
	/*background-image: url(/i/player_bg.png);*/
	background-repeat: no-repeat;
	height: 295px;
	margin-top: 35px;
	margin-left: -45px;
	font-family: Gals, sans-serif;
	z-index: 100;
}

#Player img.photo {
	background-color: white;
	width: 115px;
	height: 115px;
	padding: 5px;
	border: none;
}

#Player table {
	margin-left: 35px;
	margin-top: -200px;
	margin-right: 1em;
}

#Player td {
	vertical-align: middle;
	font-size: 16px;
	color: #341004;
}

#Links {
	margin-top: -50px;
	margin-left: -5px;
}

#Links table {
	border: none;
}

#Links td.menu {
	background-color: #001004;
	padding-top: 50px;
	padding-right: 30px;
}

#Links td.menu a, a:visited {
	color: white;
	text-decoration: underline;
}

#Links td.menu a:hover {
	text-decoration: none;
}

#Links td.menu hr {
	color: #001004;
}

#Links td.images {
}

#Links ul {
	list-style-type: none;
}

#Links li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin-left: -14px;
	margin-bottom: 8px;
}

#ForIE {
	display: none;
}