@charset "UTF-8";
body,td,th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dfcca4;
	background-image: url(images/curtain-tile.jpg);
	margin: 20px 0px 0px 0px; /* 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: #D8D4B0;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1100px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColAbsHdr #header {
	height: 107px;
	padding: 0px 10px 0 215px;  /* 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. */
} 
.movebannerright {
	padding: 0px 0px 0 307px;  /* 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. */
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fe9807; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 10px 0px 10px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 0px;
	right: 0;
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px;
}
.thrColAbsHdr #mainContent {
	margin: 0px 200px 0px 10px;
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 190px;
	border-left-style: solid;
	/* background-color: #FFFFFF;*/
	border-color: #fe9807;
}
.whitebgtd {
	background: #ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.tableshdtd {
	padding: 0px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColAbsHdr #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 */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}







.subtext {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
}
.link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight:normal;
	color: #FF6600;
}
.seemorelink {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight:bold;
	color: #FF6600;
}
.promolink {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight:normal;
	color: #FF6600;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
}
.menulink {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 7px;
	display: block;
}
.menuindent {
	padding: 10px 2px 10px 10px;
}
#menucontent a:hover {
	color: #FF6600;
}
.navheading {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight:normal;
	color: #999999;
	text-decoration: none;
}
.postheading {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
}
.postlink {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #66CC00;
}
.userappending {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #FF9900;
}
.usercurrent {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #66CC00;
}
.userdisabled {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #CC0000;
}
.searchmessage {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #CC0000;
}
.name {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #666699;
}
.postblock {
	display: block;
	margin-bottom: 20px;
}
.breadcrumbs {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
}
#recentlist {
	padding-left: 5px;
	overflow: auto;
	height: 180px;
	width: 165px;
}
.recentlink {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight:normal;
	color: #FF6600;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 5px;
}
.brandtitle {
	font-size: 28px;
	color: #FFFFFF;
	margin-left: 15px;
}
.thrColAbsHdr #container #header #bannerad {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
