@charset "UTF-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/TextScroll.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FDDFB8;
}
#text-scroll {
	height: 190px;
	width: 350px;
	overflow: visible;
	color: #5D1B19;
	margin: 0px;
	padding: 0px;
}


#container {
	height: 511px;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 29px;
}
#title {
	background-image: url(images/Title.png);
	float: left;
	height: 304px;
	width: 388px;
}
#text {
	background-image: url(images/TextScroll.png);
	float: left;
	height: 207px;
	width: 388px;
}
#left {
	background-image: url(images/Left.png);
	float: left;
	height: 510px;
	width: 24px;
}
#left-column {
	float: left;
	height: 510px;
	width: 388px;
}
#right {
	float: left;
	height: 511px;
	width: 402px;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
	background-image: url(images/Right.png);
}	

