body
{
	background-image: url(images/background.jpg);
	color: #444343;
	font-family: "arial", sans-serif;
	margin: 0;
	padding: 0;
}

body.maps
{
	padding: 10px;
}

a {
	color: #58879B; //#7A1E83; //#2C2265;
	text-decoration: none;
}

div.main /* div wrapped around the whole page to provide the centering of the main content */
{
	text-align: center;
}

form{
	margin: 0px;
}

h4 {
	margin-bottom: 3px;
}

h4.top {
	margin-top: 0;
}

img {
	border: 0;
}

p {
	font-size: smaller;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 0;
}

p.footer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
}

p#image-description {
	font-weight: bold;
	padding-right: 5px;
	padding-top: 7px;
	text-align: left;
}

p.image-text {
	padding-left: 0;
	text-align: center;
}

p.bottom {
	margin-bottom: 0;
}

p.contact {
	margin-bottom: 2px;
}

table {
	border-collapse: collapse;
}

table.content,
table.image-title
{
	background-color: white; //#FAEDFA;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

table.contact {
	border: 1px black solid;
	margin-left: auto;
	margin-right: auto;
}

table.contact td {
	background-color: #FECCFF;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
}

table.content {
	border-bottom: 1px black solid;
}

table.left_table {
	width: 100%;
}

td {
	text-align: justify;
	vertical-align: top;
}

td.border {
	background-image: url(images/border.jpg);
	background-repeat: repeat-y;
}

td.contact-span {
	text-align: center;
}

td.header {
	background-image: url(images/sandersons-logo.jpg);
	height: 288px;
	width: 100%;
}

td.images {
	padding-left: 15px;
	padding-top: 0;
	text-align: left;
	width: 260px;
}

td.left_cell {
	padding: 0;
}

td.links {
	background-image: url(images/menus.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

td.links a {
	color: #58879B; //#7A1E83; //#2C2265;
	font-weight: bold;
	text-decoration: none;
}

td.ring-description {
	padding-bottom: 5px;
	padding-top: 0;
}

td.ring-description,
td.ring-image {
	text-align: center;
	vertical-align: bottom;
	width: 33%;
}

td.ring-image {
	padding: 5px;
}

td.written-text {
	padding: 10px;
}

