body {
	font-size: 16px;
	font-family: "Gill Sans", "Verdana", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #e1557e;
	text-decoration: none;
}
a:hover {
	color: #ff618f;
	background-color: #fcffd2;
	border-bottom: 1px dotted #e1557e;
}
a img {
	border: none;
}
a:hover img:hover {
	border: none;
	background: none;
}
#wrap {
	width: 730px;
	margin: auto;
}
#header {
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(green-box.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#header h1 {
	position: relative;
	width: 650px;
	height: 90px;
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header h1 span {
	background-image: url(logo2.png);
	width: 650px;
	height: 90px;
	z-index: 1;
	position: absolute;
}
#slogan {
	margin-top: 0;
	text-align: right;
	margin-right: 55px;
	font-weight: normal;
	font-style: italic;
}
#nav-links {
	list-style-type: none;
}
#nav-links li {
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}

.page-title {
	text-align: center;
}

.app-box {
	width: 318px;
	height: 300px;
	margin: 11px;
	padding: 12px;
	float: left;
	position: relative;
}
.blue {
	background-image: url(blue-bg.png);
}
.pink {
	background-image: url(pink-bg.png);
}
.app-box h2 {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0;
	font-size: 32px;
}
.app-box h3 {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
}
.app-box .app-icon {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.app-box .screenshot {
	width: 140px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
.app-box.pink .screenshot {
	float: right;
}
.app-link {
	clear: both;
	margin: auto;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 316px;
}
.app-link img {
	height: 60px;
}
.description {
	padding-top: 10px;
}
#footer {
	padding: 20px;
	text-align: center;
	color: #666;
}
#footer p{
	margin: 0;;
}
.main-column {
	width: 75%;
	margin: auto;

}
#body-404 {
	text-align: center;
}

#contact-form {
	text-align: left;
	width: 34em;
	margin: auto;
}
#contact-form fieldset label {
	display: inline-block;
	line-height: 1.8;
	width: 12em;
	margin-right: 0.5em;
	text-align: right;
	vertical-align: top;

}
#contact-form fieldset ol {
	margin: 0;
	padding: 0;
}

#contact-form fieldset input, #contact-form fieldset textarea, #contact-form fieldset select {
	text-align: left;
	display: inline;
	width: auto;
}

#contact-form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.big-text-warning {
	font-size: 6em;
	margin: 0;
}
.clearing {
	clear: both;
}
