body, h1, h2, h3, h4, p, li, input {
	font-family: 'lucida grande', helvetica, arial, verdana, garamond, sans-serif;
}

body {
	background-color: #EEEEEE;
}

img {
	border: none;
}

ul {
	padding: 0px 0px 0px 2em;			/* top, right, bottom, left */
	margin:  0px 0px 0px 0px;
	list-style-type: none;
}

li {
	font-size: 10pt;
	padding: 0px 0px 5px 0px;			/* top, right, bottom, left */
	margin:  0px;
	line-height: 1.2;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#region-left {
	width: 400px;
	float: left;
/* 	background-color: red; */
	height: 100px;
}

#region-center {
	width: 450px;
	float: left;
/* 	background-color: green; */
	height: 100px;
}

#region-right {
	width: 225px;
	float: left;
/* 	background-color: blue; */
	height: 100px;
}

.clear {
	clear: both;
}

.stbutton {
/* 	text-decoration: none; */
}

#appstore-badge {
	margin-left: -20px;
	vertical-align: middle;
}

#icon {
}

#logo {
	width: 477px;
	display: block;
	margin: 0 auto;
}

#screenshot-nav {
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-top: -80px;
	text-align: center;
}

#tag_line {
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 400px;
	font-style: italic;
}

#screenshot-nav img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#iphone-bg {
	background-image: url('/static/passalongapp.com/images/iphone-bg.png');
	width: 389px;
	height: 833px;
	margin: 0 auto;
}

#current-screenshot {
	width: 320px;
	height: 462px;
	position: relative;
	top: 145px;
	left: 37px;
}

#selected-screenshot-id {
	display: none;
}

#footer {
	margin-top: 900px;
	text-align: center;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
}