html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #B6B6B6;
	background-image: url(../images/bkg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
td, textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
}
blockquote {
	font-style: italic;
	text-align: justify;
}
ul {
	list-style-type:square;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
h3 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

#site-container { 
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#body-table {
	padding: 20px 10px 20px 10px;
	text-align: left;
}

.copyright {
	font-size: 10px;
	text-align: center;
}
.nav-button {
	padding: 0px 18px 4px 18px;
}
.error {
	color: #FF0000;
}
.sold {
	color:#CC0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}