body {
	background-color: #FDF8F0;
	margin: 0px;
	padding: 0px;
}
#homepage-container-outer {
	background-color: #D2B48F;
	height: 500px;
	background-repeat: no-repeat;
	background-position: top left;
}
#homepage-container-inner {
	height: 500px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 37px 0 0 200px;
}
#homepage-content {
	margin: 0px auto;
	position: relative;
	width: 518px;
	height: 450px;
}

#to-all-top { position: absolute; width: 518px; height: 118px; left: 0px; top: 0px; }
#to-all-left { position: absolute; width: 29px; height: 75px; left: 0px; top: 118px; }
#to-all-right { position: absolute; width: 24px; height: 75px; left: 494px; top: 118px; }
#to-all-bottom { position: absolute; width: 518px; height: 118px; left: 0px; top: 193px; }

#to-all-visitors {
	position: absolute;
	width: 465px;
	height: 75px;
	left: 29px;
	top: 118px;
	background-color: #E8D9BE;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	font-family: georgia, verdana, "times new roman", times, serif;
}

#navigation-seminar-table {
	position: absolute;
	top: 238px;
        left: 0px;
}


#navigation {
	position: relative;
	width: 218px;
	border-right: 1px solid black;
        line-height: 125%;
}
#navigation ul {
	position: relative;
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0 25px 0 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	text-align: right;
}
#navigation a {
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#navigation a:hover {
	font-weight: bold;
}
#upcoming-seminars {
	position: relative;
	width: 300px;
}
#upcoming-seminars div.container {
	margin-left: 25px;
	text-align: left;
	font-size: 11px;
	font-family: georgia, verdana, "times new roman", times, serif;
}
#upcoming-seminars div.seminar {
	margin-top: 5px;
}
#upcoming-seminars div.seminar div.date {
	font-weight: bold;
}
#upcoming-seminars div.seminar div.title {
	font-weight: bold;
	color: white;
}

