body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

a {
	color: #252525;
}

h1 {
	position: absolute;
	top: 15px;
	left: 20px;
}


/* The font info is there in case Cufón can't do its magic. */

#front-and-center {
	height: 470px;
	position: relative;
	background: #a3d4f3 url(../Images/front-and-center-backdrop.png) center;
}

#front-and-center-shadow {
	position: absolute;
	top: 0; left: 0; right: 0; height: 29px;
	background: url(../Images/shadow-down.png) repeat-x;
	background-color: transparent;
	z-index: 1;
}

#front-and-center-shadow-bottom {
	position: absolute;
	left: 0; right: 0; bottom: 0; height: 29px;
	background: url(../Images/shadow-up.png) repeat-x;
	background-color: transparent;
	z-index: 1;
}

#front-modules {
	width: 648px;
	margin: 0 auto;
	z-index: 250;
	height: 100%;
	overflow: hidden;
}

.front-module {
	float: left;
	width: 324px;
}

.front-module p {
	font: 18px "Delicious SmallCaps", "Delicious-SmallCaps", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.front-module .link, .front-module .link a {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}

.front-module .link {
	padding: 15px;
}

#footer {
	padding: 20px;
	font-size: 11px;
	text-align: center;
	margin: 30px;
	margin-top: 70px;
	border-top: 1px solid #ccc;
	color: #555;
}

#software p, #software ul {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}

#software p {
	font-size: 14px;
}

#software li {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#software li {
	display: inline-block;
}

#software h2 {
	color: #005ee0;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
}

#software * a, #software strong {
	font-weight: bold;
}

#software li a {
	color: #777;
}

#software {
	clear: both;
	padding-top: 20px;
	margin-left: 5%;
	margin-right: 5%;
}

