body {
	margin: 0;
	background-color:#FFFFFF;
    background: #FFFFFF url(images/background.gif) top repeat-x;
	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;
}
a.white:hover {
    color: #D3FF00;
    text-decoration: none;
}
td.header {
    background: #EFEFED url(images/header_image.jpg) right no-repeat;
    border: 1px solid #A08155;
	border-bottom:1px solid #333333;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
td.menubar {
    padding:5px;
    background: #66443B url(images/menu_bg.jpg) top repeat-x;
	border:1px solid #734E43;
	border-bottom:1px solid #000000;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
td.coltitle {
    padding:5px;
	padding-left:30px;
	background: url(images/button.png) left center no-repeat;
	background-color:#A9705F;
	border:1px solid #ecdbca;
	border-bottom:1px solid #484848;
	-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:#fff3e7;
	border:1px solid #ecdbca;
	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:#fff3e7;
	border:1px solid #ecdbca;
	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 #ecdbca;
    padding: 0 0;
    background-color: #fff3e7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.ebay {
    border: 1px solid #ecdbca;
    border-top:0;
    background-color: #fff3e7;
    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: #333;
}
span.menu {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
span.title {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
div.title2 {
    font-size:18px;
	font-weight:bold;
	color:#000000;
}
span.text_white {
	color:#FFFFFF;
}
iframe.content {
    background-color: transparent;
    width: 748px;
    height: 1500px;
    margin: 0;
    border: 0;
}
iframe.ebay_sm {
    background-color: transparent;
    width: 120px;
    height: 620px;
    overflow: hidden;
    border: 0;
    margin: 0;
}
#logo {
    background: transparent url(images/logo.png) no-repeat;
    width: 450px;
    height: 100px;
	margin-top:10px;
	margin-right:10px;
}