a.arr:link,a.arr:active,a.arr:visited,a.arr:hover{ border:none;padding-left:14px;background: url(/images/common/arr2.gif) no-repeat;}
a.arr:hover{color: #C3D7EA;}

#container{
	margin: 0 auto;
	width: 725px;
	height: 100%;
	padding: 0 12px;
	text-align: left;
	display:table;
}
/* this line give you a nice, if less sexy, GIF background */
div#container { background: url(/images/common/bg-container-8.gif) repeat-y;}

/* PNG power! */
body > div#container { background: url(/images/common/bg-container-8.png) repeat-y; }

#mast{
	border-top: 6px solid #1F476F;
	border-bottom: 6px solid #1F476F;
	width: 725px;
	height: 144px;
	background: url(/images/common/masthead.jpg);
}
#navsys{
	clear: both;
	margin: 2px;
	height: 36px;
	border-bottom: 2px solid #666;
}
#navsys ul {

	}
#navsys ul li {
	display: block;
	float: left;
	text-align: left;
	}
#navsys ul li a{
	width: 95px;
	height: 28px;
	display: block;
	background: #D59B35; 
	color: #fff;
	margin: 0 2px 0 0;
	padding: 2px 0 4px 6px;
	text-decoration: none;
}
#navsys ul li a:hover, #navsys ul li a.over {background: #E3C897;}
#filler, #admin-filler {
	float: right;
	width: 206px;
	height: 34px;
	background: #444;
}
#admin-filler { width: 412px;}
#layout{
	padding: 30px 15px 30px 30px;

}
#content{
	float: left;
	clear: left;
	padding: 0 30px 20px 0px;
	width: 400px;
}
#content-wide{width: auto;}
#secnav{
	float: right;
	clear: right;
	width: 200px;

	padding: 10px 8px 25px 8px;
	border-top: 5px solid #fafafa;
	border-bottom: 5px solid #f8f8f8;
}
#secnav h2{border-bottom: 1px dashed #666;color:#666;margin: 0 0 3px 0;}
#secnav ul {margin-bottom: 9px;}
#secnav li {padding-bottom:4px;}
#copyright{
	padding: 30px 0 0 30px;
	color: #bbb;
	clear: both;
}

/* MISC... */
.entry {
	padding-bottom: 5px;
	border-bottom: 6px solid #f8f8f8;
	margin-bottom: 15px;
}
.entry h1{}
#recent-projects li {padding:  0 0 4px 0;}
.photo
{
	background: url(/images/photos/p_bg.gif);
	height: 84px;
	width: 108px;
	padding: 4px 0 0 5px;
}
.photo a {background: none;text-decoration: none;}
.photo:hover{ background: url(/images/photos/p_bg_over.gif);}
.photo-large
{
	margin: 10px;
	background: url(/images/photos/l_bg.gif);
	height: 496px;
	width: 657px;
	padding: 8px 0 0 8px;
}
#espn-pics img{
	border: 2px solid #333;
}
#espn-pics td{ vertical-align:top;padding: 0 40px 20px 0;}
.footnote{
	margin: 15px;
	color: #aaa;
	font-style: italic;
}


.run-entry { margin-top: 25px;}
.results h2, .run-entry h2 { border-bottom: 1px dotted #999;}
.results .listing { border-collapse: collapse; width: 190px;}
.results .listing tr th { text-align: left; background: #369; color: #fff; padding: 3px;}
.results .listing tr td{
	padding: 3px;
	border: 1px solid #b2b2b2;
}
.total-runs{
	font-size: 72px;
	line-height:  normal;
	color: #999;
	text-align: center;
	border: 1px solid #aaa;
	background: #efefef;
	padding: 20px;
	margin-bottom: 25px;
	}
.form-area tr td.label { text-align: right; width: 52px;}
.form-area tr td input { vertical-align: middle;
	padding: 0; font-size: 12px;}
.form-area tr td select { height: auto; font-size: 12px;padding:0;}
.results .listing tr.alt{ background: #efefef;}	