#homepage a {
	text-decoration: none;
}
#homepage a:hover {
	text-decoration: underline;
}
#homepage a img {
	border: 0;
}
#homepage div.head {
}
#homepage table.body {
    margin: 1em auto;
}
#homepage table.body td {
    color: #ffffff;
    margin: 1em;
}
#homepage table.body a {
    color: #ffffff;
}
#homepage div.promotion {
    background: #8ac13e;
    margin: 5px;
    padding: 5px;
}
#homepage div.slide {
    margin: 0 auto;
    position: relative;
    height: 150px;
    width: 190px;
}
#homepage div.left {
    background: transparent url('images/slideshow-left.png') left top no-repeat;
    cursor: pointer;
    position: absolute;
    top: 60px;
    left: 3px;
    height: 17px;
    width: 15px;
}
#homepage div.right {
    background: transparent url('images/slideshow-right.png') right top no-repeat;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 3px;
    height: 17px;
    width: 15px;
}
#homepage div.image {
	margin: 0 20px;
}
#homepage div.image img {
	display: none;
	position: absolute;
	bottom: 0;
}
#homepage h3.name {
    margin: 0.375em auto 0 auto;
    text-align: center;
}
#homepage table.body p {
    margin: 0 auto;
    text-align: center;
}

