* {
	font-family: Verdana, Geneva, sans-serif;
}
html, body {
	width: 100%;
	background: #000;
	outline: 0;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#wrapper {
	background: url("/graphics/bkg.jpg") repeat-x bottom;
}
#wrapper2 {
	margin: auto;
	text-align: left;
	width: 700px;
}
#header {
	width: 100%;
	height: 100px;
	background: url("/graphics/headerBkg.jpg") center;
}
#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding: 5px;
	background: #FFF;
	border-top: 1px solid #D2602F;
}
#navBar {
	background: #FFF url("/graphics/mainTop.png") repeat-x top;
	float: left;
	width: 248px;
	height: 100%;
	border: 1px solid #D2602F;
	border-top: 0;
	margin-bottom: 5px;
	padding-top: 8px;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar ul li {
	margin: 0;
	padding: 0;
}
#navBar ul li a {
	display: block;
	font-weight: bold;
	padding: 5px;
}
#navBar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #D2602F url("/graphics/barBkg.png") repeat-x;
}
#mainContent {
	background: #FFF url("/graphics/mainTop.png") repeat-x;
	float: right;
	width: 443px;
	border: 1px solid #D2602F;
	border-top: 0;
	margin-bottom: 5px;
	padding-top: 8px;
}
.bigPadded {
	color: #FFF;
	background: #D2602F;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background: #D2602F url("/graphics/barBkg.png") repeat-x;
}
.padded, .paddedExtra {
	padding: 2px 5px;
}
.paddedExtra {
	padding-left: 20px;
}
.editForm {
	padding: 5px;
	background: #FFCCAA;
}
.box {
	border: 1px solid #D2602F;
	margin: 10px;
}
#adminBox {
	margin: 0;
	color: #FFF;
	background: #D2602F;
	text-align: right;
	padding: 5px;
	border-top: 1px dashed #D2602F;
}
.newButton {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background: #FFCCAA;
}
.newButton:hover {
	color: #FFF;
	text-decoration: none;
	background: #D2602F;
}
.teamTable {
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.teamTable tr td {
	text-align: center;
	padding: 2px 5px;
}
.teamTable tr td.editForm {
	text-align: left;
}
a {
	text-decoration: none;
	color: #D2602F;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 5px;
	color: #D2602F;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}
li {
	margin: 10px 5px;
}
form {
	margin: 0;
}
.gallery, .gallery *, #gallery, #gallery * {
    outline: 0;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
img {
    vertical-align: bottom;
}
.gallery div {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	background: #000 url("/graphics/loadingSmall.gif") center center no-repeat;
}
.gallery a {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url("/graphics/transparent.gif");
	background: rgba(0, 0, 0, 0);
}
.gallery img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.gallery div a:hover + img {
	z-index: 1;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	opacity: 1;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .75);
}
#gallery {
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	border-collapse: collapse;
}
#gallery td {
	text-align: center;
	vertical-align: middle;
	background: url("/graphics/translucent.gif");
	background: rgba(0, 0, 0, .75);
	cursor: not-allowed;
}
#gallery div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 5px;
	min-width: 76px;
	min-height: 76px;
	background: #FFF url("/graphics/loadingBig.gif") center center no-repeat;
	box-shadow: 0 1px 25px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 25px rgba(0, 0, 0, .75);
	cursor: pointer;
}
