html {
	overflow-y: scroll;
}

body{
	background-color: #333;
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.6em;
	padding: 0;
	padding-top: 100px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
}

a { color: #ccc; text-decoration: none; }
a:hover { text-decoration: underline; }

td { vertical-align: top; padding: 4px; }

h2 { font-weight: normal; padding-top: 0; margin-top: 0; }

#content-container {
	position: relative;
	background: #373737 url(i/box-middle.gif) repeat-y;
	width: 778px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	background: transparent url(i/logo-box-top.gif) no-repeat;
	height: 79px;
	width: 778px;
}
	#logo h1 {
		display: none;
	}

.container-copy {
	padding: 20px;	
}

#nav-container {
	-moz-border-radius: 5px;
	border: 1px solid #5e5e5e; 
	width: 340px; 
	float: left; 
	padding: 5px; 
	margin-left: 10px; 
	margin-top: 20px;
	font-size: .95em;
}

#nav-container li {
	display: inline;
	list-style-type: none;
	width: 70px;
	text-align: center;
	}

#nav-container li:last-child {
	padding-right: 0;
}

#nav-container li a {
	padding: 8px 14px;
}

#nav-container li a:hover {
	background-color: #5e5e5e;
	
}

.intro-copy {
	padding-bottom: 10px;
}

.home-images {
	width: 540px;
	margin: 0 auto;
	text-align: center;
	padding: 7px;
	border: 1px solid #5e5e5e;
}

#footer {
	margin: 0 auto;
	font-size: .95em;
	text-align: left;
	font-weight: bold;
	width: 778px;
	padding-left: 20px;
	color: #5e5e5e;
}

#subnav {
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style-image: url("i/bullet.gif");
	height: 16px;
	list-style-type: disc;
}

#subnav li {
	display: inline;
	padding-right: 15px;
}

#subnav li:last-child {
	padding-right: 0;
}

#subnav li a {
	color: #ccc;	
}

#subnav a.active {
	color: #fff;
	text-transform: uppercase;
}

.team-name {
	font-size: 14px;
	font-weight: bold;
}
