* {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #111;
}

body {
	background: #ffd51f;
}

a, a:hover {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

div#overall {
	height: 680px;
	width: 910px;
	margin:0 auto;
}

#top {
	height:185px;
	padding-top:180px;
	background:url(img/bg.start.top.jpg) no-repeat;
}

#middle {
	width:710px;
	margin:2px auto;
	height:20px;
	padding-right:10px;
}

#middle p {
	width:600px;
	line-height:1.9;
	margin: 0 auto;
	font-weight:bold;
	text-align:center;
}

#middle p, #middle a {
	font-size:11px;
}

#bottom {
	height:315px;
	padding-top:15px;
	background:url(img/bg.start.bottom.jpg) no-repeat;
}

.slide-box {
	margin-left:170px;
	width:570px;
	height:170px;
	overflow:hidden;
	position:relative;
	z-index:1000;
}

.slide-box p.left, .slide-box p.right {
	position:absolute;
	top:0;
	height:170px;
	width:40px;
	background:url(img/fade.white.left.png) no-repeat;
	z-index:1000;
}

.slide-box p.right {
	right:0;
	background-image:url(img/fade.white.right.png);
}

.slide td {
	padding:0 40px;
}

.slide h2, .slide p {
	width:290px;
	margin:5px 10px;
}

.slide h2 {
	font-size:16px;
	padding-bottom:5px;
	margin:20px 10px 5px 10px;
}

#slide-1 h2, #slide-1 img, #slide-1 p {
	float:right;
	text-align:right;
}

#slide-1 h2 {
	background:url(img/fade.line.right.gif) no-repeat right bottom;
}

#slide-2 h2, #slide-2 img, #slide-2 p {
	float:left;
}

#slide-2 h2 {
	background:url(img/fade.line.left.gif) no-repeat left bottom;
}

a.button {
	padding-left:15px;
	font-weight:bold;
	background:url(img/bg.link.gif) no-repeat left;
}
