body {
	background:url(../images/ui/backgrounds/background.jpg) repeat-x top left #ef5931;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
#wrapper {
	text-align:center;
	width:980px;
	margin:0 auto;
}
#bannerAd {
	border:2px solid #000;
	margin:10px auto;
	width:625px;
}
#navigation {
	text-align:left;
	padding:0 15px;
	height:161px;
	background:url(../images/ui/backgrounds/navigation.png) no-repeat top left;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	float:left;	
}
#navigation .spacer {
	width:255px;	
}
#content {
	margin:0;
	padding:0;
	background:url(../images/ui/backgrounds/content.png) repeat-y;
}
#content p {
	margin:0;
	padding:10px 20px;
}
#singleColumn {
	margin:0 15px 0 15px;	
}
.whiteCenter {
	text-align:center;
	color:#fff;
}
.rightColumn {
	float:left;
	width:500px;
	margin:0 25px 0 10px;
}
#callout {
	float:left;
	width:410px;
	background-color:#ef5931;
	margin:0px 0px 10px 25px;
}
#callout .top {
	height:15px;
	width:410px;
	background:url(../images/ui/backgrounds/callout_top.gif) #fff no-repeat top;
}
#callout .bottom {
	height:20px;
	width:410px;
	background:url(../images/ui/backgrounds/callout_bottom.gif) #fff no-repeat bottom;
}
#content .sideAd {
	float:left;
	margin:15px 20px 0 0;
}
#content #highlights {
	float:left;
	margin:25px 0px 10px 20px;
}
#content #meetvarmints {
	float:left;
	margin:25px 0 0 10px;
}
#content #intro {
	float:left;
	margin:0px 5px 10px 5px;
}
#content p {
	text-align:left;	
}
#content h3 {
	margin:20px 0 0px 0;	
}
.leftyNarrow1 {
	float:left;
	width:30%;
	margin:10px;
}
.leftyNarrow2 {
	float:left;
	width:35%;
	margin:10px;
}
.leftyWide1 {
	float:left;
	width:60%;
	margin:10px;
}
.textLeft {
	text-align:left;
}
.lefty {
	float:left;
}
#content #buttons {
	width:745px;
	padding:5px 5px 15px 15px;
	float:left;
}
#content #buttons .button {
	margin:5px;
	float:left;
}
#footer {
	clear:both;
	padding:40px 0 25px 0;
	font-size:.75em;
	background:url(../images/ui/backgrounds/footer.png) no-repeat top left;
}
#footer a {
	color:#000;
}
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: white;
border: 2px solid #000;
padding: 5px;
}
.clearer {
	clear:both;
}
#meetThem {
	width:396px;
	height:260px;
	position:relative;
}
#downloads {
	text-align:center;
}
#downloads h2 {
	margin:0;
}
#downloads #games img {
	margin:10px 20px;	
	border:solid #000 2px;
}
#downloads #activities img {
	margin:10px 20px;	
	border:solid #000 2px;
}
#downloads #color img {
	margin:10px 10px;	
}
#calendar {
	display:none;
}
#feedbackForm {
	display:none;
}
img, div { behavior: url(../js/iepngfix.htc) }
.error {
	border:2px #ff0000 solid;
	background-color:#FCC;
	padding:10px;
}
.success {
	border:2px #666 solid;
	background-color:#FFC;
	padding:10px;
}