body {
	background: #272727 url('./images/page_background.jpg') repeat-y top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {
	font-size: 12px;
}
#footer_navigation a {
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
#footer_navigation li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 10px;
}
