*{
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	font-size: 90%;
	text-align: center;
	color: Silver;
	background-color: #FFFFFF; /* background: #fffcdb url(/images/tbak.jpg) repeat-x; */
}
A {
color: Gray;
font-size: 14px;
font-family: Tahoma, Verdana, Arial, sans-serif;
text-decoration: none;
}
A:hover {
text-decoration: underline;
color: #000000;
}
img {
border: 0px;
}
#main {
margin: auto;
width: 932px;
text-align: center;
}

#logo {
height: 180px;
width: 372px;
float: left;
background: transparent url(/images/top.jpg) center 60px no-repeat;
}

#bookmark {
float: right;
padding-right: 16px;
padding-top: 4px;
overflow:hidden;
}

*html #header{
height: 22px;
margin:0;
}
#header{
width: 920px;
padding-top:0px;
margin:0;
margin-bottom: 2px;
overflow:hidden;
}
#header div{
overflow:hidden;
padding-left: 30px;
padding-top: 2px;
}
#header div strong{
font-size: 14px;
float: left;
margin: 0px 7px 0 4px;
}
#header div a{
border: 1px solid #000000;
text-align: center;
float: left;
padding: 0px 6px;
color: #000000;
font-size: 12px;
text-decoration: none;
font-weight: bold;
margin: 2px;
}  
#header div a:hover{
color: white;
border: 1px solid black;
background-color: Gray;
float: left;
}
/* ------ */
#bottom{
clear: both;
width: 952px;
height: 80px;
margin: 0 auto;
overflow: hidden;
font-size: 11px;
}

#bottom a{
font-size: 10px;
text-transform: capitalize;
}
#bottom a:hover{
color: #000000;
}
/* ------------ */
div.thumbs{
clear: left;
margin: 0px;
padding-left: 0px;
}
div.thumbs a img {
float: left;
width: 180px;
height: 240px;
margin: 2px;
border: 1px solid Gray;
background: url(/images/loading.gif) center center no-repeat;
}

div.thumbs a:hover img {
border: 1px solid red;
}

/*  ---- */
.toplist {
margin-top:4px; 
margin-bottom:4px; 
margin-left: 0px;
vertical-align: top;
vertical-align: text-top;
}

.toplist a {
margin:0px; 
margin-top: 4px;
width:186px;
height:260px;
float:left;
font-size:16px; 
font-weight: bold;
vertical-align: top;
vertical-align: text-top;
text-align: center;
overflow:hidden;
}

.toplist a:hover {
text-decoration:underline;
}

.toplist img {
width:180px; 
height:240px; 
border: 1px solid gray;
background: url(/images/loading.gif) center center no-repeat;
}

.links{
clear: both;
float: left;
width: 990px;
margin-left: 15px;
padding-top: 10px;
padding-bottom: 0px;
overflow: hidden;
vertical-align: bottom;
}
/*
html:first-child .links{
padding: 10px 0px 15px 2px;			
}*/
.links .left{
clear: left;
float: left;
}
.links .center{
float: left;
}
.links .right{
float: left;
}
.links div {
text-align:left;
padding: 0;
width: 230px;
}
.links div a{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: Black;
	height: 24px;
	text-decoration: none;
	overflow: hidden;
	padding-right: 5px;
}

.links div a:hover{
	font-weight: bold;
	color: #1E90FF;
}

.clearfloat{
display: block;
clear:both;
float: none;
height: 0;
font-size: 0px;
overflow: hidden;
}
