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;
}
.ai #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. */
} 
.ai #h1 { 
	margin: 0;
	padding: 0px 0px 0px 0px;  
	width: 1024px; 
}
.ai #h2 {
	margin: 0;
    	padding: 0px; 
	width: 1024px; 
}
.ai #h3 {
	margin: 0;
	padding: 0px; 
	width: 1024px; 
}
.ai #h4 {
	margin: 0;
    	padding: 0px;  
	width: 1024px; 
}
.ai #sidebar1 {
	float: left;
	width: 0px; 
	margin 0px;
}
.ai #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;
}
.ai #mainContent { 
	margin: 0px;
	width: 700px;
	padding: 50px 100px 100px 100px; 
	/* first = space from top -- second = space from left -- third = space from bottom -- fourth = space from right*/
	background: url("slices/carpet_left.gif") repeat-y;
}

.ai #f1 { 
	margin: 0px;
	padding: 0px 0px 0px 0px;  
	width: 1024px; 
	background: url("slices/carpet_left.gif") repeat-y;
}
.ai #f2 {
	margin: 0px;
    	padding: 0px; 
	width: 1024px; 
	background: #FDE8C9 url("slices/carpet_left.gif") repeat-y;
}
.ai #f3 {
	margin: 0;
	padding: 0px; 
	width: 1024px; 
}
.ai #f4 {
	margin: 0;
	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;
}
