@charset "UTF-8";
/* CSS Document */
body{
	background-color: #E3E2A7;
	margin:0;
}
#wrapper {
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	font-family: Futura Lt BT, Times New Roman;
}
#header {
	background:#797574 url(../../img/tlfa_header.png) top center no-repeat;
	height:130px;
	margin:0 auto;
	text-align:center;
}
#nafada_logo {
	float:left;
	height:69px;
	width:50px;
	margin:25px 0 0 100px;
}
/* PNG FIX */
img, div { 
	behavior: url(../g/iepngfix.htc) 
}
/* Content */
#wrapper table {
	text-align:center;
	margin: 0 auto !important;
}
#wrapper table tr {
	padding:0 0 10px 0;
}
#wrapper table td.left_col {
	padding:0 30px 0 0;
}
#artist p {
	text-decoration:underline;
	font-size: 40px;
	color: #70ABA7;
	margin:15px 0 0 0px;
	padding:0 0 20px 50px;
}
#a_para {
	padding:20px 0 10px 0;
	margin:0 auto;
	width:1100px;
	text-align:justify;
}
.right-padd {
	padding-right: 50px;
}
/* LINKS */
#wrapper a:link {
	color:#3f9a9d;
}
#wrapper a:hover {
	color:#000000;
}
#wrapper a {
	text-decoration:none;
	-moz-outline-style:none;
}
/* FOOTER */
.push {
	height:80px;
}
#footer {
	text-align:center;
	width:100%;
	background:#797574;
	height:60px;
}
#footer p {
	padding:15px 0 0 0;
	color:#fcfdb1;
	font-family: Futura Light BT, Futura Lt BT, Arial;
	font-size:14px;
}
