#top-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ensure the table spans the entire width of the page */
    text-align: center;
}
#home-button-row {
	position: absolute;
	width: 300px;
	height: 1150px;
	left: 0px;
	top: 0px;
}
/* Reset margin and padding for images */
    img {
      margin: 0;
      padding: 0;
      display: block; /* Ensures no extra space is added below images */
}
#header {
    position: absolute;
    width: 1200px;
    height: 100px;
    left: 50%;
	margin-left: -600px;
    top: 55px;
	z-index: 2;
}
#main-content-wrapper {
    position:absolute;
    width: 100%;
	left: 0px;
    top: 0px;}
#topperbar-content-wrapper {
    position:absolute;
    width: 1200px;
	height: 55px;
	left: 50%;
	margin-left: -600px;
    top: 0px;
	z-index: 2}
#nav-content-wrapper {
    position:absolute;
    width: 1200px;
	height: 100px;
	left: 50%;
	margin-left: -600px;
    top: 55px;
	z-index: 2}

#main-content {
    position:absolute;
    width: 1200px;
	left: -600px;
	margin-left: 50%;
    top: 0px;
}
#footer-content {
    position:absolute; 
    width: 370px;
	left: -185px;
	margin-left: 50%;
	margin-top: -75px;
}
.header-button-text {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 26px;
	color:#676767;
	vertical-align:center;
}
.header-button-text-white {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color:white;
	vertical-align:center;
}
#topper-bar {
    position: absolute;
    width: 1200px;
    height: 55px;
    left: 50%;
    margin-left: -600px;
    top: 0px;
	z-index: 1;
}

.link-gray {
	color: #676767;
}
.link-white {
	color:white;
}
a {
  text-decoration: none; /* Remove underline */
	color: #FF5A1C;
}

.gradient-cell {
  background-image: linear-gradient(to right, #000000, #acacac); /* Gradient from left to right */
}
.cell-background {
	background-image:url("Images/drop-shadow-tall.gif");
	background-repeat:repeat-x;
	}
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cell {
    text-align: center; /* Center content horizontally */
    vertical-align: bottom; /* Center content vertically */
    font-family: Arial, "Helvetica Neue";
    font-size: 12px;
    color: #FFFFFF;
}

.white-text-small {
	font-family: Arial, "Helvetica Neue";
	font-weight: normal;
	color: white;
}

.small-gray-text {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: grey;
	vertical-align:center;
}
