body {
	background-color: #eee;
	background-image:url("../img/bg.jpg");
	background-repeat: repeat-x;
	color: #fff;
	font-family: "Bitstream Sans", sans-serif;
	font-size: 10pt;
}
.wrapper {
	width: 700px;
	margin: 2em auto 0 auto;
}
.header {
	background-image:url("../img/header_bg.jpg");
	background-color: #343434;
	height: 250px;
	background-repeat: no-repeat;
}
.gl img {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease-out;
}
.gl img:hover {
 	opacity: 1;
}
.content {
	background-color: #eee;
	color: #343434;
	padding: 1em;
	border: 1px inset #666;
	-moz-border-radius: 10px;
}
.content a {
	font-weight: bold;
	color: #48b;
	background-color: #ffc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-border-radius: 5px;
	padding: 3px;
	padding-left:24px;
	text-decoration: none;
	line-height: 24px;
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 0px solid #000;

}
.content a:hover {
	background-color: #ffe;
}
.content img {
	border: none;
}
.footer {
	border-top: 1px solid #666;
	font-size: small;
	margin-top: 4em;
}
.footer a {
	background-color: transparent;
	text-decoration: none;
	color: #343434;
	padding: 0;
	background-image: none;
}

