body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	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 */
	background-image: url(images/joe_de_beer_page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3F2912;
}
.oneColFixCtrHdr #alphaBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #container {
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/joe_de_beer_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #967957;
	border-left-color: #967957;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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: 130px;
}
.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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
}
.oneColFixCtrHdr #mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 16px;
}
.oneColFixCtrHdr #header h1 {
	padding: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/joe_de_beer_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 60px;
	padding-top: 15;
	padding-right: 50px;
	padding-bottom: 15;
	padding-left: 50px;
}
.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.rowEven {
	background-color: #F2EBE1;
}
.rowOdd {
	background-color: #E1D1BB;
}
.rowHover {
	background-color: #DACFC0;
}
.rowSelect {
	background-color: #EED2AC;
}
.tableHorizontalLineBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #967957;
}
.oneColFixCtrHdr #mainContent #imageFrame {
	border: 10px solid #D2CBC5;
	width: 200px;
}
.TextBodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;

}
.TextBodyNormalClick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.TextBodyNormalClick:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.TextBodyNormalClick:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.enlargementBorder {
	border: 20px solid #A18560;
}
