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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
	background-image: url(images/TheTechnicalTraders-Site-BG.gif);
	background-repeat: repeat-x;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/TheTechnicalTraders-BG.gif);
} 
#clear{
	clear: both;
	}
.thrColAbsHdr #headerTop {
	height: 27px;
	background-color: #000;
	background-image: url(images/TheTechnicalTraders-Header-Top.gif);
}
h1 {
	font-size: 22px;
	color: #069;
}
h2 {
	color: #369;
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #369;
}
.thrColAbsHdr #header {
	height: 146px;
	background-color: #999;
	background-image: url(images/TheTechnicalTraders-Header-Membership-BG.jpg);
} 
#logo {
	height: 132px;
	width: 316px;
	padding-top: 8px;
	padding-left: 20px;
	float: left;
}
#login {
	float: right;
	height: 140px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#login a{
	color: #333;
	text-decoration: none;
}
#top-web {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
}
#top-web a{
	color: #FFF;
	text-decoration: none;
}
#top-web a:hover{
	color: #CCC;
	text-decoration: none;
}
.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 #mainBody {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColAbsHdr #sidebar1 {
	position: relative;
	left: 0;
	width: 280px; /* 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 */

	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColAbsHdr #sidebar2 {
	position: relative;
	right: 0;
	width: 280px; /* 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 */
	float: right;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColAbsHdr #mainContent {
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 325px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #999;
	font-size: 9px;
	color: #000;
} 
.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 */
}
.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;
}
a {
	color: #069;
	text-decoration: none;
}
