@charset "utf-8";
body {
	font: 90%/1.5em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: #000000 url(images/girls_soccer.jpg) no-repeat center top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFDFFF url(images/youth_soccer2.gif) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 253px;
}
#menu {

	
}
#mainContent {
	padding: 0 60px;
	margin-bottom: 20px;
}
h1 {
	color: #FF1CA1;
	font-size: 140%;
	margin-bottom: -5px;
	padding-top: 20px;
}
h1 a, a:link, a:hover, a:visited {
	text-decoration: none;
}
h2 {
	font-size: 130%;
	color: #000000;
	font-style: italic;
	margin-bottom: -10px;
} 
h3 {
	font-size: 110%;
	margin-bottom: -10px;
}
a,a:link,a:hover,a:visited {
	color: #FF1BA1;
}
.newsblurb {
	float: right;
	width: 189px;
	margin: 0px 0 0 10px;
	padding: 10px;
	border: 1px dashed #FF1BA1;
	font-size: 80%;
	background-color: #000000;
	line-height: 1.4em;
	clear: right;
	color: #FF1CA1;
}


.newsburbpic {
	border: 3px solid #FFFFFF;
	margin-left: 10px;
}
.pic {
	padding: 10px;
	border: 1px solid #000000;
}
.picleft {
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.picright {
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.note {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #666666;
	line-height: 1.5em;
}
.notetop {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000000;
	line-height: 1.5em;
}
.prices {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #FF1BA1;
}
.date {
	color: #FF1CA1;
	font-size: 90%;
	font-weight: bold;
}
td {
	line-height: 1.2em;
	font-size: 95%;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/soccer_camp2.jpg) no-repeat bottom;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FF1BA1;
	font-size: 90%;
}
#description {
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
hr {
	border-top: 1px dashed #FF1BA1;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
} 
