@charset "UTF-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FDDFB8;
}
#text-scroll {
	height: 265px;
	width: 350px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #621B15;
}


#container {
	height: 511px;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 29px;
}
#title {
	background-image: url(images/Title2.png);
	float: left;
	height: 218px;
	width: 388px;
}
#text {
	background-image: url(images/TextScroll2.png);
	float: left;
	height: 293px;
	width: 388px;
}
#left {
	background-image: url(images/Left.png);
	float: left;
	height: 511px;
	width: 24px;
}
#left-column {
	float: left;
	height: 511px;
	width: 388px;
}
#right {
	background-image: url(images/Right.png);
	float: left;
	height: 511px;
	width: 402px;
	background-position: center;
	background-repeat: no-repeat;
}
w
