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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EDEDED;
	line-height: 15px;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 951px;
	margin: 0 auto;
	text-align: left;
} 
#clear{
	clear: both;
	}
.thrColAbsHdr #headerTop {
	height: 27px;
	padding-top: 5px;
}
h1 {
	font-size: 22px;
	color: #2F78A6;
	line-height: 24px;
}
h2 {
	color: #069;
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #369;
}
.thrColAbsHdr #header {
	height: 148px;
	background-image: url(/images/Futures-Trading-Signals-HeaderBG.gif);
	width: 951px;
} 
#logo {
	height: 100px;
	width: 390px;
	padding-top: 30px;
	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: #666;
	padding-top: 5px;
	padding-right: 10px;
}
#top-web a{
	color: #333;
	text-decoration: none;
}
#top-web a:hover{
	color: #3B5D72;
	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 {
	border: 1px solid #CCC;
	background-color: #FFF;
	height: 100%;
} 
.thrColAbsHdr #container #mainBody #mainContent p img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.special-box {
	background-color: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
}
#mainContent p a {
	color: #069;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#mainContent p a:hover {
	color: #333;
	text-decoration: none;
}
.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;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.thrColAbsHdr #mainContent {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 585px;
}
.thrColAbsHdr #footer {
	font-size: 9px;
	color: #666;
	margin-top: 4px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p a {
	text-decoration: none;
	color: #666;
}
.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;
}
.phones {
	text-align: center;
}
.instructions {
	padding-right: 80px;
	padding-left: 80px;
}
#join-wide {
	width: 400px;
	height: 106px;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(../images/SignUpToday-FTS-wide.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#join-wide:hover  {
	background-position: 0 -105px;
}

#join-wide1  {
	width: 400px;
	height: 106px;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(../images/JoinNow-FTS-wide.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#join-wide1:hover  {
	background-position: 0 -105px;
}
#sub-nav {
	color: #333;
}
#sub-nav a:hover {
	color: #666;
	text-decoration: underline;
}
#sub-nav a {
	text-decoration: none;
	color: #069;
}
#sub-navB {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
#form1 {
	background-image: url(/images/free-samples-bg.gif);
	height: 231px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
#form-signup {
	float: right;
	width: 100px;
	position: relative;
	padding-right: 50px;
	padding-top: 80px;
	margin-right: 70px;
}
.testimonial{
	font-style: italic;
	padding: 10px;
	border: 1px solid #069;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	width: 885px;
	text-align: left;
}
.testimonials-header{
	font-size: 16px;
	width: 560px;
	padding: 5px;
	color: #069;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	line-height: 22px;
}
#services {
	background-image: url(../images/about-fts-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 242px;
	width: 580px;
	text-align: center;
	padding-top: 3px;
}
#services2 {
	background-image: url(../images/about-fts-bg1.gif);
	background-repeat: repeat;
	background-position: center top;
	width: 586px;
}
#services1 h2 {
	background-color: #069;
	color: #FFF;
	vertical-align: middle;
}
#services1 h3 {
	color: #F90;
	background-color: #069;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.realtime img {
	float: left;
	padding-right: 5px;
}
.box {
	border: 1px solid #CCC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bullets {
	padding-left: 180px;
}
.login-phone {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.certificate {
	background-image: url(../images/certificate.gif);
	background-repeat: no-repeat;
	height: 260px;
	width: 495px;
	padding-top: 42px;
	padding-right: 42px;
	padding-left: 42px;
}
.thrColAbsHdr #mainContent1 {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 910px;
	text-align: center;
}
.pleasenote {
	font-size: 9px;
	color: #666;
	line-height: 10px;
}

