﻿body {
}

table.Default tr.Menu,
table.Default tr.Footer
{
	background-image: url('../Images/MenuBackground.gif');
	background-repeat: repeat-x;
	height: 40px;
}

table.Default tr.Menu td,
table.Default tr.Footer td
{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

table.Default tr.Menu table.Menu td.Item 
{
	min-width: 100px;
	width: 100px;
	white-space: nowrap;
	padding: 4px 4px 4px 4px;
	background-color: White;
	border: 1px inset gray;
}

table.Default tr.Menu table.Menu td.Item a 
{
	color: Black;
}

/* Contact EMail */
table.Default tr.Content table.EMail 
{
	width: 209px;
	height: 161px;
	background-image: url('../Images/GridBackground.gif');
	background-repeat: repeat;
}

table.Default tr.Content table.EMail td 
{
	font-weight: bold;
}

/* About Us */

table.Default tr.Content table.About div.Motto 
{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

/* Photos */
table.ImageList img 
{
    width: 100px;
    height: 100px;
}