body, html
{
	margin: 0px;
	padding: 0px;

	background-image: url(/img/page-background.gif);
	background-repeat: repeat-x;
	background-color: #333333;

	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 9pt;
}

*
{
	position: relative;
}

a
{
	outline:none;
}

div#header, div#content, div#footer
{
	width: 821px;
}

div#header
{
	margin: 16px auto 0px auto;

	height: 382px;

	background-image: url(/img/header.png);
	background-repeat: no-repeat;

	position: relative;
}

div#header *
{
	margin: 0px;
}

div#header p
{
	position: absolute;
}

div#header p a
{
	display: block;

	text-indent: -5000px;
}

div#header p, div#header p a
{
	width: 821px;
	height: 29px;

	z-index: 1;
}

diV#header p a:hover
{
	background-image: url(/img/usafootball.png);
}

div#header h1 a
{
	display: block;

	text-indent: -5000px;

	height: 300px;
	
	outline:none;
}

div#header ul
{
	margin: 0px 0px 0px 70px;
	padding: 0px;

	position: absolute;

	bottom: 24px;

	list-style: none;
}

div#header ul li
{
	float: left;
}

div#header ul li#home a
{
	width: 148px;
}

div#header ul li#offense a
{
	width: 135px;
}

div#header ul li#defense a
{
	width: 109px;
}

div#header ul li#special-teams a
{
	width: 162px;
}

div#header ul li#committee a
{
	width: 142px;
}

div#header ul li a
{
	font-size: 10pt;
	font-weight: bold;

	text-transform: uppercase;
	text-decoration: none;

	color: #00ccff;

	display: block;

	height: 26px;

	padding: 5px 0px 0px 0px;

	text-align: center;

	float: left;
	
	outline:none;
}

div#header ul li a:hover
{
	color: white;
}

div#content
{
	margin: 0px auto 0px auto;
	padding: 0px 70px 0px 70px;

	width: 681px;

	background-image: url(/img/content-background.gif);
	background-repeat: repeat-y;
	
	overflow:auto;
}

div#content *
{
	margin: 0px;
}

div#content h2
{
	padding: 5px 0px 0px 10px;

	height: 36px;

	color: #cc0000;

	font-size: 13pt;

	background-image: url(/img/content-header.gif);
	background-repeat: no-repeat;
	background-color: black;
}

div#content table
{
	width: 100%;
}

div#content table th, div#content table td
{
	padding: 5px 10px 5px 10px;
}

div#content table th
{
	text-align: left;

	font-size: 10pt;

	background-color: #cccccc;
}

div#content table tbody tr.even td
{
	background-color: #99cccc;
}

div#content a
{
	color: #003399;

	text-decoration: none;
}

div#content a:hover
{
	color: #0033ff;

	text-decoration: underline;
}

div#content p, div#content h3, div#content dl
{
	padding: 5px 10px 5px 10px;
}

div#content dl dt
{
	font-weight: bold;
}

div#content dl dd
{
	margin-bottom: 3px;
}

div#content h3
{
	font-size: 13pt;
}

div#content div#player
{
	padding: 5px 0px 15px 170px;
	
	float:left;
}

div.placement-video
{
	padding: 29px 0px 0px 48px;
}

/*#video
{
	margin: 10px 0px 0px 10px;
	
	display: block;
	height: 231px;
	width: 734px;
	border: 1px red solid;
}*/

div#drill
{
	float:left;
	width:150px;
	height:135px;
	background-image: url(/img/drill-btn-3-over.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top: 14px;
}

div#drill a
{
	display:block;
	width:150px;
	height:118px;
	outline:none;
	text-indent:-5000px;
}

div#usaf
{
	float:left;
	width:150px;
	height:88px;
	background-image: url(/img/usaf-btn.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top: 14px;
}

div#usaf a{
	display:block;
	width:150px;
	height:88px;
	outline:none;
	text-indent:-5000px;
}

div#usaf:hover
{
	background-image: url(/img/usaf-btn-over.jpg);
}

div#content div#player p.photo
{
	margin-left: -155px;
	_margin-left:-77px;
	padding: 10px 0px 0px 0px;

	float: left;
}

div#content div#player div#player-bio
{
	width: 330px;

	border-right: 1px solid #666666;

	padding-bottom: 15px;
}

div#content div.committee-member
{
	border-top: 1px solid #666666;

	padding: 10px 0px 10px 160px;

	overflow: auto;
}

div#content div.committee-member:first-child
{
	border-top: none;
}

div#content div.committee-member h3
{
	padding-top: 0px;
}

div#content div.committee-member p.photo
{
	margin: 0px 0px 0px -150px;
	padding: 0px;

	float: left;
}

div#footer
{
	margin: 0px auto 0px auto;

	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;

	height: 113px;
}

div#footer p
{
	margin: 0px;
	padding: 57px 0px 0px 70px;

	font-size: 8pt;

	color: #999999;
}

table.cake-sql-log
{
	background-color: white;
}
