/* IE styles */

*html body {
	height: 800px;
}

*html #info {
	display: block;
	background-image: url(images/wyrmgraphic.png);
	background-color: #666633;
	background-repeat: no-repeat;
	height: 500px;
	width: 50%;
	background-position: center 80%;
	border: 2px groove #330000;
	margin-top: 2em;
	margin-right: 23%;
	margin-left: 23%;
}

*html #info h3 {
	display: block;
}

*html h3 {
	font-family: papyrus, optima, sans-serif;
	text-align: center;
	padding-left: 0px;
	font-weight: lighter;
	font-size: 30px;
	margin-top: 1em;
	margin-right: .5em;
	margin-left: .5em;
}


*html #copyrighttwo {
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 500px;
	width: 100%;
}

*html #topbanner {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 325px;
	display: none;
}

*html table.two {
	display: none;
	}



/* footer */

*html #footer {
	display: none;
	background-color: #330000;
	z-index: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333300;
	width: 90%;
	padding-bottom: 0.5em;
	margin-top: 1em;
	background-image: url(images/wyrmy.png);
	background-repeat: no-repeat;
	background-position: 100% 30%;
}



 
 
/*wrapper styles*/
*html div#wrapper {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}








/*contact info form*/


*html #flashlogo {
	display: none;
	position: absolute;
	left: 2%;
	top: 5em;
	height: 240px;
	width: 540px;
}
*html #rtsidebar {
	display: none;
	background-color: #666633;
	height: 100%;
	width: 20%;
	margin-left: 1em;
	z-index: 1;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #003300;
	clear: left;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
