@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
.twoColFixRtHdr #container { 
	width: 950px;  
	background: #000;
	color: #fff;
	margin: 5px auto;
	border: 3px solid #999;
	text-align: left; 
} 
.twoColFixRtHdr #topAds {
	height: 135px;
}
.twoColFixRtHdr #header { 
	background: #000 url(header.gif) no-repeat;
	height: 250px;
	padding: 0 ; 
	border-top: 3px solid #999;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	
	padding: 15px 0;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	
	padding: 15px 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 160px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
}
.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;
}
.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;
}
.goDaddy {
	float: left;
	visibility: visible;
	width: 125px;
	height: 125px;
}
.emailList {
	margin-right: 10px;
	float: right;
	background: #fff;
	padding: 2px;
	border: 1px solid #900;
	margin-top: 135px;
}
.twoColFixRtHdr #mainContent ul li {
	margin: 5px inherit;
	padding-top: 10px;
	border-bottom: 1px solid #999;
}
.twoColFixRtHdr #mainContent ul li a {
	color:#FFF;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent ul li a:hover {
	text-decoration: underline;
}
#rssBox{
	border: 4px solid #fff;
}