* {
	margin:0;
	padding:0;
}

body {
	background:#F7F7F7;
	font-family:Helvetica, Sans-Serif;
	color:#444;
	font-size:1em;
     line-height:1.5em;
     text-rendering:optimizeLegibility;
}

h1, h2 {
     font-weight:normal;
}

a {
	color:#248;
}

a img {
	border:none;
	border-bottom:none;
}

#wrapper {
	width:750px;
	margin:0 auto;
}

#header {
	padding:15px;
}

#header #title {
	font-size:1.3em;
}

#header small {
	text-transform:none;
	font-weight:normal;
}

#header a {
	border:none;
}

#splashimg {
	height:400px;
	padding:0 !important;
	padding-bottom:0 !important;
	border-bottom:none !important;
	background:black;
}

#splashimg a img {
	border:0 !important;
}

#text {
	padding-top:15px;
}

#copy {
	font-size:0.8em;
	text-align:right;
	margin-bottom:0;
}

#slideshow {
	margin:0 -50px -100px -50px;
}

.block {
	background:none;
	margin-bottom:50px;
	padding:20px;
}

.shadow {
     -moz-box-shadow:2px 3px 5px #666;
	-webkit-box-shadow:2px 3px 5px #666;
	box-shadow:2px 3px 5px #666;
}

h1 {
	margin-bottom:1.5em;
	font-size:1.2em;
	text-transform:uppercase;
	font-family:Futura, sans-serif;
}

small {
	font-size:70%;
}

acronym {
	font-variant:small-caps;
}

p {
	margin-bottom:1em;
	line-height:25px;
}

p:last-of-type {
	margin-bottom:0;
}

