@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background-color: #330023;
	overflow-x:hidden;
	background-image: url(images/banner9back.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	width: 100%;
	background-image: url(images/banner9t.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 242px;
	position: relative;
	}
#header {
	height: 150px;
	width: 800px;
	background-image: url(images/banner9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 1.6em;
	color: #D9C681;
}
h2 {
	color: #D0BE76;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D0BE76;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	color: #8B0161;
}

#Content {
	width: 900px;
	position: relative;
}
#Content #Pic {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	width: 301px;
	height:400px;
	position:absolute;
	left: 70px;
	top:20px;
}
#imageshow {
	position: absolute;
	z-index: 1000;
	left: 5px;
	top: 5px;
	height: 390px;
	width: 292px;
}

#Content #mainTxt {
	width: 500px;
	position: absolute;
	left: 400px;
	top: 20px;
	
}
#leftBar {
	width: 298px;
	left: 70px;
	top: 450px;
	position: absolute;
}
.button {
	background-image: url(images/buttonbox.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.button a{
	font-size: 1.2em;
	padding-top: 6px;
	text-align: left;
	margin-left: 6px;
	color: #CFBC77;
	text-decoration: none;
	display:block;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/* ------------------------- NAVIGATION -------------------------*/
#navBar {
	height: 30px;
	width: 900px;
	z-index: 10;
	display: inline;
	float: left;
	top: 73px;
	position: absolute;
	left: 90px;
	margin-bottom: 5px;
	
	
}
#navBar ul{
	white-space: nowrap;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#navBar li{
	list-style-type:none;
	display:inline;
	margin-right: 20px;
	margin-left: 20px;
		}
#navBar a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #440031;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	height: 30px;
	display:inline;
	padding-top: 15px;
	padding-left:4px;
	margin: 0px;
	letter-spacing: 0.1em;
}
#navBar a:hover {
	color: #AE007C;
		
}
#chadsDiv {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	
}
#chadsDiv a{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	
}
#gallery {
	width: 875px;
	padding-left: 60px;
	}
#gallery img{
	border: solid 2px #BFA862;
	
	}
#gallery  a {
	outline:none;
	border:none;
	text-decoration: none;
	padding-top: 5px;
	padding-right:8px;
	padding-bottom:5px;
	padding-left: 8px;
	}
.question {
	font-size: 1.4ems;
	font-weight: bold;
	color: #330023;
	background-color: #D0BE76;
	padding: 1px;
	margin-right: 5px;
}
.answer{
	font-size: 1.4ems;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #98006D;
	padding: 1px;
}
a {
	color: #CDBA76;
}
#leftBar li {
	font-size: 1.1em;
	color: #E2D48B;
	line-height: 2em;
	list-style-position: outside;
	margin-left: 25px;
}
.floatR {
	float: right;
	border: 1px solid #D0BE76;
	margin-left: 10px;
}
 
.floatl {
	float: left;
	border: 1px solid #D0BE76;
	margin-right: 10px;
}

