@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 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. */
	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: 100%;
	color: #999999;
	font-weight: 300;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
} 

.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;
}

.featured {
	font-weight: 400;
	color: #666666;
	font-size: 90%;
}
.form {
font-size: 90%;
}
.table_directroy {
	font-size: 0.85em;
}
.float_right {
	margin: 4px;
	padding: 4px;
	border: 1px solid #990000;
	background-color: #FFFFFF;
}
.featured_ad_200 {
	font-size: 0.95em;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 1px;
}
.featured_sharead {
	font-size: 0.95em;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 5px;
	padding: 4px;
}
.innertube{margin-top: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;}.red_price {
	color: #990000;
}
.table_gray {
	background-color: #CCCCCC;
	margin: 2px;
	padding: 2px;
}
.middle_font {
	font-size: 80%;
	color: #666666;
}

.sponsored_tab {
	background-image: url(images/sponsored.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 18px;
	height: 100px;
}
.onehun {
	height: 98px;
	border: 1px solid #C42222;
}
.threehunwidth {
	width: 255px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin: 5px;
	padding: 5px;
}
.threehunwidth_two {
	width: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin: 4px;
	padding: 4px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000CC;
}
