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

*
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

.page-body { text-align: center; }

ul { list-style: none; }

.grey-text { font-size: 0.8em; }

.grey-link
{
	font-size: 0.8em;
	text-decoration: none;
}

.grey-link:hover { text-decoration: underline; }

.grey-mailto
{
	font-size: 0.8em;
	text-decoration: none;
}

.grey-mailto:hover { text-decoration: underline; }

.white-text
{
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 16px;
}

.pink-text
{
	color: #F36B7F;
	font-size: 0.8em;
	font-weight: normal;
}

.small-pink-text
{
	color: #F36B7F;
	font-size: 0.6em;
}

#twitter
{
	color: #F36B7F;
	font-size: 0.6em;
}

#faceb
{
	color: #F36B7F;
	font-size: 0.6em;
}

#linked
{
	color: #F36B7F;
	font-size: 0.6em;
}

.pink-link
{
	color: #F36B7F;
	font-size: 0.8em;
	text-decoration: none;
}

.pink-link:hover { text-decoration: underline; }

.small-grey-text { font-size: 0.6em; }

.small-grey-link
{
	font-size: 0.6em;
	text-decoration: none;
}

.small-grey-link:hover { text-decoration: underline; }

.image-link { border: none; }

.push-down-paragraph { padding-top: 2px; }

.pink-box
{
	background-color: #FF8B9D;
	padding: 5px;
}

.page-body #page-wrap
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.page-body #header
{
	width: 450px;
	height: 140px;
	margin: 0 auto;
	background-image: url(../Images/header-logo.jpg);
	overflow: visible;
	text-align: center;
}

.page-body #header p
{
	font-size: 12px;
	padding: 120px 0px 0px 0px;
}

.closedLink { color: #F36B7F; }

.page-body #header a { text-decoration: none; }

.page-body #header a:hover { text-decoration: underline; }

.page-body #mainContent { margin: 5px 0px }

.page-body #mainContent #frame
{
	width: 960px;
	height: 410px;
	border: none;
}

.page-body #footerLeft
{
	width: 460px;
	height: 130px;
}

.page-body #footerRight
{
	width: 480px;
	height: 145px;
	float: right;
}

.page-body #mainContent #aboutContent
{
	width: 460px;
	height: 410px;
	overflow: hidden;
	float: left;
}

.page-body #mainContent #about-side-bar
{
	width: 480px;
	height: 410px;
	overflow: hidden;
	float: right;
	background-image:url(../Images/About%20image.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.page-body #mainContent #about-side-bar2
{
	width: 480px;
	height: 410px;
	overflow: hidden;
	float: right;
	background-image:url(../Images/About%20image.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.page-body #mainContent #about-side-bar3
{
	width: 480px;
	height: 410px;
	overflow: hidden;
	float: right;
	background-image:url(../Images/About%20image3.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.page-body #footerRight #icon
{
	float: right;
	margin-top: -20px;
	padding-left: 5px;
}

.page-body #copyText { margin-top: 10px; }

.page-body h2
{
	font-size: 1.1em;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #F36B7F;
}

.clearFloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

