*{
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	font-size: 90%;
	text-align: center;
	color: #523D1E;
	background-color: #BFBFBF;
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x;

}

#page-background-glare-image{
	z-index:-1;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('images/pagebg.png');
	background-repeat: no-repeat;
	height: 468px;
	width: 1200; 
	overflow:hidden;
	margin: 0 20 auto;
}

html:first-child #page-background-glare{
	border: 1px solid transparent; /* Opera fix */
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
}
a:hover {
text-decoration: underline;	
color: #996100;
}
img {
border: 0px
}
#main {
z-index:0;
margin: auto;
width: 989px;
text-align: center;
border-right: 1px solid #6C6C6C;
border-left: 1px solid #6C6C6C;
background-color: #DFE0D7;
overflow:hidden;
}

#main h2 {
font-size: 16px;
padding-top: 5px;	
}
#logo {
height: 115px;
overflow: none;
background: transparent url(images/topimage.jpg) center center no-repeat;
}
#bookmark {
overflow:hidden;
float: right;
padding-top: 104px;
padding-right: 12px;
}
*html #header{
height: 14px;
}
#header{
width: 980px;
margin:0 auto;
}
#header div{
overflow:hidden;
padding-top: 2px;
padding-left: 6px;
}
#header div strong{
font-size: 14px;
float: left;
margin: 0px 7px 0 4px;
}
#header div a{
	border: 1px solid #809393;
	text-align: center;
	float: left;
	padding: 0px 6px;
	color: #1E2424;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
}  
#header div a:hover{
color: white;
border: 1px solid white;
background-color: #889B9B;
float: left;
} 


div.thumbs{
padding-left: 0px;
}
div.thumbs a img {
	width: 240px;
	height: 180px;
	margin-left: 4px;
	margin-top: 4px;
	border: 1px solid #889B9B;
	float: left;
	background: url(/images/loading.gif) center center no-repeat;
}
div.thumbs a:hover img {
	border: 1px solid white;
}

#bottom{
clear: both; 
height: 70px;
margin: 0 auto;
padding-top:14px;
color:#C0C9C9;
text-align: center;
font-size: 11px;
border-top: 1px solid #889B9B;
background-color: #6c6c6c;
/*
background-repeat:no-repeat;
background-image: url('images/footer.png');
border-bottom: 2px solid #889B9B;
*/
}

#bottom a{
color: #FFC35C;
}

.toplist {
float: left;
margin-top:0px; 
margin-bottom:10px; 
margin-left: 4px;
/* text-align:center; */
}

.toplist a {
margin:0px; 
width: 246px;
height: 210px;
float:left;
font-size:18px; 
font-weight: bold;
text-transform: capitalize;
text-align: center;
overflow:hidden;
/*padding-left: 34px;
background: transparent url(/images/bullet.jpg) 6px 3px no-repeat; */
}

.toplist a:hover {
text-decoration:underline;
color: #31769B;
}

.toplist a img {
width: 240px;
height: 180px;
margin: 2px;
margin-left: 0px;
border: 1px solid #889B9B;
background: url(/images/loading.gif) center center no-repeat;
}

#topsites{
height:20px;
/* background: transparent url(/images/topsites.jpg) center center no-repeat;	*/
} 

div.clearfloat {
clear: both; 
}

.links{
float: left;
padding: 20px 0px 26px 2px;
overflow: hidden;
vertical-align: bottom;
}
html:first-child .links{
	padding: 30px 0px 15px 2px;			
}
.links .left{
	clear: left;
	float: left;
}
.links .center{
	float: left;
}
.links .right{
	float: left;
}
.links div {
text-align:left;
padding: 0;
margin-right: 1px;
width: 240px;
overflow: hidden;
}
.links div a{
margin:0;
font-size: 16px;
font-weight: bold;
/* color: #3091b9; */
padding: 0 0 10 15px;
text-decoration: none;
}
.links div a:hover{
font-weight: bold;
color: #31769B;
}
