/* Hit Counter */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#333333;
	background-color: #E6E6E6;
}

h1, h2, h3, h4, h5, h6 {
	color: #336600;
	font-size:15px;
}

p { 
	margin-top:2px;
	margin-bottom:6px; 
}

a:link  {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

/** HEADER */

#header {
	width: 848px;
	height: 80px;
	margin: 0px auto;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	background: #BCDD5A url(../images/log.gif) no-repeat left top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 30px 0px 0px 10px;
}

/** MENU */

#menu {
	width: 848px;
	height: 30px;
	margin: 0px auto;
	background-color: #80C31C;
	border: 1px solid #336600;
	border-top: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #33FF99;
}

/** CONTENT */

#content {
	width: 850px;
	margin: 0px auto;
	background: url(../images/uniquehits.gif) repeat-y left top;
}

#columnA {
	float: right;
	width: 590px;
	padding: 20px;
}

#columnB {
	float: left;
	width: 200px;
	height: 610px;
	padding: 25px 10px
}

#columnB h2 {
	font-size: large;
}

.style1 {
	font-size: 0.8em;
}

.style4 {
	font-size: 11px;
	color:#006600;
}

.image_hits {
	float: left;
	color: white;
	background: #FFFFFF;
	margin: 0;
	padding-right: 5px;
	border:none;
}

.divhits {
	text-align:justify;
	border: 1px solid #336600;
	padding:5px;
	margin-top:15px;
	background-position:right;
}

/** FOOTER */

#footer {
	width: 848px;
	margin: 0px auto;
	background: #BED985;
	border-top: 1px solid #336600;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	font-size: smaller;
	line-height:20px;
}