@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: rgb(255,255,0);
	background-color: #330000;
	background-image: url(../images/tlo_logo2.gif);
}
#container {
	width: 80%;
	background-color: #330000;
	margin-right: auto;
	margin-left: auto;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
#navig {
	text-align: center;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #6E6901;
	padding-top: 10px;
	padding-bottom: 10px;
}
span {
	width: 108px;
	display: inline-block;
	background-color: rgb(71,5,6);
	font-size: 14px;
	border: 2px ridge rgb(157,157,0);
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(215,215,0);
	border-radius: 31px 0px 31px 0px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	font-style: normal;
}
span:hover {
	border-color: rgb(255,255,0);
	color: rgb(255,255,0);
}
a {
	text-decoration: none;
}
#helper {
	padding-top: 20px;
	clear: both;
}
