@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #63332c;
	background-image: url(../images/GWBG.jpg);
	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: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.gilbertmaster #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	border: 2px solid #5C1B17;
}
.gilbertmaster #header {
	background-image: url(../images/GWheader.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 182px;
	width: 801px;
}
.gilbertmaster #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 */
}
.gilbertmaster #header #sprymenu {
	margin: 0 auto;
	/* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 0 auto;
	width: 700px;
	height: auto;
	padding-top: 142px;
}
.gilbertmaster #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.gilbertmaster #mainContent ul{
	background: #FFFFFF;
	margin-left: 20px;
	line-height: 20px;
}
.gilbertmaster #mainContent 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	color: #581A17;
}
.gilbertmaster  #mainContent  h2 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	color: #581A17;
}
.gilbertmaster #mainContent  a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #4E0F19;
	font-size: 14px;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
}
.gilbertmaster #mainContent  a:hover {
	color: #520E11;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 2px;
	font-weight: bold;
}
.gilbertmaster #mainContent #mainRight {
	Float: right;








	height: 60
.px;
	width: 204px;
	margin-left: 34px;
	text-align: center;
	clear: right;
	background-color: #F8EEED;
	height: 580px;
	margin-bottom: 40px;
}
.gilbertmaster  #mainContent #mainRight h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #581A17;
	text-align: center;
}
.gilbertmaster    #mainContent    #mainRight   a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #4D0F16;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
}
.gilbertmaster   #mainContent   #mainRight  a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	text-align: center;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 2px;
	font-weight: bold;
}
.gilbertmaster   #mainContent   .bullets {
	font-weight: bold;
	color: #581A17;
}
.gilbertmaster #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/bg-footer.gif);
	height: 70px;
	width: 801px;
	clear: both;
	background-repeat: no-repeat;
}
.gilbertmaster #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.gilbertmaster #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
}
.gilbertmaster #footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	padding-top: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gilbertmaster #mainContent 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-size: 14px;
	text-align: justify;
}

[if lt IE 7]>
  a { zoom: 1; }
  a:hover {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
     (sizingMethod=scale, src='75_red_alpha.png');
  }
