html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
}

body
{
	background-color: #eee;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
	
	font-family: Verdana, arial, sans-serif;
	font-size: 0.7em;
}

#wrapper
{
	width: 700px;
	
	margin: 0 auto;
	text-align: left;
	
	position: relative;
}

noscript
{
	display: block;
	margin-bottom: 30px;
}

#logo
{
	position: absolute;
	top: 15px;
	left: -100px;
}

a img
{
	border: none;
}

#header
{
	height: 125px;
	background: #000 url(img/header-bottom.gif) no-repeat bottom right;
}

#header img
{
	position: absolute;
	right: 5px;
	top: 30px;
}

dl, dt, dd, ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#nav li
{
	display: inline;
}

#nav a:link, #nav a:visited
{
	margin-left: 15px;
	
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
}

#nav a:hover
{
	text-decoration: underline;
	color: #fff;
}

#subnav
{
	background: #efc800 url(img/sub-nav-bottom.gif) no-repeat bottom right;
	text-align: right;
	padding: 5px 5px 5px 0;
	margin-bottom: 10px;
}

#subnav dt
{
	display: inline;
	margin-left: 15px;
}

#subnav dd
{
	width: 200px;
	position: absolute;
	top: 145px;
	
	padding: 5px;
	
	background: #efc800;
	border: 1px solid #640;
	text-align: left;
	font-weight: bold;
	color: #640;
}

#subnav1
{
	right: 140px;
}

#subnav2
{
	right: 50px;
}

#subnav3, #subnav4, #subnav5
{
	right: 0;
}

#subnav li li
{
	margin-left: 10px;
}

#subnav dt a 
{
	color: #640;
	font-weight: bold;
	text-decoration: none;
}

#subnav dt a:hover
{
	color: #fff;
}

#subnav li a
{
	color: #640;
	font-weight: normal;
	text-decoration: none;
}

#subnav li a:hover
{
	color: #fff;
	text-decoration: underline;
}

#content
{
	min-height: 700px;
	height: auto;

	background: #fff url(img/content-top.gif) no-repeat top right;
	padding: 30px 30px 10px 200px;	
	line-height: 18px;
}

/* IE */
/*\*/
* html #content
{
	height: 700px;
}
/**/

#content a:link, #content a:visited
{	
	color: #640;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover
{
	color: #efc800;
	text-decoration: none;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

#content h1
{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6em;
}

#content h2
{
	font-weight: bold;
	font-size: 1.3em;
}

#content h3
{
	font-weight: bold;
	font-size: 1.2em;
}

#content p
{
	margin: 10px 0;
}

#content ul
{
	margin: 10px 0;
}

#content li
{
	margin-left: 25px;
	list-style-type: circle;
}

#content img
{
	border: 2px solid #000;
	margin: 5px;
}

#content .caption
{
	font-size: 0.8em;
}

#content table
{
	font-size: 1.0em;
}

#content .roster td
{
	width: 150px;
}

td.placement
{
	width: 25px;
}

#footer
{
	height: 60px;
	background: #000 url(img/footer-bottom.gif) no-repeat bottom left;
	color: #fff;
	border-top: 3px solid #efc800;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}

#footer a:link, #footer a:visited
{
	color: #efc800;
}

#footer a:hover
{
	color: #fff;
}