/* Forces showing of the virtical scroll bar */
html{min-height:100%;margin-bottom:1px}

/* Start of Table Styles*/
.TableContainer {
	/* The two margins make the table centered as the HTML Align has been http://www.granneman.com/webdev/coding/css/centertables/ */
	margin-left: auto;
	margin-right: auto; /* These two below makes the table consistant position and width */
	table-layout: fixed;
	width: 845px;
	border: 1px;
}

.TableContentMenu {
	width: 145px;
	vertical-align: top;
}

.TableContentCell {
	width: 700px;
	vertical-align: top;
}

table.TableGallery  td{
	vertical-align: top;
	width: 33%;
}

/* General data table */
table.TableGeneralData {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	width: 100%;
}
table.TableGeneralData th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
}
table.TableGeneralData td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
	font-size: 12px;
}

/* End of General data table */

.GuestBookIFrame {
	width:592px;
	height:518px
}

/* End of Table Styles*/

.ContentHeader	{
	font-size: 32px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

/* fonts */

.ContentLeftLarge {
	font-size: 16px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-align: left;
	width: 100%;
}

.ContentLeftMedium {
	font-size: 14px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-align: left;
	width: 100%;
}

.ContentLeftSmall {
	font-size: 12px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-align: left;
	width: 100%;
}

.ContentCentreLarge {
	font-size: 16px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-align: center;
	width: 100%;
}

.ContentCentreMedium {
	font-size: 14px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-align: center;
	width: 100%;
}

.ContentCentreMedium {
	font-size: 12px;
	font-family: "Comic Sans MS";
	color: #000000;
	text-align: center;
	width: 100%;
}

.ContentRedCentreMedium {
	font-size: 14px;
	font-family: "Comic Sans MS";
	color: red;
	text-align: center;
	width: 100%;
}

.ContentLinks {
}

/*  Menu styling below */
table.MenuTable {
	width: 145px;
	border: 0;
}

table.MenuTable td {
	 text-align: center;
	 vertical-align: top;
	 width: 134; 
	 height: 22;
}

.MenuButtonDivider {
	height: 15;
}

.MenuButtonImage {
	border:0px;
	width:134px; 
	height:22px;
}
