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


body {
	background-color: #A12233;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}


h1 {
	color: #A12233;
	text-align: center;
}


h2 {
	color: #808080;
}


a {
	color: #A12233;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}


a:hover {
	color: #FFFFFF;
	background-color: #A12233;
}


#contentframe a, #right a {
	text-decoration: underline;
}


#contentframe a:hover, #right a:hover {
	text-decoration: none;
}


a.img {
	background-color: transparent ! important;
	color: transparent ! important;
	padding: 0px;
}


img {
	border-width: 0px;
}


#border {
	padding: 0;
	min-height: 100%;
	height: auto;
	width: 830px;
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	background-image: url(../images/bg2.png);
}


#top {
	height: 20px;
	width: 760px;
	margin: auto;
	padding: 5px;
	
}


#top #bls  {
	float: left;
	height: 10px;
	margin-left: 34px;
}

#bls span {
	display: none;
}


#breadcrumbs {
	margin-left: 180px;
	width: 400px;
	font-size: 10px;
}

#links {
	text-align: center;
	width: 180px;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}


#links a {
	display: block;
	float: left;
	height: 22px;
	width: 88px;
	padding-top: 8px;
}


#links a:first-child {
	border-right: 1px solid #808080;
	width: 87px;
}


#head-frame {
	height: 140px;
	width: 830px;
	background-image: url(../images/shadow-left.png);
	background-repeat: repeat-y;
}


#head-frame-right {
	height: 140px;
	width: 830px;
	background-image: url(../images/shadow-right.png);
	background-repeat: repeat-y;
	background-position: right;
}


#head {
	background-color: #FFFFFF;
	height: 140px;
	width: 770px;
	margin: auto;
	background-image: url(../images/head.png);
}


#head h1 {
	margin: 0px;
}


#head h1 span {
	display: none;
}


#head h1 #title {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 308px;
	height: 140px;
	background-color: transparent;
}


#head h1 #sponsors {
	display: block;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	width: 330px;
	height: 140px;
	background-color: transparent;
}


#head h1 #title img {
	display: none;
}


#menu {
	float: left;
	width: 180px;
	margin-left: 30px;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#menu li {
	margin: 0px;
}


#menu li a {
	display: block;
	width: 160px;
	padding: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #808080;
}


#menu li li a {
	font-size: 11px;
	padding: 3px;
	padding-left: 30px;
	width: 147px;
}


#menu a.menuparent {
	background-image: url(../images/menu-parent.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#menu a.menuactive {
	background-color: #FFFFFF;
	background-image: url(../images/menu-active.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#menu a.menuactive:hover {
	background-color: #A12233;
}


#contentframe {
	float: left;
	width: 380px;
	padding: 10px;
	padding-left: 20px;
	padding-top: 2px;
}


#clearboth {
	clear: both;
}


#right {
	margin-left: 620px;
	width: 170px;
	padding: 5px;
	padding-top: 12px;
}


#right img {
	margin-left: -5px;
}


.register {
	display: block;
	clear: both;
	padding: 2px;
}


.error {
	background-color: #E3BDC2;
}


.errorspan {
	color: #A12233;
}

.clear {
	clear: both;
	display: block;
}


.rleft {
	display: block;
	float: left;
	width: 200px;
	line-height: 12px;
	margin-right: 10px;
}


.rleft em,
.rright em {
	font-size: 10px;
	font-style: normal;
}


.rright input,
.rright select {
	margin-top: 2px;
	margin-bottom: 2px;
}


.sports  {
	float: right;
	clear: right;
	display: block;
	width: 176px;
}


/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img,
#bottomNavClose img
 { border: none; }
 
#bottomNavClose,
#lightbox a {
	background-color: transparent ! important;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}