/* CSS Document */


#masthead {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	top:5px;
	width:875px;
	height:125px;
	z-index:1;
}

#login {
	position:relative;
	width:374px;
	height:68px;	/*height:57px;*/
	z-index:4;
	top:5px;
	overflow:hidden;
}
#search {
	position:relative;
	width:374px;
	height:43px;
	z-index:4;
	overflow:hidden;
}

#mainContent {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:875px;
	top:5px;
	height:auto;
	z-index:2;
}
#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	top:15px;
	width:855px;
	height:auto;
	z-index:3;
	background:#EFEFEF;
}
#leftContent {
	position:relative;
	float:left;
	width:585px;
	height:auto;
	z-index:3;
}
#rightContent {
	position:relative;
	float:right;
	width:270px;
	height:auto;
	z-index:3;
}

#topofchart {
	position:relative;
	width:auto;
	height:70px;
	z-index:4;
}

#latest {
	position:relative;
	width:585px;
	height:auto;
	z-index:4;
	visibility:visible;
}

#mostviewed {
	position:relative;
	width:585px;
	height:auto;
	z-index:4;
	visibility:visible;
}