* {
	margin: 0;
	padding: 0;
}

body {
	font: small 'Lucida Grande', Verdana, sans-serif;
}

a:link,
a:visited {
	color: #0066CC;
}

a:hover,
a:active {
	color: #FF6633;
}

#wrapper {
	margin: 50px;
	width: 650px;
	position: relative;
	left: 50%;
	margin-left: -325px;
}

h1,
h2,
h3 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
}

h1 {
	margin: 0 0 1.5em;
	font-size: 200%;
	color: #FF6633;
}

h2 {
	margin: 2em 0 1em;
	font-size: 150%;
	color: #000;
}

h3 {
	margin: 2em 0 1em;
	font-size: 120%;
	color: #000;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

#siteinfo {
	margin-top: 4.5em;
	font-size: 90%;
	color: #808080;
}

#home #branding {
	margin: 0 0 0 150px;
	width: 300px;
	height: 56px;
	background: url(/images/logo.png) no-repeat;
	text-indent: -5000px;
}

#home p {
	margin: 0 0 2.25em;
	font-size: 110%;
	line-height: 2.25;
	text-align: center;
}

#home p.highlight {
	margin: 2.5em 0;
	font-size: 150%;
	line-height: 1.5;
	text-align: center;
}

#home #siteinfo {
	margin-top: 4.5em;
	font-size: 100%;
	text-align: center;
}