* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#666666;
}
a:link,
a:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

a:link:hover,
a:visited:hover {
  color: #FFF;
   text-decoration:underline;
}
#wrapper { 
 width: 1230px;
	/* "auto" will center the block */
	margin: 0 auto 0 auto;
	padding: 2px;
}
#header {
 width: 100%;
 padding: 0px;
 border: 0px;
 height: 92px;
 margin: 0px;
 margin-top: 10px;
 text-align: center;
}
.small {
  font-size: 9pt;
}

.style1 {font-size: 18px}
a.style1 {font-size: 18px; text-decoration:underline;}
a.style1:visited {font-size: 18px; text-decoration:underline;}
a.style1:active {font-size: 18px; text-decoration:none;}
a.style1:hover {font-size: 18px; text-decoration:none;}

/*Mid-Toplist*/
.mid_toplist { 
    clear:both;
	text-align:center;
	width:1180px;
	padding-top:16px;
	padding-bottom:1px;
	margin:auto;
      }

div.container {
  width: 1222px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  overflow:auto;
  }

div.float {
 color: #CCC;
 border: 1px solid #CCC;
 background: #fff;
 margin:2px;
 padding:2px;
 width: 230px;
 height: 171px;
 float: left;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }
div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }
  

#footer { 
    clear:both;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	width:1040px;
	padding-top:10px;
	padding-bottom:5px;
	margin:auto;
      }


/* clear browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
abbr,acronym,fieldset,img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-size:100%;font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
div{overflow:hidden;}
h1,h2,h3,h4,li{white-space:nowrap;overflow:hidden;}
ol,ul{list-style:none;}
/* global hacks */
body{text-align:center;}
