.tableleft{
	background-image: url(images/tableleft.png);
	width: 70px;
}

.tableright{
	background-image: url(images/taleright.png);
	width: 70px;
}

.tablemain{
	background-color: #ffffff;
}

.footer{
	background-image: url(images/footerback.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.left{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100px;
	background-image: url(images/left.png);
}

.right{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100px;
	background-image: url(images/right.png);
}

.headertexts{
	color: #9B891C;
	size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.maintext{
	color: #333;
	size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#newsletter{
	background-image: url(images/newsletterback.png);
	width: 210px;
	height: 128px;
}

.newsletter { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 13px;}

#banner{
	width: 800px;
	height: 125px;
	background-image: url(images/banner.png);
}