body {
	
	background-color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Arial";
	font-size: 15px;
	color: #909090;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

em {
	color: rgb(80, 80, 80);
	font-size: 14px;
}

strong {
	font-size: 18px;
	font-weight: bold;
	color: rgb(45, 45, 45);
	text-shadow: 0px 1px 0px white;
}

a {
	color: rgb(55, 55, 55);
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px white;
}

#header {
	height: 80px;
	border-bottom: 1px solid rgb(163, 163, 163);
	text-align: center;
	padding-top: 20px;
}

#logo {
	font-size: 36px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 auto;
	width: 400px;
	color: rgb(35, 35, 35);
}

#navigation {
	width: 400px;
	margin: 0 auto;
}

#navigation > a {
	color: rgb(110, 110, 110);
	text-decoration: none;
	text-transform: lowercase;
	padding: 2px;
}

#navigation > a#apps {
	margin: 0px 30px 0px 30px;
}

#navigation > a.active {
	border-bottom: 1px dotted rgb(110, 110, 110);
}

#content {
	padding: 50px;
	background-color: rgb(225, 225, 225);
	border-top: 1px solid rgb(210, 210, 210);
	border-bottom: 1px solid rgb(210, 210, 210);
	height: 250px;
	overflow: hidden;
	color: #505050;
}

#applications {
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}

.application {
	width: 128px;
	text-align: center;
	margin-right: 35px;
	margin-left: 35px;
	display: none;
	position: relative;
}

.application > img {
	margin-bottom: 10px;
}

a.download > img {
	margin-top: 10px;
}

a.visit > img {
	margin-top: 10px;
}

.application_container {
	width: 750px;
	margin: 0 auto;
	margin-top: 20px;
}

#content_container {
	width: 750px;
	margin: 0 auto;
}

.about_container {
	padding-top: 40px;
}

.websites_container {
	padding-top: 20px;
}

.application_summary {
	width: 128px;
	text-align: center;
	margin-right: 60px;
	float: left;
}

.application_info {
	text-align: left;
	width: 500px;
	float: left;
}

#footer {
	text-align: center;
	font-size: 12px;
	border-top: 1px solid rgb(163, 163, 163);
	padding: 10px;
}

#footer > a {
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

#error_404 {
	font-weight: bold;
	font-size: 32px;
	color: rgb(35, 35, 35);
	text-align: center;
	margin-top: 75px;
}

#error_info {
	text-align: center;
}

.highlight {
	color: #359;
}
