.banner {
	height: 146px;
	width: 800px;
	background-image: url(images/banner.jpg);
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat;
	width: 25px;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat;
	width: 25px;
}
.body {
	width: 750px;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;


}
.promo {
	font-family: "Courier New", Courier, mono;
	width: 365px;
}
.rssfeeds {
	font-family: "Courier New", Courier, mono;
	width: 365px;
	border: thin double #333333;

}
.topbox {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.rssbox {
	border: thin none #333333;

}
.text {
	font-family: "Courier New", Courier, mono;
}

