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


/* v1.0 | 20080212 */

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 {
	background-color: #333333;

}

#wrapper {
	width: 960px; height: auto;
	margin: 0 auto;

}

#lcontainer {
	width: 800px; height: 425px;
	margin: 0 auto;
	border-bottom: thin #666666 solid;

}

#logo {
	display:block; width:460px; height: 385px;
	background-image: url(http://www.smackbots.com/images/wwsc/logo.png); background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	margin-top: 50px;

}

#hs {
	width: 800px; height: auto;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-family: georgia; font-size: 32px; text-align: center; color: #666666;
	border-bottom: thin #666666 solid;
}

#top_info {
	width: 800px; height: 30px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	font-family: georgia; font-size:24px; color: #666666;

}

#rank {
	width: 100px; height: auto;
	float: left;
	padding: 5px 0 5px 25px;

}

#names {
	width: 350px; height: auto;
	float: left;
	padding: 5px 0 5px 25px;

}

#scores {
	width: 265px; height: auto;
	float: left;
	padding: 5px 0 5px 25px;

}

table {
	width: 800px; height: auto;
	margin: 0 auto;
}

table td {
	height: 40px;

}

table tr {
	font-family: georgia; font-size: 28px; color: #999999;

}

.urank {
	width: 105px;
	padding-left: 40px;
}

.uname {
	width: 365px;
}

.uscore {
	width: 265px;
}

.pagination {
	border-top: thin #666666 solid;
	border-bottom: thin #666666 solid;
	width: 800px; height: 20px;
	margin: 0 auto; padding: 15px 0 25px 0;
	text-align: center;
	font-family: georgia; font-size: 28px; color: #999999;
}

.pagination a {
	text-decoration: none;
	color: #999999;
}

.current {
	color: white;
	padding: 0 5px 0 5px;
}

.next_page {
	color: #999999; text-decoration: none;
	padding: 0 5px 0 5px;

}

.next_page:hover {
	color: white;

}

.prev_page {
	color: #666666;
	padding: 0 5px 0 5px;

}

.prev_page:hover {
	color: white;

}


.highlighted {
	font-family: georgia; font-size: 32px; color: #ffcc66; font-weight: bold;

}

#sponsors {
	width: 800px; height: 75px;
	margin: 0 auto;
	padding: 50px 0 50px 0;

}

#sponsors a{
	margin-left: 15px;

}

#footer {
	text-indent: -9999px;
	width: auto; height: 200px;
	background-image: url(http://www.smackbots.com/images/wwsc/bottom_image.png); background-repeat: repeat-x;

}
