.sidebg {
	background-attachment: scroll;
	background-image: url(images/side.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottombg {
	background-attachment: scroll;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.border {
	border: 1px solid #666666;
}
.menutext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
