body {
	background-image:url(/images/css-background2.gif);
	background-position:top center;
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: white;
	font: normal normal 1.2em/1.4em;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color:#FFCC00;
	padding: 3px;
}

a:hover {
	text-decoration: none;
	background:#FFFFCC;
	color:#000000;
}

a:active {
	text-decoration: none;
}
    
hr { 
	display: none; 
}

p, form, ul, li, img { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

ol, ul {
	line-height: 22px;
	padding: 0;
	margin: 1em 3em;
}

ul { 
	margin-left: 20px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	list-style-type: disc; 
	padding: 0px; 
	list-style: square; 
}

ol li { 
	list-style-type: circle; 
}

h1, h4, h5 { 
	margin: 0; 
	padding: 0; 
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	color: #ffffff;
	font-style: normal;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	color: #ffcc00;
	font-style: normal;
}

h3 { 
	margin: 0px;
	padding: 0px; 
	font-size: 16px; 
	color: #97c9f8;
	font-style: normal;
}

p {
	padding: 10px 0;
}

#wrapper {
	width: 800px;
	margin: auto;
}

.header {
	padding-top: 5px;
	margin-bottom: 0px;
	line-height: 12px;
}

.header .image {
	float: left;
}

.header .meta {
	width: 500px;
	float: right;
	text-align: center;
	padding-top: 15px;
}

.whitehead {
	width: 780px;
	clear: both;
	overflow: hidden;
	float: left;
	text-align: left;
	padding: 10px;
}

.page {
	font-size: 14px;
	height: 30px;
	color: #ffffff;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	float: left;
}

.page .meta {
	width: 800px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.page .meta img {
	padding: 24px;
}

.page .meta p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 17px;
}

.page .meta h1 {
	float: left;
	text-align: left;
	overflow: visible;
}

.page .meta .right {
	float: right;
}

.page .meta h1 span {
	color:#FFCC00;
}

.entry {
	font-size: 14px;
	clear: both;
	overflow: hidden;
	background: none;
	padding: 10px;
	margin-bottom: 5px;
}

.entry .image {
	float: left;
	padding: 3px; 
	border-style: dotted; 
	border-color: #333333; 
	border-width: 0px;
}

.entry .meta {
	width: 500px;
	float: right;
	text-align: left;
}

.entry .meta h2 {
	margin-left: -3px;
}

.entry .info-and-price span {
	width: 160px;
	height: 70px;
	padding-top: 6px;
	font-style: normal;
	font-weight: normal;
	color: #ffcc00;
	font-size: 38px;
	float: right;
	text-align: center;
	background-image: url(/images/pricebg2.png);
	background-repeat: no-repeat;
}

.entry .meta-sold {
	width: 500px;
	float: right;
	text-align: left;
}

.entry .meta-sold h2 {
	margin-left: 0px;
}
.entry .info-and-sold span {
	width: 160px;
	height: 70px;
	padding-top: 6px;
	font-style: normal;
	font-weight: normal;
	color: #ffcc00;
	font-size: 17px;
	float: right;
	text-align: center;
	background-image: url(/images/pricebg2.png);
	background-repeat: no-repeat;
}

.footer {
	width: 800px;
	text-align: center;
	font-size: 18px;
}

.footer .number {
	font-size: 50px;
	color: #ffcc00;
	margin-bottom: 5px;
}

.footer .email {
	font-size: 40px;
	color: #ffcc00;
	margin-top: 5px;
}