html, body {
	margin: 0;
	padding: 0;
}
* #wrapper {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header-image{
	margin: 0;
	display: block;
	height: 269px;
	background: url(/images/header.jpg) no-repeat;
}

h1, h2, h3, h4{
	text-align:center;
	font-weight: bold;
	color: #000;
}

#footer {
	background: url(/images/~footer.jpg) no-repeat;
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 269px;
	bottom: 20px;

}

#footer p {
	text-align: center;
	font-size: small;
}

.presentation {
	float: left;
	width: 316px;
	padding: 0 5px;
}

.presentation a {
	display: block;
	width: 316px;
	height: 280px;
	padding: 20px 0;
}

	.presentation a:link,
	.presentation a:visited,
	.presentation a:visited:hover,
	.presentation a:focus,
	.presentation a:focus:hover,
	.presentation a:hover,
	.presentation a:active,
	a:link h1.inner,
	a:visited h1.inner,
	a:visited:hover h1.inner,
	a:focus h1.inner,
	a:focus:hover h1.inner,
	a:hover h1.inner,
	a:active h1.inner {
	text-decoration: none;
}

a:hover h4, a:hover h1.inner {
	text-decoration: underline;
	color: red;
}

.presentation h4 {
	text-transform: uppercase;
	margin: 0 10px 10px 10px;
	width: 296px;
	color: #308700;
}

.powerpoint {
	display:block;
	Margin:20px auto;
	width:750px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

.clear {
	clear: both;
}