* {
	margin:0px;
	padding:0px;
}

body {
	background-color:white;
	color:#0066CC;
	text-align:center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	font-family:Arial, Verdana;
}

a							{ font-weight:bold; font-size:10pt; font-family:Arial, Verdana; }
a:link,	.ads a:link			{ color:#0066CC; text-decoration:none; }
a:visited, .ads a:visited 	{ color:#0099CC; text-decoration:none; }
a:hover, .ads a:hover		{ color:#3399FF; text-decoration:underline; }
a:active, .ads a:active		{ color:#66CCFF; text-decoration:underline; }
.footer a					{ font-weight:normal; font-size:8pt; font-family:Arial; text-decoration:none; }
.footer a:link, a:visited	{ color:#909090; }
.footer a:hover, a:active	{ color:#CCCCCC; }

img { border:none; }
hr { margin:0px auto; }

.left { float:left; }
.right { float:right; }

.header {
	background-image:url('img/bg.jpg');
	background-repeat:repeat-x;
	height:160px;
}

.spacer {
	height:30px;
	clear:both;
}

.spacer2 {
	height:40px;
	clear:both;
}

.container, .toplist {
	position:relative;
	top:0px;
	width:977px;
	margin:auto;
	background-color:#DDF4FF;
}

.container { height:1072px; }
.toplist { height:385px; }

.box, .toplistbox {
	background-color:#66CCFF;
	border:1px solid white;
}

.box {
	width:921px;
	height:auto;
}

.toplistbox {
	width:915px;
	height:auto;
	text-align:left;
	padding:3px;
}

.footer {
	position:relative;
	top:0px;
	margin:auto;
	width:100%;
	height:auto;
}

.hborder {
	width:100%;
	height:27px;
	clear:both;
	font-size:22px;
	font-weight:bold;
	color:#0066CC;
}

.leftborder, .rightborder {
	width:27px;
	height:50%;
}

.txtlinks {
	width:277px;
	height:auto;
	padding:3px 3px 3px 20px;
	text-align:left;
}

.ads {
	width:950px;
	height:auto;
	margin:0 auto;
}

.ads a, .ads a:hover {
	font-size:14pt;
	font-weight:bold;
	font-family:Arial, Verdana;	
}

.hardlinks {
	width:60%;
	padding:8px;
	margin:auto;
}

