body
{
	background: url('../img/header.jpg') #FFF repeat-x top;
	color: #222;
	font-family: "Trebuchet MS", sans-serif 
}

#header
{
	margin-bottom: 1%;
	margin-left: 8%;
	margin-right: 8%;
	padding: 0.5%;
}

#content
{
	margin-bottom: 1%;
	margin-left: 20%;
	margin-right: 20%;
	padding: 0.5%;
}

#content h1
{
	text-align: center;
}

#footer
{
	margin-left: 8%;
	margin-right: 8%;
	text-align: center;
	font-size: small;
}

#logo
{
	float : left;
	margin-left: 10%;
	margin-right: 5%;
}

#description h1
{
	margin-bottom: 0;
}

#description p
{
	margin-top: 0;
	font-size: small;
}

#linkbar
{
	text-align: center;
	padding-top: 1em;
	clear: both;
}

#linkbar li
{
	text-align: center;
	display: inline;
	list-style-type: none;
}

#linkbar a
{
	border-right: solid 1px #023B74;
	border-bottom: solid 1px #023B74;
	padding-right: 1%;
	background: #A0C6ED;
	text-decoration: none;
	color: #333;
	font-size: large;
}

#linkbar a img
{
	border: none;
}

#screenshotlist
{
	text-align: center;
}

#downloadlist li
{
	list-style-type: none;
	margin-top: 2%;
}

#downloadlist li span
{
	display: block;
	font-size: small;
	color: #999;
}

#downloadlist a
{
	font-size: large;
	text-decoration: none;
	color: #333;
}

#downloadlist a img
{
	border: none;
        margin-right: 0.5em;
}

#linkbar a:hover
{
	background: #83BAF2;
	border-left: solid 1px #023B74;
	border-top: solid 1px #023B74;
	border-right: none;
	border-bottom: none;
}

