@charset "utf-8";
/* CSS Document */

H2 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	padding-top:10px;
}

H3 {
	margin-top:8px;
}

#All {
	height:600px;
	background-image:url(images/fitfacts_left.jpg);
	background-repeat:no-repeat;
	background-position: 0px 85px;
}

/* LEFT COLUMN */

#LeftColumn {
	width:300px;
}

#SpacerLeft {
	height:320px;
}

.bluetext {
	color:#132477;
}
a:hover.bluetext {

}

/* RIGHT COLUMN */
#RightColumn {
	width:415px;
	text-align:left;
}


#SpacerRight {
	height:55px;
}

.factstext {
	width:340px;
	height:500px;
	padding-top:0;
	margin-left:75px;
	text-align:left;
	overflow: auto;
}
.indent {
	margin-left:130px;
}

.redbullit LI {
	list-style-type:circle;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left:15px;
	margin-right:5px;
}
.redbullit2 LI {
	list-style-image:none;
	list-style:none;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left:5px;
	margin-right:5px;
}
.bulletpinkcircle {
	padding-right:5px;
}

#Silhouette {
	text-align:left;
	margin-left:130px;
	margin-top:60px;
}


/* Absolute Positioned Items */
#MainMenu {
	
}

#FunBar {
	top:305px;
	left:10px;
}

#FitFacts {
	top:510px;
	left:225px;
}

.emailaddr {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	color:#132477;
}
a:hover.emailaddr {
	color:#132477;
	text-decoration:underline;
}





