  body {
	background-color: #e5e5e5; /* The background color of the page */
	font: 95%/1.3 Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 25px;
}
#container {
	background-color: #ffffff;
	/* font-size: 1em */ ;
	float: left;
	position: relative;
	width: 53em;
	border: 1px solid #999999;
}

/**/
/ LEFT COLUMN ****/
/**/

#leftSide {
	float: left;
	width: 15.5em;
	background-color: #ffffff;
	border-right: 1px solid #999;
}
h1 { /* This is the "Thomas W. Wieting" heading. */
	font-size: 1.25em;
	color: #666666;
	background: #ffdddd /* url(images/shinybar-333.gif) top repeat-x */ ;
	text-align: center;
	letter-spacing: .083333em;
	padding: .25em 0;
	border-bottom: 1px solid #999999;
	margin: 0;
}
#navigation {
	padding: 0 0 0 .83333em;
}
#navigation a {
	color: #666666; /* Defines the color of the main navigation links. Left side. */
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
}
#navigation dt {
	font-weight: bold;
	padding: 0;
	margin: .83333em 0 .2499em 0;
}
#navigation dd {
	background: url(/math-stats/wieting/images/nav_arrow_dd.gif) 1px .25em no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 .25em 0;
}

/***/
/ RIGHT COLUMN ****/
/***/

#rightSide {
	float: left;
	width: 37.4em;
	border-left: 1px solid #999999;
	margin-left: -1px;
}
#content {
	padding: .85em;
}
h2 {/* This is the heading for each page. */
	font-size: 1.25em;
	color: #666666;
	background: #ddddff /* url(images/shinybar-666.gif) top repeat-x */ ;
	letter-spacing: .083333em;
	padding: .25em .85em;
	border-bottom: 1px solid #999999;
	margin: 0;
}
#content a {
	color: #3333ff; /* The color of the links in the main content area. It used to be #c55d00. */
	text-decoration: none;
}
#content a:hover {
	color: #000000;
}
#content ul {
	padding: 0;
	margin: 0;
}
#content li {
	background: url(/math-stats/wieting/images/arrow_li.gif) 0 40% no-repeat;
	list-style: none;
	padding-left: 8px;
	margin: 0 0 3px 0;
}