.background {
	background-color: #FFF0C4;
	background-image: url(../images/bkgdtile.gif);
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.title {
	font-size: 24px;
	color: #F00;
	margin-top: 5px;
}
.sale {
	font-size: 16px;
	color: #F00;
	text-align: center;
	background-color: #FC3;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.nav {
	background-color: #FC3;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.bodyText {
	font-size: 12px;
}

.yellowback {
	background-color: #FFCC33;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000;
	text-align: center;
}
.ten {
	font-size: 10px;
}
.red {
	color: #990000;
}
#container {
	margin:0px auto;
	width: 750px;
	text-align: left;
}
#leftcolumn {
	float: left;
	width: 625px;
}
#rightcolumn {
	width: 125px;
	float: right;
	background-color: #FFCC33;
}
#content {
	margin-right: 5px;
	font-size: 16px;
}
.logo {
	font-size: 44px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}


.small {
	font-size: 14px;
}
.sidebar {
	background-color: #FFCC33;
	padding: 3px 3px 3px 3px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
