body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-image: url(http://www.dphantom.com/images/bg_image.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #FF9935;
	font-size: 10pt;
	color:#FF9900;
	text-align:right;

}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header { 
 	background-image: url(http://www.dphantom.com/images/header.gif);
	height: 110px;
	text-align:left;
	width: 900px;
} 
.twoColFixRtHdr #buttons {
	border: 0;
	height: 32px;
	background-color:#000000;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	padding-top: 5px;
	background: #000000;
	text-align: center;
	vertical-align: top;
}
.twoColFixRtHdr #partners_img {
	margin: 0 480px 0 0;
	background-color: #000000;
}
.twoColFixRtHdr #tutorial_img {
	margin: 0 319px 0 20px;
	background-color: #000000;
}
.twoColFixRtHdr #tutorial_des {
	width:305px;
	float:right;
	background-color: #000000;
	text-align: justify;
	padding-left: 10px;
}
.twoColFixRtHdr #tutorial_num {
	width:15px;
	float:left;
	background-color: #000000;
	text-align: justify;
}
.twoColFixRtHdr #partners_text {
	float: right;
	width: 460px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	padding-top: 5px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
} 
.twoColFixRtHdr #login_control {
	text-align: right;
	padding-top: 10px;
	margin-left: 224px;
	padding-left: 20px;
}
.twoColFixRtHdr #partners_title {
	text-align:left;
	font-size:12pt;
}
.twoColFixRtHdr #footer {
	background:#000000;
	color:#FF9900;
	background-image:url(http://www.dphantom.com/images/footer.gif);
	height:15px;
	font-size: 10px;
	text-align:center;
}
.twoColFixRtHdr #include_ads {
	height:90px;
	text-align: center;
}
.twoColFixRtHdr #copyright {
	background:#000000;
	color:#FF9900;
	height:15px;
	font-size: 10px;
	text-align:center;
}
.partners_table {
	background:#000000;
	color:#FF9900;
	text-align:center;
}
.partners_text {
	background:#000000;
	color:#FF9900;
}
.twoColFixRtHdr #logo {
	width:224px;
	height:110px;
	float:left;
	vertical-align:bottom
	max-height: 110px;
	overflow:hidden;
	text-align:right;
	display:inline;
}
.text_field {
	background:#000000;
	color:#FF9900;
	border: 1px solid #FF9900;
	width: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
.style1 {font-size: 10px}
.style2 {font-size: 10pt}
