body {
	text-align: center;
	background-color: #666666;
	background-image: url(../images/dbl%20bckgrnd%20rpt.gif);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	text-align: right;
	background-repeat: no-repeat;
	height: 190px;
	background-image: url(../images/trm%20hdr.jpg);
	width: 800px;
}
#content {
	height: auto;
	width: auto;
	background-image: url(../images/cntnt%20rpt.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#lcolmn {
	float: left;
	height: 200px;
	width: 200px;
}
#rcolmn {
	float: right;
	height: 300px;
	width: 800px;
}
#footer {
	clear: both;
	height: 75px;
	width: 800px;
	background-image:url(../images/ftrtg.gif);
}
.btn {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	padding: 25px;
	height: 25px;
	width: 150px;
	margin: 10px;
}