@charset "UTF-8";
body {
    font-family: Courier New, Courier, monospace;
	color: #300;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.woodplank #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.woodplank #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Imagery/WoodenNickel.png);
	width: 780px;
	height: 1030px;
	margin: auto;
}
.woodplank #cyrilType {
	position:relative;
	width: 470px;
	left: 220px;
	top: 97px;
	overflow: auto;
	height: 385px;
	scrollbar-face-color:#000000; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#000000;
	
}
.woodplank #cyrilButton {
	position: relative;
	top: 170px;
	left: 30px;
	width: 100px;
	height: 23px;
}

.woodplank #strangerButton {
	position: relative;
	top: 203px;
	left: 30px;
	width: 102px;
	height: 48px;
}

.woodplank #contactButton {
	position: relative;
	top: 238px;
	left: 30px;
	width: 63px;
	height: 23px;
}

.woodplank #performanceButton {
	position: relative;
	top: 275px;
	left: 30px;
	width: 130px;
	height: 23px;
}

.woodplank #mainContentStranger {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Imagery/WoodenAlbum.png);
	width: 780px;
	height: 1030px;
	margin: auto;
}
.woodplank #clikctoPurchase {
	width: 79px;
	height: 30px;
	Position:absolute;
	top: 470px;
	left: 510px;
	
}
.woodplank #mainContentContact {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Imagery/WoodenContact.png);
	width: 780px;
	height: 1030px;
	margin: auto;
}
.woodplank #contactType {
	position:relative;
	width: 370px;
	left: 220px;
	top:160px;
	overflow: auto;
	height: 215px;}
	
a { color: red; background-color: none; }

.woodplank #contactType2 {
	position:relative;
	width: 300px;
	left: 220px;
	top:240px;
	overflow: auto;
	height: 150px;
}

.woodplank #submit {
	position:relative;
	width: 150px;
	height: 100px;
	top: 210px;
	left: 310px;
}

.woodplank #mainContentPerform{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Imagery/WoodenShows.png);
	width: 780px;
	height: 1030px;
	margin: auto;
}

.woodplank #performType{
	position:relative;
	width: 450px;
	left: 220px;
	top:170px;
	overflow: auto;
	height: 380px;
}
	
.woodplank #performLined{
	position:relative;
	top: 200px;
	left: 80px;
	height: 230px;
	width: 420px;
}

	