<!--

/* contact.css */


/* Set formatting for contacts page
--------------------------------------------------------------------------- */
h3 {
	font-size:		120%;
	border-bottom:		none;
	}


/* --------------------------------------------------------------------------- */
#gym {
	float:			left;
	width:			290px;
	padding:		20px 20px 14px 20px;
	border-width:		5px;
	border-style:		groove;
	border-color:		#f080f0;
	margin:			0px 15px 10px 10px;
	}


/* --------------------------------------------------------------------------- */
#gym p {
	text-indent:		0.0in;	/* Don't Indent the begining of each paragraph */
	white-space:		pre;
	line-height:		70%;	/* Expand space between lines */
	color:			#000000;
	}


/* --------------------------------------------------------------------------- */
#gym h4{
	font-style:		italic;

	}


/* --------------------------------------------------------------------------- */
#office {
	width:			280px;
	padding:		20px;
	border-width:		5px;
	border-style:		groove;
	border-color:		#007e7e;
	margin:			10px 10px 10px 10px;
	}


/* --------------------------------------------------------------------------- */
#office p {
	text-indent:		0.0in;		/* Don't Indent the begining of each paragraph */
	white-space:		pre;
	line-height:		70%;		/* Expand space between lines */
	color:			#000000;
	}


/* --------------------------------------------------------------------------- */
#office h4 {
	font-style:		italic
	}


/* --------------------------------------------------------------------------- */
#office {
	padding:		25px;
	padding-bottom:		60px;
	}


-->