html {
	width: 990px;
	margin: 0 auto;
	background-color: #1c2940;
	color: #c3cad3;
}

body {
  margin: 15px 50px 45px 50px;
}

p, li {
	line-height: 1.4em;
}

h1, h2, p, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
}

em, h1, h2 {
  font-style: inherit;
  text-shadow: 0px 2px black;
  color: white;
}

h2 {
	font-size: 18px;
  margin-top: 50px;
}

a {
  text-decoration: none;
  text-shadow: 0px 2px black;
	color: #dfad45;
}

a:active {
	color: white;
}

ul, .hint {
  padding-left: 30px;
}

.hint {
  font-size: 14px;
	color: #959aa2;
}

h2.menu {
	text-align: center;
}

h2.menu a {
  color: inherit;
}

img {
	border: none;
}

div.topPadding {
	height: 30px;
}

.indent {
	padding: 0;
	margin: 0 20px 25px 0;
	display: inline;
	float: left;
}

#appTitle {
	margin-top: 26px;
	margin-bottom: 5px;
}

#appTitle a {
	color: white;
}

#appComment {
	margin-top: 5px;
}

div.separator {
	margin: 0px;
	height: 5px;
}

div.titleContainer {
  float: left;
  margin: 0;
  width: 475px;
	padding-right: 10px;
}

div.screenshotContainer {
	float: right;
	text-align: center;
}

div.descriptionContainer {
  float: left;
  margin: 0;
  width: 475px;
	padding-right: 10px;
}

div.detailsContainer {
}

.onTheAppStore {
	text-align: center;
	margin: 50px 0 0 0;
}

div.clearLeft {
	clear: left;
}

div.clear {
	clear: both;
}

