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 */
	background-image:url(../../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #main {
	width: auto;
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#rightcontent {
	float:right;
	width:250px;
	}

	#products	{
		padding:25px;
	}
	
	#products td	{
		padding-right:10px;
	}
	
	#products h2	{
		margin:0;
		padding:0;
	}
	
	#products a, #products p {
		margin:0;
		margin-top:8px;
		text-align:center;
	}

.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;
}


#topic_buttons {
	text-align:right;
}
	#topic_buttons img {
		padding-left:20px;
		padding-bottom:25px;
	}

#topbar {
	padding: 3px 0 0 20px;
	margin-bottom:20px;
	height:22px;
}
	
	#topbar_right {
		float:right;
		margin-right:20px;
		margin-top:4px;
	}

#header {
	width:570px;
	height:100px;
}

#footer	{
	padding-top:0px;
	text-align:right;
	margin-bottom:20px;
}
	
