/* CSS Document */

.ContactUsPageContent
{
	background-image: url( ../Graphics/Backgrounds/Choir01.jpg );
	background-repeat: no-repeat;
	background-position: top left;

	height: 338px;
}

IMG#ContactUsPhoto
{
	display: block;
	position: absolute;
	top: 154px;
	left: 32px;
}

DIV#PageText
{
	position: absolute;
	left: 420px;
	top: 160px;

	width: 365px;
	height: 196px;

	padding-bottom: 5px;
	border-bottom: solid #000000 1px;

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}

DIV#PageText DIV
{
	margin-left: 15px;
}

DIV#DepartmentTitle
{
	font-size: 24px;
}

DIV#DepartmentAddress
{
	margin-top: 3px;

	font-size: 18px;
}

DIV#DepartmentPhone
{
	margin-top: 15px;

	font-size: 24px;
}

DIV#DirectoryLink
{
	position: absolute;
	left: 417px;
	top: 362px;
	width: 365px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	height: 31px;

}

#SubPageCopyright
{
	position: absolute;
	top: 407px;

	font-size: 11px;
}

