@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-image: url(../SwimRace05.jpg);
}
.FixedHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../picsfolder/shadowbackground.png);
	background-repeat: repeat;
}
.FixedHdr #header {
	padding: 0 0px 0 0px;
	background-image: url(../picsfolder/shadowbackground.gif);
}
.FixedHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.FixedHdr #mainContent {
	text-align: justify;
	background-image: url(../picsfolder/shadowbackground.gif);
	padding: 0px 5px 0px 5px;
}
.FixedHdr #footer {
	padding: 0 0px 0 5px;
	background-image: url(../picsfolder/shadowbackground.gif);
}
.FixedHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	color: #009;
	font-family: "Trebuchet MS";
	font-size: 1.95em;
}
h2 {
	position: relative;
	color: #006;
	font-family: "Trebuchet MS";
	font-size: 30px;
	line-height: normal;
	font-weight: bolder;
}
h3 {
	color: #009;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bolder;
}
h5 {
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: normal;
	font-weight: bolder;
}
p {
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 10px
	line-height: normal;
	font-weight: lighter;
	text-align: justify;
	font-size: 0.8em;
	line-height: 2em;
}
