body {
	margin: 0;
    background: #000000 url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a.black:link, a.black:active, a.black:visited {
    color: #000000;
    text-decoration: underline;
}
a.black:hover {
    color: #000000;
    text-decoration: none;
}
a.white:link, a.white:active, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}
a.white:hover {
    color: #000000;
    text-decoration: none;
}
td.header {
    background: #EFEFED url(images/header_image.jpg) right no-repeat;
    border: 2px solid #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
td.menubar {
    padding:5px;
    background-color:#C51307;
    background: url(images/menu_bg.jpg) center repeat-x;
	border:1px solid #FF2122;
	border-bottom:1px solid #333333;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
td.coltitle {
    padding:5px;
	padding-left:10px;
    background-color:#C51307;
    background: url(images/menu_bg.jpg) center repeat-x;
	border:1px solid #FF2122;
	border-bottom:1px solid #333333;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}
td.colcontent {
    padding:5px;
    background-color:#851A00;
	border:1px solid #57311E;
	color:#FFFFFF;
	border-top:0px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
td.colcontent2 {
    padding:3px;
	color:#FFFFFF;
    background-color:#851A00;
	border:1px solid #57311E;
	border-top:0px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
div.adsense {
    border: 1px solid #57311E;
    padding: 0 0;
    background-color: #851A00;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.ebay {
    border: 1px solid #57311E;
    border-top:0;
    background-color: #851A00;
    padding-bottom: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
div.copyright {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #57311E;
}
span.menu {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
span.title {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
span.text_white {
	color:#FFFFFF;
}
iframe.content {
	background-color: transparent;
	width: 800px;
	height: 900px;
	margin: 0;
	border: 0;
}
iframe.ebay_sm {
    background-color: transparent;
    width: 160px;
    height: 620px;
    overflow: hidden;
    border: 0;
    margin: 0;
}

#logo {
    background: transparent url(images/logo.png) no-repeat;
    width: 400px;
    height: 150px;
	margin-bottom:5px;
}#footerLinks, a:link, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #57311E;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

