body {										/* default text color,  */
	background-color: #0c0c0c;				/* background color, font family. */
	color: #dfdfdf;							/* (duplicated in munutestyles.css */
	font-family: 'helvetica';				/* for bug fix) */
}

#wrap {
	width: 560px;
	margin: 0 auto 8px auto;
}

#footer {
	clear: both;
	padding-top: 15px;	}

#nav {										/* navigation positioning */
	margin: 0 auto 0 auto;
	width: 880px;
	text-align: center;
	font-size: 17.5px;
}

.navlink {
	margin: .03em;
}

span.navlink {
	font-family: 'georgia';
}

#title {
	padding-top: 8px;
}

h1, h2, .dates, a, .text_orange {           /* all orange text is colored here. */
	background-color: inherit;
	color: #ee6e2f;
}

h1, h2 {                            		/* this is just h1 spacing... */ 
	margin: 12px 0 5px 0;					/* color is handled elsewhere. */
}

.h {
	font-size: 1.3em;
}

p {											/* control paragraph spacing here */
	
}

span[class="text_orange h"] {				/* */
	position: relative;
	top: 10px;
}

ul {
margin: 0px;
margin-left: 2em;
padding: 0px;
border: 0px;
}

span.th {
line-height: 0;
	padding-top: 0;
	margin-top: 0;
	font-size: .8em;
	position: relative;
	bottom: 4px;
}

/*******************************
 *    Sponsors Page Thing      *
 *******************************/

h5 {
	margin-top: 9px;
	margin-bottom: 4px;
	font-size: 1.3em;
}

table#sponsors td{
	vertical-align: top;
	width: 50%
}

/*
input {
     border-color: #dfdfdf;
     background-color: #0c0c0c;
     color: #dfdfdf;
     border-style: ridge;
}
*/
