body {
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	background-image: url('background.png');
	background-repeat: repeat-x;
	color: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

li {
	margin-bottom: 1em;
}

#header {
	text-align: center;
	background-image: url('banner.png');
	background-repeat: repeat-x;
	width: 100%;
}

#links {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: rgb( 255, 255, 255);
	background: rgb( 100, 140, 190);
	margin-top: -7px;
}

.toplink {
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: rgb( 47, 55, 82 );
}


a:hover, a:active {
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: rgb( 173, 168, 130 );
}

#text {
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: black;
	margin-top: 25px;
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 50px;
}

#article_title {
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: black;
	float: left;
}

h1 {
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: black;
}

#download {
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: black;
	float: right;
}

#footer {
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	text-align: center;
	color: white;
	margin-top: 50px;
	padding-top: 10px;
	height: 30px;
	background-image: url('banner.png');
	background-repeat: repeat-x;
	position: relative;
	top: -10%;
	width: 100%;
}

#label {
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: black;
	width: 80px;
	float: left;
}
