body {
	background: url(img/bg.gif) center top repeat-y;
	margin: 0px;
    padding: 0px;
	background-color: #333;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#header_tbl {
	width: 980px;
	height: 36px;
	margin-bottom: 10px;
	background-color: #000;
}
.header_txt {
	font-size: 16px;
	color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	text-align : right;
}
h1 {
	font-size: 16px;
	color: #FD0085;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align : center;
}
h2 {
	font-size: 14px;
	color: #000;	
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align : center;
}
#rotator {
	width: 980px;
	font-size: 14px;
	color: #000;
}
#thumb {
    float: left;
	width: 245px;
    height: 185px;
    position: relative;
}
#thumb a {
    color: #FD0085;
	text-decoration: none;
}
#thumb a:hover {
    color: #FD0085;
	text-decoration: none;
}
#img {
    border: none;
	width: 240px;
    height: 180px;
	position: relative;
    left: 50%;
	margin-left: -120px;
}
.imageOver {
	background: url(img/frame.gif) no-repeat 0 0;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
.text {
	font-size: 14px;
	color: #000;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text a {
    color: #FD0085;
	text-decoration: none;
}
.text a:hover {
    color: #FD0085;
	text-decoration: none;
}
#links {
	font-size: 12px;
	color: #000;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#links a {
	color: #000;
	text-decoration: none;
}
#links a:hover {
	color: #000;
	text-decoration: none;
}
#footer {
    clear: both;
}
#trade {
	width: 980px;
	height: 36px;
	margin-top: 10px;
	padding-bottom: 0px;
	background-color: #000;
	text-align : center;
}
.copyright {
	font-size: 14px;
	color: #FFF;
}
.copyright a {
    color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
    color: #FFF;
	text-decoration: none;
}
#page {
    text-align:center;
	padding:5px;
}
#page a, #page a:hover, #page span {
    padding:5px;
	margin:1px;
	background-color:#fefaf5;
	color:#FD0085;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display: inline-block;
}
#page a:hover, #page span {
    padding:5px;
	margin:1px;
	background-color:#FD0085;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display: inline-block;
}
#page ul {
    text-align:center;
	margin:0;
	padding:0;
}
#page ul li {
    display: inline;
}