@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BBB973;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center;
	margin: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-bottom: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	height: 100%;
}
.oneColFixCtrHdr #contact_maincontent {
	background: #FFFFFF;
	margin-bottom: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a  { color:#BBB973; text-decoration:none }

#wiganwebdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.oneColFixCtrHdr h1 {
	font-family: Garamond;
	font-size: 1.5em;
	text-align: center;
	margin: 0px;
}
.oneColFixCtrHdr h2 {
	font-family: Gigi;
	font-size: 1.2em;
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}
.Home2Link {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	}

.oneColFixCtrHdr #container #mainContent #main_table {
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

.oneColFixCtrHdr #container #header #headspacer {
	height: 50px;
}
.oneColFixCtrHdr #container #mainContent #main_table td {
	width: 33.3%;
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent #topmenu_table {
	width: 100%;
}
.oneColFixCtrHdr #container #mainContent #topmenu_table td {
	width: 20%;
	border: thin none #BBB973;
	color: #CC3300;
}
.oneColFixCtrHdr #container #mainContent #page_title {
	font-family: Gigi;
	font-size: 2em;
	color: #CC0033;
	text-align: left;
	padding-left: 20px;
}

.oneColFixCtrHdr #container #mainContent #page_title h1 {
	text-align: left;
	font-family: Gigi;
	font-size: 0.8em;
}
.oneColFixCtrHdr #container #mainContent #main_table p {
	font-family: Garamond;
	font-size: 1em;
}
.topmenu_table_current {
	color: #CC0033;
	font-family: Gigi;
}
.hr {
	background-image: url(../images/hrule_s_r1_c2.png);
	height: 8px;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container #mainContent #enquiry table {
	text-align: left;
}
.oneColFixCtrHdr #container #footer #footer_table {
	width: 100%;
}
.oneColFixCtrHdr #container #footer #footer_table td{
	width:10%;
	text-align: center;
	vertical-align: middle;
	border: 1px none #BBB973;
}
.highlightred {
	font-family: Garamond;
	color: #000000;
}
.pagedesc {
	font-weight: bolder;
}
.style1 {color: #CC3300;
font-family: Gigi}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }