html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: white;
	color: black;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	background:#fff;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

#container {
	margin:0 auto;
	width:1000px;
}

#header {
	position:relative;
}

#header h1 {
	border-bottom:3px solid #339;
	color:#339;
	font-family:Times, serif;
	font-size:6em;
	padding:10px 0;
	text-align:center
}

#header div {
	font-size:1.4em;
	font-weight:bold;
	left:0;
	line-height:1.2em;
	position:absolute;
	top:8px;
}

#ads1, #ads2, #content1, #content2 {
	float:left;
	padding:10px 5px;
	text-align:center;
	width:140px;
}

#content1, #content2 {
	float:left;
	text-align:left;
	width:340px;
}

#content1 div, #content2 div {
	margin:0 0 10px 0;
}

#footer {
	border-top:1px solid #339;
	clear:both;
	margin:10px 0 0 0;
	padding:10px;
	text-align:center;
}