body
{
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

#header {
	border-left-color: #999999;
	border-right-color: #999999;
	border-top-color: #999999;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(images/gradient.jpg);
	position: relative;
	width: 800px;
	height: 290px;
	margin: 18px auto 0;
}

#title { width: 800px; top: 0px; position: absolute; visibility: visible; }

#returnhome {
	position: absolute;
	left: 0;
	top: 70px;
}
#returnhome a {
	text-indent: -9999px;
	display: block;
	width: 137px;
	height: 53px;
	background: url(images/return_home.jpg) no-repeat;
}

#download {
	width: 264px;
	position: absolute;
	left: 150px;
	top: 180px;
	padding: 5px;
}

#download a
{
	text-decoration: none;
	display: block;
	background-image: url(images/snapperdownload.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	height: 55px;
}

#download p
{
	font-size: 10px;
}

#download a:hover #download_info
{
	display:block;
}

#download_info
{
	display: none;
	position: absolute;
	top: 5px;
	width: 250px;
	left: 270px;
	padding: 3px;
	border: 1px solid grey;
}
#download_info p
{
	font-size: 0.8em;
	margin-bottom: 0;
}

#donate {
	position: absolute;
	top: 180px;
	width: 250px;
	left: 680px;
	padding: 3px;
}

#body {
	border-left-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	width: 800px;
	position: relative;
	margin: 0 auto 25px;
}

.feature
{
	width: 800px;
	position: relative;
	margin-bottom: 35px;
}

.feature .tagline
{
	position: absolute;
	width: 260px;
	left: 48px;
	top: 0;
	margin-top: 15px;
}

.feature .description
{
	position: relative;
	left: 336px;
	width: 400px;
	top: 0;
}

p { color: #666; font-size: 16px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin-top: 0; }

h1 { color: #666; font-size: 60px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; text-align: center; letter-spacing: -1px; width: auto; margin-bottom: 0 }

h2 { color: #778fbd; font-size: 1.3em; font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin: 5px 0 0; }

h3 {
	margin: 0;
	color: #778fbd;
	font-size: 25px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: -1px;
	width: auto;
}

h4 {
	color: #666;
	font-size: 1.4em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	width: auto;
	margin: 0 auto;
}

.floatright
{
	padding: 10px 0 5px 5px;
	float: right;
}
.floatright img
{
	border: none;
}

p.preamble
{
	text-align: center;
}

#footer
{
	text-align: center;
}

a { color: #666; text-decoration: underline; }
