body {
	margin: 0;
	background-image: url(images/background.gif);
	background-color:#25272F;
	background-position: top;
	background-repeat: repeat-x;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link, a:active, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.black:link, a.black:active, a.black:visited {
    color: #000000;
    text-decoration: none;
}
a.black:hover {
    color: #000000;
    text-decoration: underline;
}
a.white:link, a.white:active, a.white:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.white:hover {
    color: #5CD3FF;
    text-decoration: underline;
}
td.header {
    background: #2C2F39 url(images/header_image.jpg) left no-repeat;
    border: 1px solid #444444;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
td.menubar {
    padding:5px;
    background-color:#2C2F39;
	background: url(images/menu_bg.jpg) right center repeat-x;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #666666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
td.coltitle {
    padding:5px;
	padding-left:10px;
    background-color:#2C2F39;
	background: url(images/button.png) right center no-repeat;
	border:1px solid #777A86;
	border-bottom:1px solid #CCCCCC;
	-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:#2C2F39;
	border:1px solid #41444F;
	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:#2C2F39;
	border:1px solid #41444F;
	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 #41444F;
    padding: 0 0;
    background-color: #2C2F39;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.ebay {
    border: 1px solid #41444F;
    border-top:0;
    background-color: #2C2F39;
    padding-bottom: 6px;
    -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:14px;
	font-weight:bold;
}
span.title {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
div.title2 {
    font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
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;
    margin: 15px;
    width: 500px;
    height: 150px;
}