@charset "utf-8";

body {
	background-color: #000;
}
/*------------------------------------------- Begin Page Layout ----------------------------------------*/
#Content {
	height: 880px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 4px;
	background-color: #311717;
}
/*------------------------------------------- End Page Layout ----------------------------------------*/

/* ------------------------------------------ Begin Header ---------------------------------------- */
/* Page Header Container Position and Size */
#pageheader {
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 800px;
	top: 4px;
	z-index: 60;
	margin-right: auto;
	margin-left: auto;
}
/* Page Header banner*/
#headerbanner {
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	height: 136px;
	width: 800px;
	top: 16px;
	z-index: 62;
	background-image: url(../images/HeaderBannerBrown.png);
}
/* Page Header Title*/
#headertitle {
	position: absolute;
	height: 80px;
	width: 540px;
	left: 230px;
	top: 42px;
	z-index: 64;
	background-image: url(../images/HeaderTitleTemple.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* Page Header Logo */
#headerlogo {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0px;
	height: 180px;
	width: 180px;
	background-image: url(../images/LogoTemple.png);
	background-repeat: no-repeat;
	z-index: 68;
}
/*-----------------------------   End Header -------------------------------------------*/

/*-----------------------------  Start Menu Bar ----------------------------------------*/
/* Left menu bar*/
#leftmenubar {
	overflow: hidden;
	position: absolute;
	height: 37px;
	width: 14px;
	top: 150px;
	z-index: 50;
	background-image: url(../images/MenuBarLeftBrown.png);
	background-repeat: no-repeat;
	left: 268px;
}
.menu1 {
	list-style:none;
	height:37px;
	position:absolute;
	background-image: url(../images/MenuBarBrown.png);
	background-repeat: repeat-x;
	width: 460px;
	top: 150px;
	z-index: 51;
	margin: 0px;
	padding: 0px;
	left: 280px;
}
.menu1 li {float:left;}
.menu1 li a {
	display:block;
	float:none;
	height:26px;
	line-height:26px;
	color:#D2B697;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	width: auto;
	padding-top: 2px;
	text-transform: uppercase;
}
.menu1 li a b {
	float:left;
	display:block;
	padding-right: 8px;
	padding-left: 8px;
}
.menu1 li a:hover {
	height: 26px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/MenuBarHighlightBrownt.png);
	padding: 2px;
	background-repeat: repeat-x;
}
/* Right menu bar*/
#rightmenubar {
	background-image: url(../images/MenuBarRightBrown.png);
	background-repeat: no-repeat;
	top: 150px;
	left: 740px;
	overflow: hidden;
	position: absolute;
	height: 37px;
	width: 14px;
	z-index: 50;
}

/*------------------------------   End Menu Bar --------------------------*/

/*------------------------------   Start Mian Container --------------------------*/
#maincontainer {
	position: absolute;
	z-index: 20;
	height: auto;
	width: 740px;
	top: 140px;
	left: 40px;
}
#mainbackground {
	position: relative;
	z-index: 21;
	height: 680px;
	width: 740px;
	background-image: url(../images/MainBodyBackBrown.png);
	background-repeat: repeat;
}
#mainfooter {
	height: 40px;
	width: 740px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400000;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/FooterBrown.png);
	background-repeat: no-repeat;
	vertical-align: top;
	bottom: 0px;
	z-index: 40;
}
#infobox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #311717;
	text-transform: none;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	text-align: justify;
}
#infobox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #006;
	text-transform: none;
	font-style: italic;
	text-align: center;
	line-height: 24px;
	margin-top: 8px;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #900;
	margin-right: 8px;
	margin-left: 8px;
}
#infobox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-align: center;
	margin-right: 8px;
	margin-left: 8px;
}
.infoboxlabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	color: #006;
}
.infoboxsublabel {
	font-variant: normal;
	font-size: 14px;
}




/*------------------------------   Start Mian Container --------------------------*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
