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

H2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
	margin-left:70px;
	color:#132477;
}

H3 {
	margin-top:8px;
}

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

/* LEFT COLUMN */

#LeftColumn {
	width:300px;
}

#ContactLeftPic {
	position:absolute;
	top:330px;
	left:0;	
}
#Silhouette {
	text-align:left;
	margin-left:130px;
	margin-top:60px;
}
.bluetext {
	color:#132477;
}
.bluetext_serif {
	color:#132477;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
}
a:hover.bluetext {

}

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

.middletext {
	width:350px;
	padding-top:0;
	padding-left:0;
	text-align:left;
}
.indent {
	margin-left:130px;
}

.lowertext {
	padding-top:0;
	padding-left:0;
	text-align:left;
	font-size:14px;
	padding-top:8px;
	padding-left:4px;
}

#RightBlueTextBox {
	position:relative;
	left:110px;
	margin-top:100px;
	margin-bottom:35px;
	text-align:left;
	width:250px;
	height:50px;
	background-color:#bfcceb;
}

#ContactRightPic {
	width:166px;
	text-align:right;
	float:right;
	margin-top:30px;
	margin-right:10px;
}



/* BOTTOM */
#Bottom {
	
}

/* Absolute Positioned Items */
#MainMenu {
	
}

#FunBar {
	top:310px;
	left:75px;
}

#ContactBoat {
	position:absolute;
	top:380px;
	left:225px;
}
#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;
}





