body {
	margin: 0;
	padding: 0 8%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .8em;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFFF;
	background-image: url(images/bg_stripes.gif);
	background-repeat: repeat;
}
		

/* page structure
---------------------------------------------------------- */


#wrap {
	position: relative;
	width: 841px;
	padding: 0px 14px 0px 15px;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	background: #000000 url(images/wrap_shadow2.gif) repeat-y;
}
	

#header {
	border-top: 3px solid #AAAAAA;
	background: #000000 url(../img/0306/h-bg.gif) repeat-x bottom left;
	padding: 10px;
	}
#logo {
	background: url(../img/0306/top-badge.gif) no-repeat top right;
	text-align: center;
	}

#quote {
	font-style: italic;
	padding: 2px 5px;
	text-align: right;
	}

/* navigation
---------------------------------------------------------- */

#nav {
	padding: 12px 0px 0px 20px;
	height: 43px;
	background: #AAAAAA  url(../img/0306/nav-bg-bot.gif) repeat-x bottom left;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 40px 15px 0px;
	font-size: 220%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	}
#nav li a:hover {
	color: rgb(255,227,132);
	}
#nav li a.active {
	color: rgb(255,227,132);
	}
	


/* title
---------------------------------------------------------- */

#title {
	padding: 20px 20px 15px 20px;
	color: #59634C;
	background: rgb(255,227,132) url(images/title_bg.png) repeat-x top left;
	}

#title h1 {
	margin: 0 50px 5px 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #222222;
	}
#title h1 span {
	color: #222222;
	}

#title h2 {
	margin: 0 50px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6em;
	font-weight: normal;
	}

#title a:link, #title a:visited {
	padding: 0 0 1px 0;
	text-decoration: underline;
	color: rgb(0,0,0);
}

#title a:hover {
	color: rgb(100,100,100);
	text-decoration: underline;
}	

#invite {
	margin-top: 10px;
	padding: 4px 8px 2px 8px;
	background: rgb(255,238,168);
}

#invite td {
	padding: 0px;
}


#digg {
	margin-top: 10px;
	width: 460px;
	padding: 4px 8px 2px 8px;
	background: rgb(255,238,168);
}

#digg a:link, #digg a:visited {
	padding: 0 5px 0 0;
	text-decoration: none;
	color: rgb(0,0,0);
}

#digg a:hover {
	color: rgb(100,100,100);
	text-decoration: none;
}	

#digg img {
	padding: 0 5px 0 0;
}


/* Main Body Content
---------------------------------------------------------- */

#main-body {
	padding: 40px 30px 0 30px;
	background: #000000;
}
	
#content {
	float: left;
	width: 75%;
}

#content h1
{
    color: rgb(255,227,132);
}
	
#content-inner {
	margin: 0 0 0 0;
}
	
#sidebar {
	text-align: center;
	float: right;
	width: 20%;
	font-size: 90%;
	line-height: 1.5em;
	color: #FFFFFF;
	background: #000000;
	padding-bottom: 8px;
}

#scores {
	overflow-x: scroll;
	overflow-y: none;
	height: 20150px;
	width: 725px;
	margin-top: 10px
	
}
	
#content a:link, #content a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255,227,132);
}

#content a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}	
	
	
/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

.screenshot {
	text-align: left;
	padding: 5px 10px 10px 0;
}	


	
/* footer styles
---------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 20px 20px 15px 20px;
	background: rgb(255,227,132) url(images/title_bg.png) repeat-x top left;
	color: #222222;
	}
	

#footer a:link, #footer a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

#footer a:hover {
	color: #222222;
	text-decoration: underline;
}

/* challenge email response styles
---------------------------------------------------------- */

#challenge {
	margin: 20px;
	color: black;
}
	

#challenge a:link, #challenge a:hover {
	color: black;
	text-decoration: underline;
}

