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

body {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link {
	color: blue;
}

a:visited {
	color: red;
}

a:hover {
	color: white;
	background-color: #99cc33;
}

a:active {
	color: white;
	background-color: red;
}

h1 {
	color: #77aa11;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	color: #590;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	color: #370;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

* ul {
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 0;		/* this makes Gecko engine behave as you saw the others behave...it is done! */
}

* ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0.7em;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

#main {
	padding: 10px;
	margin: 0 auto;
	height: 100%;
	width: 1060px;
	background-color: #858585;
/*	background-image: url(images/baseball.gif);
	background-position: 480px 90px;
	background-repeat: no-repeat;*/
}

#header1 {
	background-color: d1d1d1;
	padding: 10px;
	height: 650px;
	width: 1040px;
	background-image: url(images/Maxell-Man-Blown-Huge-55.jpg);
	background-position: 10px 80px;
	background-repeat: no-repeat;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

img {
	border: none;
	float: right;
	font-size: 10px;
}

#container1 {
	background-color: #eee;
	margin: 10px 0 0 0;
	padding: 10px;
	height: auto;
	width: 1040px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#column-rt {
	float: right;
	width: 100px;
	height: auto;
	padding: 5px;
	background-color: #cba;
}

div.daily {
	background-color:  fffafa ;
	border: 2px solid#800000;
	padding: 10px;
	width: auto;
	margin: 20px 0;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0px 0px 4px 1px #800000;
	-moz-box-shadow: 0px 0px 4px 1px #800000;
	-webkit-box-shadow: 0px 0px 4px 1px #800000;
}

a.nabit {
	font-size: 0.8em;
}

div#sitemeter {
	margin: 20px 0;
	visibility: hidden;
}

