@charset "UTF-8";
/* CSS Document */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* end css reset here */

body {
	background: #ebebeb;
}

#wrapper {
	width: 960px;
	margin: 20px auto;
}

#wrapper p {

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

#banner {
	margin: 0 auto;
}

#imgHolder {
	width: 500px;
	height: 619px;
	margin: 0 auto;
	background: url(../img/holder.jpg) top left no-repeat;
}

#content {
	padding: 10px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	
	line-height: 1.2em;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#sponsors {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: 666;
	font-style: italic;
	font-weight: bold;
	clear:both;
}

#sponsors table {
	width: 100%;
}

#sponsors td {
	padding: 10px;
}

#sponsors tr {
	text-align: center;
}

#ads {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

#credits {
	margin: 5px auto;
	font-size: .87em;
	margin-top: 25px;
}

#poll {
	float: left;
	padding-top: 380px;
	text-align: left;
	width: 300px;
}
