body {
	background-color: #CB002F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.wrapper {
	width: 750px;
	top: 50px;
	height: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/containBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
}
.header {
	height: auto;
	width: 750px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.header #contact {
	position: relative;
	left: 140px;
}
.header p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.gifs  a  {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

.header #header {
	position: relative;
	left: 100px;
}
.header #magic {
	position: relative;
	left: 100px;
}

.wrapper .bottom {
	background-image: url(images/containBottom.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 750px;
}
.wrapper .main {
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	background-image: url(images/containBG.gif);
	background-position: left top;
}


.wrapper .top {
	background-image: url(images/containTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 750px;
}
.wrapper .main .gifs {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper .main .gifs #displayBox {
	position: relative;
	left: -75px;
}

.wrapper .main .gifs #anim {
	position: relative;
	left: 75px;
	top: -20px;
}
.wrapper .main .boxers {
	width: 650px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
.wrapper .main .boxers img {
	padding: 15px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 3px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -120px; /*position where enlarged image should offset horizontally */

}


.copyright {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
.wrapper .info {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #CB002F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.wrapper em {
	font-weight: bold;
	font-style: normal;
	font-size: medium;
}
.wrapper .contact {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

.contact a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CB002F;
}
.wrapper .address {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-top-style: dashed;
	border-top-color: #CB002F;
	padding: 10px;
}
h3 {
	font-size: medium;
	text-align: center;
}

h2 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.contact form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.header #home {
	position: relative;
	left: 55px;
}
.wrapper .content {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.wrapper .content #med {
	position: relative;
	top: -75px;
}.copyright a {
	color: #FFFF00;
	text-decoration: none;
}
