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

body, html {
	position: relative;
	background: url('images/bg_page.gif') center repeat-y #cccccc;
	font-size: 16px;
	font-family: georgia, times, serif;
	color: #333333;
}

div#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}

div#pagemessage {
	padding: 12px;
	margin: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

div#signup {
	background: url('images/signup.gif') repeat-y;
	margin: 8px;
	padding: 12px;
	width: 400px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
}


div#adsection {
	margin: 16px;
	padding: 12px;	
}

div#ads {
	border: 1px solid blue;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.ads {
	text-decoration: none;
	display: block;
	color: black;
}

table.ads {
	border: 1px solid red;
	padding: 4px;
	margin: 4px;
	width: 24%;
	height: 120px;
	overflow: hidden;
	float: left;
	display: block;
}

table.featured {
	padding: 4px;
	margin: 4px;
	width: 99%;
	height: 90px;
	float: left;
	clear: left;
	color: white;
}

table.ads td {
}

table.ads h3 {
	font-size: .9em;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.ads p {
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	text-align: center;
}

h1,h2,h3 {
	font-family: georgia, serif;
	margin-top: 4px;
	margin-bottom: 12px;
	color: #000000;
}

h1 {
	margin-top: 0px;
	width: 960px;
	height: 90px;
	position: relative;
	font-size: 3.2em;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

h1 span {
	width: 960px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('images/adking.jpg') no-repeat center;
}

span.special {
	background: url('images/special.gif') no-repeat left;
	width: 94px;
	height: 95px;
	float: left;
	padding-right: 16px;
}

h2, h3 {
	text-align: left;
}

p {
	margin-top: 4px;
	margin-bottom: 12px;
	padding: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-family: tahoma, arial, san-serif;
}

div#signup ul {
	list-style-type: none;
}

div#signup ul li {
	line-height: 40px;
	clear: both;
	text-align: left;
}

div#signup label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	padding-right: 12px;
}

div#signup input, div#signup textarea, div#signup select {
	background: #eeeeee;
	width: 187px;
}

div#signup input[name=submit] {
	font-family: georgia, times, serif;
	font-weight: bold;
	padding: 4px;
	font-size: 1.2em;
}

div#signup input[name=submit]:hover {
	background: #cc3300;
	color: #ffffff;
}

div#signup input:hover, div#signup input:focus, div#signup textarea:hover, div#signup textarea:focus {
	background: #ffffff;
}

hr.clr {
	clear: both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

div#latest table.ads {
	width: 80%;
	margin-left: 30px;
	margin-right: auto;
}

table.stats {
	width: 80%;
}

table.stats ul {
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

div#latest {
	padding: 6px;
	width: 48%;
}

span.footer {
	display: block;
	text-align: center;
	font-size: .7em;
	color: #999999;
	padding-bottom: 2px;
	padding-top: 4px;
}
