	@import "fixes.css";
	
	BODY {
		background-image: url(http://www.ftlfinance.com/images/bg1.gif);
		background-repeat: repeat-y;
		background-position: 0px 0px;
		margin: 0px;
		font-size: 11px;
		line-height:16px;
		font-family: verdana, arial, helvetica, sans-serif;
		color: #000000;
	}
	
	P	{text-indent: 15px;}

	.footer {
		font-size: 10px;
		line-height: 14px;
		font-family: verdana, arial, helvetica, sans-serif;
	}
	
	.bold {
		font-size: 11px;
		line-height:16px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #000000;
	}

	.green {
		font-size: 11px;
		line-height:15px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #66BB49;
	}

	
	A:link			{color: #57A93B; text-decoration: underline; background: transparent;}
	A:visited		{color: #57A93B; text-decoration: underline; background: transparent;}
	A:active		{color: #57A93B; text-decoration: underline; background: transparent;}
	A:hover			{color: #57A93B; text-decoration: none; background: transparent;}
	A.noline:link		{color: #57A93B; text-decoration: none; background: transparent;}
	A.noline:visited	{color: #57A93B; text-decoration: none; background: transparent;}
	A.noline:active		{color: #57A93B; text-decoration: none; background: transparent;}
	A.noline:hover		{color: #57A93B; text-decoration: none; background: transparent;}


	#logo {
		position:absolute;
		left:0px;
		top:0px;
		width:264px;
		height:104px;
	}

	#bar {
		position:absolute;
		left:264px;
		top:0px;
		width:386px;
		height:104px;
	}

	#menu-top {
		position:absolute;
		left:0px;
		top:104px;
		width:83px;
		height:30px;
	}

	#content {
		position:absolute;
		left:123px;
		top:114px;
		width:373px;
	}
	
	#home {
		position:absolute;
		left:0px;
		top:134px;
		width:83px;
		height:63px;
	}

	#about {
		position:absolute;
		left:0px;
		top:197px;
		width:83px;
		height:63px;
	}

	#apply {
		position:absolute;
		left:0px;
		top:260px;
		width:83px;
		height:63px;
	}

	#calculator {
		position:absolute;
		left:0px;
		top:323px;
		width:83px;
		height:63px;
	}
	
	#contact {
		position:absolute;
		left:0px;
		top:386px;
		width:83px;
		height:63px;
	}

	#menu-bottom {
		position:absolute;
		left:0px;
		top:449px;
		width:83px;
		height:39px;
	}
