body {
	background: url('graph/body.jpg') repeat-x;
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:center;
	font-size:12px;
}
body a, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}
#container {
	width: 1000px;
	margin:auto;
}
html>body #container {
	width: 1000px; /* ie5win fudge ends */
}
#menu {
	background: url('graph/header.jpg') no-repeat;
	height:240px;
	text-align:center;
	padding: 173px 240px 0 240px;
	margin: 0;
}	
#content {
	background: url('graph/middle.jpg') repeat-y;
	text-align:justify;
	padding: 0 220px 50px 220px;
	margin: -193px 0 0 0;
}
#footer {
	background: url('graph/footer.jpg') no-repeat;
	height:70px;
	margin: -13px 0 0 0;
	padding: 5px 0 0 0;
}	
#content ul li {
	background:none;
	margin:0;
	list-style:none;
	float:none;
	width:auto;
	text-align:left
	font-weight:bold;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
ol {
	padding:10px;
	margin:0;
	list-style:decimal;
}
ol li {
	list-style:decimal;
}
ul li {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	width:6em;
}
h1 {
	font-size: 16px;
	text-align: center;
}
h4 {
	font-size: 12px;
	text-align: left;
	margin:0;
	padding:0;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.small {
	font-size: 9px;
}
.bold {
	font-weight:bold;
}
.red {
	color: #f00;
}