html>body { background: #000; background-image: url(../images/home_back.gif); padding-top: 30px;}
body { background: #000; background-image: url(../images/home_back.gif); padding-top: 30px;}/* IE6 only */

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */	
	/*background-color:#000;    removed IE6 conflict*/
}

#mainContent { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: Arial, Helvetica, sans-serif, Times;
	color:#FFF;
	width: 560px;
	float:left;
} 

#links  {
	float: right;
	width: 200px;
	padding-top: 13px;
}

#links #newDev {
    background-image: url(../images/newdevstar.gif);
    background-repeat: no-repeat;
    height:25px;
}

#links h3 { padding-left: 30px; }

#links #collection { padding-left: 30px; }

#bottomcontent a, #links a, a:visited {
	text-decoration: none;
	color: #FFF;
}

#bottomcontent a:hover, #links a:hover { color: #FFFF00; }
	
#bottomcontent {
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar1 {
	/* float: right; since this element is floated, a width must be given */
	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 */
	padding: 15px 10px 0px 40px;
	font-family: Times New Roman;
	color:#FFF;
	height: auto;
	float:left;
    background: transparent;
}

#sidebar1 a, a:visited {
	text-decoration: none;
	color: #FFF;
}

#sidebar1 a:hover {
	text-decoration: none;
	color: #FFFF00;
}

#sidebar1>hr  {
    color: #fff;
    height: 1px;
}

.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:inherit;
	font-size: 1px;
	line-height: 0px;
}

.clear { float: left; width: 1px; }
