@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: #000000;
	font-family: Georgia;
	font-size: 100%;
	background-color: #000000;
   	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a {
	font-size: 12pt;
	color: #99CC00;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	font-size: 12pt;
	color: #99CCCC;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:hover {
	font-size: 12pt;
	color: #CC3300;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:active {
	font-size: 12pt;
	color: #C45102;
	text-decoration: none;
}
body,td,th {
	font-family: Georgia;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;

}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
}


.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-image: url(../Backgrounds/sacksfrontpgbg_maincontent.jpg);
	background-repeat: no-repeat;
	width: 775px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 790px;
	font-family: Georgia;
	font-size: 1em;
	color: #FFCC66;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	background-attachment: inherit;
	background-position: center;
}
.oneColFixCtrHdr #footer {
	font-weight: bold;
	background-color: #000000;
	background-image: url(../Backgrounds/footerbg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 90px;
}
.oneColFixCtrHdr #footer p {
	font-family: Georgia;
	font-size: 12pt;
	color: #FFCC33;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#Listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
	float: left;
	width: 150px;
	list-style-position: inside;
	list-style-type: none;
	font-style: italic;
}

#locate {
	width: 335px;
	margin-left: 200px;
	margin-top: 25px;
	text-align: center;
	font-family: Georgia;
	font-weight: 200;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 12px;
}#address {
	font-family: Georgia;
	font-size: 10pt;
	font-style: italic;
	font-weight: 300;
	font-variant: normal;
	color: #FFFFFF;
	width: 400px;
	margin-top: 500px;
	margin-right: 50px;
	margin-left: 175px;
}
