body {
	margin:0;
	padding:0;
}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 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. */
	margin-top:0;
	padding-top:0px;
}

.twoColFixLtHdr #main {
	margin-top:10px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:auto;
}

	.main_content {
	}
	
		#main_content_body {
			margin-top:3px;
			padding:0 20px 20px 20px;

		}
		
		.main_content_left	{
			float: left;
			width: 180px;
		}
		
		.main_content_right	{
			position:absolute;
			margin-left:660px;
			width: 292px;
			margin-top:80px;
			padding-bottom:40px;
		}

#content	{
	width: auto;
}

#header {
	position:static;
	float:inherit;
	width:100%;
	background-image:url(img/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:259px;
}
#header img	{
	float:right;
	margin-top:180px;
	margin-right:70px;
	margin-bottom:15px;
	margin-left:15px;
}

.topnav	{
	height:29px;
	width:840px;
	margin-bottom:30px;
}

#leftnav	{
}

#topimage	{
	height: 155px;
	margin-bottom:0;
}

#breadcrumbs	{
}

#breadcrumbs p	{
	margin-left:0;
	width:560px;
}

#cartstatus {
	float:right;
	margin-top:-40px;
	margin-right:20px;
	height:20px;
}

.text, #news	{
	padding: 0;
	margin-bottom:10px;
}

#sxd_sig {
	width:auto;
	margin-top:10px;
	margin-bottom:30px;
	font-size:12px;
}


#footer	{
	margin-top:20px;
}

#header, .topnav, #topimage, #breadcrumbs, #main {
margin-left:20px;
margin-right:20px;
}

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


