#logo a {
	display: block;
	width: 400px;
	height: 200px;
	background: url(../images/header.png) no-repeat;
	text-indent: -9999px;
}

div#gap {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 780px;
}



div.spacer {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 0em;
}

div.topSection div {
	border: solid 0px #fff;
	margin: 17px 20px 10px 0;
	padding: 0;
}


div.topSection div p {
	margin: 0px;
	padding: 0;
}

img#poster, img#test01, img.about{
	float: right;
	padding: 0 0 10px 19px;
	border: solid 0px #fff;
}

img#about01{
	float: left;
	padding: 0 19px 10px 0px;
}

img.right{
	float: left;
	padding: 4px 16px 4px 0px;
}

img.left{
	float: right;
	padding: 4px 0px 4px 16px;
	border: solid 0px #fff;
}

img.facr{
	float: left;
	padding: 0px 0px 10px 0px;
}

img.facl{
	float: right;
	padding: 0px 0px 10px 0px;
}

img#head, img#logo {
	margin: 0;
	padding:0;
	border: solid 0px #fff;
}

div#footer {
	margin-top: 20px;
	background-image:url('../images/footbg.jpg');
	background-repeat:no-repeat;
}


div#footer div p{
	margin: 8px 50px 12px 50px;
}


div#legal {
	clear:both;
	margin: 10px;
}


hr {
  border: none;
  background-color: #1774ca;
  color: #1774ca;
  height: 1px;
  margin: 8px 0 16px 0;
}

#gym_ad {
	width: 250px;
	height: 249px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/gym_ad.png);
	text-indent: -9999px;
	z-index: 100;
}

.intro p {
	margin-bottom: 1em !important;
}

#gallery a img.wide {
	height: 100%;
}

#gallery a img.tall {
	width: 100%;
}

#gallery a {
	overflow: hidden;
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}

#Facebook {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999em;
	background: url(../images/fb.png);
}

.container_12 {
	position: relative;
}

#competition_link {
	position: absolute;
	background: url(../images/competition_button.png);
	height: 170px;
	width: 170px;
	top: 15px;
	right: 309px;
	z-index: 1000;
	text-indent: -9999em;
}

#competition_form {
	background: white;
	width: 650px;
	padding: 20px;
	position: relative;
	display: none;
}

#competition_form h2 {
	width: 341px;
	height: 124px;
	background: url(../images/competition.png) top left;
	text-indent: -9999em;
}

#competition_form p {
	margin-bottom: 1em;
	font-size: 15px;
	width: 337px;
}

#competition_form a {
	text-decoration: underline;
}

#competition_form * {
	color: black;
}

#competition_form form {
	width: 260px;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 46px;
	background-color: #f1ecec;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#competition_form li {
	margin-bottom: 1em;
}

#competition_form input {
	padding: 3px;
	border: 1px solid #333;
	font-size: 14px;
}

#competition_form label {
	display: block;
}

#competition_form #submit {
	font-weight: bold;
	color: white;
	border-radius: 5px;
	padding: 5px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); 
	background-image: -webkit-linear-gradient(top, #444444, #999999); 
	background-image:    -moz-linear-gradient(top, #444444, #999999); 
	background-image:     -ms-linear-gradient(top, #444444, #999999); 
	background-image:      -o-linear-gradient(top, #444444, #999999); 
	background-image:         linear-gradient(top, #444444, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999');
	cursor: pointer;
}

#competition_form a.close {
	background: url(../images/close.png);
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	cursor: pointer;
}
