body {
	background-color: #F9FADD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

div.container
{
	height: 952px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	margin-top: 50px;
	border: none;
	background-color: #FFFFFF;
	margin-bottom: auto;
}

div.background-text-top{
	position: absolute;
	left: 215px;
	top: 206px;
	width: 566px;
}

.background-text-expander{
	position: absolute;
	left: 215px;
	top: 239px;
	width: 566px;
	height: 71px;
	background-image: url(../images/background-text-expander.gif);
	background-repeat: repeat;
}

div.background-text-bottom{
	width: 566px;
	background-repeat: no-repeat;
	background-image: url(../images/background-text-bottom.gif);
	position: absolute;
	height: 38px;
	left: 215px;
	top: 311px;
}

div.background-side-bar{
	width: 191px;
	background-repeat: no-repeat;
	background-image: url(../images/background-side-bar.gif);
	position: absolute;
	left: 5px;
	top: 173px;
	height: 750px;
}
select {
	font-size: 9px;
}

div.text-side-bar{
	margin-left: 8px;
	margin-top: 0px;
	padding: 3px 0px 0px;
}
table {
	padding-right: 5px;
	padding-left: 5px;
}

div.text-area{
	width: 565px;
	position: absolute;
	left: 221px;
	top: 206px;
	height: 75px;
}

td.text-top {
	background-image: url(../images/background-text-top.gif);
}

td.text-expander {
	background-image: url(../images/background-text-expander.gif);
}

td.text-bottom {
	background-image: url(../images/background-text-bottom.gif);
}
