@charset "UTF-8";
/* CSS Document */

#Header {
	background-color: #640700;
}
#Header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	left: 100px;
	top: 30px;
}
#logo {
	top: 20px;
	padding: 10px;
}
#navigation {
	top: 100px;
	float: none;
}
#main {
	clear: both;
	float: left;
}
#outershell {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#menomonietourney {
	float: left;
	width: 700px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #640700;
	border-left-color: #990000;
	padding: 5px;
}
#youthtournaments {
	clear: right;
	float: right;
	width: 200px;
	padding: 10px;
	color: #640700;
	background-color: #FAFF00;
}
#menu {
	background-color: #CCCCCC;
	width: 225px;
	clear: none;
	float: right;
}
#feb09 {
	clear: none;
	float: left;
	width: 450px;
}
#map {
	clear: right;
	float: left;
	width: 250px;
}
#backgroundphoto {
	background-attachment: fixed;
	background-image: url(/images/wrestlingbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 768px;
	width: 1024px;
}
#youthcontainer {
	position: relative;
}
#recentresults {
	float: left;
	width: 60%;
}
#generalinfo {
	float: right;
	width: 30%;
}
#emaildetails {
	border: 3px double #650B08;
	width: 30%;
	float: right;
	padding: 5px;
}
#submitphotos {
	float: left;
	width: 50%;
}
.slideshow {
	clear: both;
}
