@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);
	font-style: italic;
}
#container {
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#navig {
	text-align: center;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #6E6901;
	padding-top: 10px;
	float: none;
	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;
}
#acapella_title {
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #CC6600;
	border-bottom-style: solid;
	border-top-width: 1px;
	margin-bottom: 10px;
}
.author {
	padding-right: 10px;
	padding-left: 160px;
	float: left;
	width: 210px;
}
.work {
	padding-left: 10px;
	float: left;
	width: 366px;
}
.other {
	padding-left: 130px;
	padding-top: 30px;
	float: left;
	width: 626px;
	padding-bottom: 40px;
}
#helper {
	width: 756px;
	float: left;
	padding-top: 30px;
}
