@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#1f1f1f;
	font-size:12px;
}

a:hover {
	color:#888888;
}

#page {
	width:100%;
	margin:0px auto 0px auto;
}

#container {
	width:100%;
}

#pagecontainer {
	width:960px;
}

#header {	
	background:url(http://images.jambocast.com/top100/images/headerbackground.png) repeat-x;
	height:95px;
	width:100%;
	margin-bottom:-3px;
}

#header img {
	border:none;
}

.box {
	width:250px;
	background-color:#dddddd;
	border: 1px solid #888888;
	font-size:12px;
	padding:5px;
}

#navrow {
	width:100%;
	height:40px;
	background:url(http://images.jambocast.com/top100/images/nav.png) repeat-x;
}

#navrow a {
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
}

#navrow a:hover {
	color:#888888;
}

.podBasicList a {
	color:#003399;
}

.podBasicList a:hover {
	color:#888888;
}

#footer {
	height:75px;
	color:#ffffff;
	background-color:#132a4d;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	color:#888888;
}