body {
	
	text-align: center;
	margin:  0px;
	padding:30px 0px;
}

#container { 
	width: 733px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/content_fill.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

#column1 {
	float:left;
	width:225px;
	
}

#column2 {
	
	float:left;
	width:225px;
	margin: 0px;
	
	
}

#center_line {
	width:17px; 
	height:100%; 
	text-align:center;
	float:left;
	margin:120px 2px 0px 2px;
	vertical-align:middle;
}
.sidepapers {
	
	position:absolute;
	top:230px;
	right:-66px;
	overflow:hidden;
}

#header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:733px;
	border:none;
	text-decoration:none;
} 

#left_nav {
	float:left;/*was float right in table*/
	padding:0;
	margin:0;
	position:relative;
	width:219px;
	height:474px;
	background-image:url(../images/nav.jpg);
	-adbe-g:p,10,10;
}

#order_buttons {
	width:100%;
}

#navbox {
	position:absolute;
	top:50px;
	left:0px;
	width:218px;
	height:255px;
	-adbe-c:c;
}


#content {
	width: 483px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 225px;
	font-size: 14px;
}
	
#pre_footer { 
	padding: 0px 10px 0px 20px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;

} 

#footer { 
	padding:0px 10px 0px 20px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	background:url(../images/bottom.jpg);
	background-repeat:no-repeat;
height:213px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		vertical-align:bottom;
}
.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;
}
