body {
	background-color: gray;
	text-align: center;
}

#header {
	background-color: white;
	width: 900px;
	border: 4px solid black;
}

#main {
	text-align: center;
	background-color: white;
	width: 900px;
	border: 4px solid black;
	padding: 5px 10px 10px 10px;
}

#footer {
	background-color: white;
	width: 900px;
	border: 4px solid black;
}

#menu {
	border-bottom: 4px solid black;
	width: 900px;	
}

#menu a {
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	margin: 10px;
	border: black solid 2px;
}

#menu a:hover {
	background-color: black;
	color: #E79027;
	border: #E79027 solid 2px;
}

h1 {
	color: white;
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #3D82FB;
	border-style: outset;
	border-color: #C0C0C0;
	width: 300px; 
}

th {
	color: white;
	font-weight: bold;
	background-color: #3D82FB;
}

caption {
	text-align: left;
}

blockquote {
	text-align: justify;
	font-style: italic;
}

.altrow {
	background-color: #FFA500;
}

.center {
	text-align: center;
}

.fine {
	font-size: small;
	font-style: italic;
}

.details {
	width: 150px;
	background-color: #FFA500;
	text-align: left;
}

.imgpad {
	margin: 10px;
}

.update {
	font-size: 24px;
	color: #FF0000;
	text-decoration: blink;
	text-decoration: underline;
}

.sold {
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
}

.largefont {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#sidebar {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #dd8c3b;
	text-align: justify;
	float: right;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
