body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	color: #000000;
}
.ed #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FDE8C9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.ed #h1 {
	background: #000000;
	margin: 0;
	padding: 0px 0px 0px 0px;  
	width: 1024px; 
}
.ed #h2 {
	margin: 0;
    	padding: 0px; 
	width: 1024px; 
}
.ed #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background: #FDE8C9;
	padding: 15px 10px 15px 20px; 
	margin 0px;
}
.ed #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
	background: #FDE8C9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin 0px;
}
.ed #mainContent { 
	margin: 0px;
	width: 700px;
	padding: 100px 10px 15px 250px;
	/* first = space from top -- second = space from right -- third = space from bottom -- fourth = space from left*/
}
.ed #swatches { 
	margin: 0px;
	width: 800px;
	padding: 50px 10px 15px 115px;

}
.ed #install { 
	margin: 0px;
	width: 700px;
	padding: 50px 10px 15px 250px;
	
}
.ed #f1 { 
	margin: 0px;
	padding: 50px 10px 15px 20px;
	width: 1024px; 
}
.ed #f2 {
	margin: 0px;
    	padding: 0px; 
	width: 1024px; 
}
a:link, a:visited {text-decoration: none; color: blue}
a:hover {text-decoration: underline; color: white; background: blue}
font {
	font-family: "Times New Roman", Times, serif;
}
