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

#shepherdcontainer_a3 .Head
{
	font-size: 18px;
	color: #623072;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* --------------- Layout --------------- */

#shepherdcontainer_a1
{
	background-image: url(images/container_headerrepeat.jpg);
	width: 100%;
	height: 34px;
	background-position: top left;
	background-repeat: repeat-x;
	/* Displays Container Properly When Editing as an Administrator */
	_float: left;
	_display: inline;
}
	
#shepherdcontainer_a2
{
	background-image: url(images/container_headerleft.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 34px;
	background-position: top left;
}

#shepherdcontainer_a3
{
	margin-left: 22px;
	margin-top: 6px;
	float: left;
	display: inline;
}

#shepherdcontainer_b1
{
	width: 100%;
	background-image: url(images/container_bodyleft.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

#shepherdcontainer_b2
{
	margin-top: 3px;
	margin-left: 22px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#clear
{
	clear: both;
}


