*{
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
width: 100%;
height: 100%;
font-size: 10px;
font-size: 90%;
text-align: center;
color: maroon;
background-color: #ffdab9;
}

a {
	color: #ec4100;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
}
a:hover {
text-decoration: underline;	
color: black;
}
img {
border: 0px
background: url(/images/loading.gif) center center no-repeat;
}
#main {
margin: auto;
width: 986px;
text-align: center;
}

#logo {
height: 80px;
overflow: none;
background: transparent url(/images/topbg.jpg) top center no-repeat;
}
#bookmark {
overflow:hidden;
float: right;
padding-right: 10px;
padding-top: 4px;
}
#header{
width: 800px;
height: 22px;
margin:0 auto;
}
#header div{
overflow:hidden;
padding-left: 20px;
padding-top: 2px;
}
#header div strong{
font-size: 14px;
float: left;
margin: 0px 7px 0 4px;
}
#header div a{
	border: 1px solid #ec4100;
	text-align: center;
	float: left;
	padding: 0px 6px;
	color: maroon;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
}  
#header div a:hover{
color: #ffdab9;
border: 1px solid maroon;
background-color: maroon;
float: left;
} 

#bottom{
clear: both;
height: 70px;
margin: 0 auto;
padding-top: 20px;
text-align: center;
color: maroon;
font-size: 10px;
}

/*  ----------------------------  */
#vids_thumbs{
width: 984px;
float: left;
clear: left;
padding: 0px;
margin: 0px;
}
#vids_thumbs a img {
width: 240px;
height: 180px;
margin: 2px;
border: 1px solid black;
float: left;
background: url(/images/loading.gif) center center no-repeat;
}

#vids_thumbs a:hover img {
border: 1px solid red;
}

#toplist {
width: 986px;
margin-bottom:10px; 
margin-top: 10px;
margin-left: 15px;
text-align:center; 
}

#toplist a {
	margin: 0px;
	font-size:18px; 
	width:190px;
	height:160; 
	float:left;
	color: #ec4100;
}
#toplist a:hover {
	color: maroon;
	text-decoration:none;
}
#toplist img {
/*	width:240px; 
	height:180px; */
	width:180px; 
	height:135px;
	margin-left:0px;
	border: 1px solid black;
} 
#toplist a:hover img{
	border: 1px solid red;
}
/* ------- */
#links{
	clear: both;
	float: left;
	width:920px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#links .left{
	clear: left;
	float: left;
}
#links .center{
	float: left;
}
#links .right{
	float: left;
}
#links div {
	text-align:left;
	padding:0;
	min-height: 26px;
	width: 230px;
}

#links div a{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color:#ec4100;
	padding: 0 0 2 5px;
	text-decoration: none;
}

#links div a:hover{
	font-weight: bold;
	color: maroon;
}

#clearfloat{
display: block;
float: left;
clear:both;
height: 1;
font-size: 0px;
text-align: center;
overflow: hidden;
}

