/* General */
a {
	color: black;
}
a:hover {
	color: #343E23;
	text-shadow: #ACC97E 0 0 2px;
}
a img {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #5589E1;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Futura, Verdana;
	color: #233116;
}
#logo, h1 {
	text-align: center;
	font-weight: normal;
}
#content {
	width: 576px;
	padding: 0 100px;
	margin: 0 auto;
}
ul {
	padding: 0;
}
#footer {
	margin-top: 2em;
	text-align: center;
	font-size: 70%;
}
/* Leaves */
#leaf1, #leaf2 {
	background-repeat: no-repeat;
	background-position: top left;
	width: 776px;
	height: 50px;
	margin: 0 auto -50px auto;
}
#leaf2 {
	background-position: right top;
}
/* Specifics */
.index #content, .apps {
	text-align: center;
}
table.apps {
	width: 70%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
	margin-bottom: 2em;
}
.apps a {
	text-decoration: none;
}
.apps li {
	margin-top: 1em;
}
#links {
	text-align: center;
}
.specialLicense td {
	font-family: Verdana;
}
.right {
	text-align: right;
}
.description {
	font-size: 75%;
}
.light {
	font-weight: lighter;
	color: #233116;
}
