body {
	background-color: #323248;
	padding:0px;
	margin:0px;
}

#pageWrap{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

#banner {
	background: #000000 url('bangrad.png') repeat-x;
}

#bannerImage {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */

#menu {
	height:36px;
	background: #000000 url('buttons.png') repeat-x 0px 0px;
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 1px;
}


span.navbutton {
	display: -moz-inline-stack;
	display: inline-block;
	/*background: #000000 url('buttons.png') repeat-x 0px 0px;*/
}
/*
span.navbutton:hover {
	display: -moz-inline-stack;
	display: inline-block;
	background: #000000 url('buttons.png') repeat-x 0px -38px;
	height: 100%
}

span.navbutton:active {
	display: -moz-inline-stack;
	display: inline-block;
	background: #000000 url('buttons.png') repeat-x 0px -76px;
	height: 100%
}*/

a.navButton{
	display: -moz-inline-stack;
	display: inline-block;
	font-family: verdana, sans-serif;
	font-size: 13pt;
	text-align: center;
	height: 36px;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 36px;
	display: table-cell;
	vertical-align: middle;
	margin:0px;
	color: black;
	text-align: center;
	background: #000000 url('buttons.png') repeat-x 0px 0px;
}

a.navButton:hover {
	background: #000000 url('buttons.png') repeat-x 0px -38px;
	color:white;
}

a.navButton:active {
	background: #000000 url('buttons.png') repeat-x 0px -76px;
	color: white;
}

/* Content */
#content {
	background: #fefefe;
	width: 718px;
	padding: 20px;
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 1px;
}

tr.teamTable td {
	border: 4px double darkgrey;
	padding: 4px;
}