body {
	margin: 0 auto;
	text-align: center;
	background-image: url(images/repeat.jpg);
	background-repeat: repeat-x;
	background-color: #025b8c;
}
#wrapper {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	font-family: verdana;
	color: #025b8c;
}
#head {
	height: 134px;
}
#main {
	background-image: url(images/boxes.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	top: -16px;
	padding-left: 20px;
	color: #025b8c;
	font-size: 11px;
	font-weight: bold;
}
#main ul {padding-bottom: 130px;}
#main li {
	display: block; 
}
#seminars {
	position: absolute;
	top: 210px;
	left: 300px;
	width: 340px;
}
#sponsors {
	border-top: thin #cbc9c9;
	background-color: #fff;
	color: #595959;
	font-size: 11px;
	position: relative;
	top: -16px;
	padding-left: 3px;
	font-weight: bold;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 3px;
}

.dates {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f1f5f7;
	margin-left: 18px;
	padding-left: 5px;
	color: #d8760a;
	width: 680px;
	font-size: 10px;
}
.dates a {padding-left: 20px;}
img {border: 0px;}
.title {font-size: 17px; font-weight: bold; width: 388px; line-height: 25px; }
.gray {color: #7c7a7a; width: 680px; font-size: 11px; font-weight: normal;}
.indent {padding-left: 18px;}
.button {margin-left: -20px;}
.spacey {height: 40px;}
