@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 10px;  /* 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. */
	background-color: #FFFFFF;
	font-size: 90%;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent h1 {
	padding: 10px 0;
	font-size: 111%;
	color: #999999;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
} 
.featured_box {
	background-color: #e2fbe2;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	padding-top: 2;
	padding-right: 5px;
	padding-bottom: 2;
	padding-left: 5px;
}
.oneColLiqCtrHdr #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-size: 70%;
	color: #999999;
	background-position: center center;
	font-weight: lighter;
}
.formbox {
	color: #999999;
	background-color: #F0F0F0;
	font-weight: 800;
}

.innertube {
	padding: 4px;
}
.top_space {
}
.med {
	font-size: 80%;
}
h5 {
	font-size: 70%;
	letter-spacing: 0.1em;
	font-weight: 400;
}
h2 {
	font-size: 90%;
	font-weight: 200;
}
.justlisted {
	background-image: url(images/justlisted.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 50px;
	height: 100px;
}
.onehun {
	height: 98px;
}
.quick_search {
	font-size: 150%;
	font-family: sans-serif, monospace, Roman;
	font-weight: 200;
}
#featured {
	background-color: #e2fbe2;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	padding-top: 2;
	padding-right: 5px;
	padding-bottom: 2;
	padding-left: 5px;
}
.bgtable_titles {
	font-size: 90%;
	font-weight: 600;
	color: #333333;
	background-image: url(images/bgtables.png);
	background-repeat: repeat-x;
	height: 28px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.table_boarder_gray {
	border: 1px solid #CCCCCC;
}
