body {
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: white;
	color: #333;
	font-family: Arial, sans-serif; 
	font-size:12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
a {color: #66A; text-decoration: none; font-weight: bold;}
a:visited {color: #669}
a:hover {color: blue}

h1 {
}

h2 {
}

h3 {
}

#container {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 920px;
	height: 700px;
	padding: 95px 0px 0px 0px;
	margin: auto;
	margin-top: 15px;
}

#header {
	font-size:12px;
	font-weight: bold;
	text-align: center;
	color: #FC0;
	width: 900px;
	height: 18px;
	margin: auto;
}
#header a {color: white}
#header a:hover {color: #FC0}
#header td {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#sub {
	font-size:12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	width: 890px;
	height: 18px;
	margin: auto;
}
#sub a {color: #369}
#sub a:hover {color: #FC0}
#sub div {
	margin: 0px;
	height: 18px;
	border-bottom: 2px solid #FC0;
}
#sub p {
	float: left;
	margin: 0px 10px 0px 10px;
}

#content {
	text-align: left;
	width: 890px;
	height: 542px;
	margin: auto;
	margin: 0px auto 20px auto;
	overflow: auto;
}
#content h1 {
	font-size:15px;
	margin: 5px 5px;
}
#content p {
	padding-left: 10px;
}

#content div {
	float: left;
}

iframe {
	text-align: left;
	width: 890px;
	height: 560px;
	margin: auto;
	margin: 0px auto 20px auto;
	overflow: auto;
}

#flash {
	text-align: center;
	height: 350px;
	width: 875px;
	margin: -8px 0px 10px 7px;
}

#home_band {
	width: 890px;
	height: 40px;
	background-color: 9DB0D0;
	text-align: center;
	color: white;
}
#home_band h1 {
	font-size: 26px;
	margin: 5px;
}

#home_copy {
	height: 140px;
	float: left;
}
#home_copy img {
	float: right;
	margin: 5px 5px 0px 0px;
}


#item {
	background-image: url(../images/item.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	width: 158px;
	height: 165px;
	margin: 4px 0px 10px 14px;
}
#item img {
	margin: 0px 10px;

}
#item h3 {
	text-align: left;
	font-size:14px;
	margin: 8px 0px 0px 9px;
}

#listing {
	background-image: url(../images/listing.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 275px;
	height: 130px;
	margin: 4px 0px 8px 12px;
}
#listing img {margin: 15px}
#listing p {margin: 0px 0px 10px 10px}

#column {
	padding: 10px;
	width: 240px;
	border-right: 2px solid #FC0;
	border-bottom: 2px solid #FC0;
}

#footer {
	color: #369;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	width: 900px;
}