/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2008 - All rights reserved.
 Description: Layout CSS Styles
 Last Revised Date: 10/22/2008
=============================================
*/

/* =================================== LAYOUT DEFINITIONS =================================== */
		
	#DIVhead {
		background: url('/assets/files/template_files/frame-header.png');
		margin-top: 0px;
		width: 954px;
		height: 148px;
		text-align: left;
	}
	
	#DIVmainNav {
		width: 954px;
		height: 56px;
		text-align: left;
	}
	
	#DIVcontent {
		background: url('/assets/files/template_files/frame-bg.png') repeat-y;
		width: 954px;
		text-align: left;
	}

	#TBLcontentBody { 
		background: #FFF;
		border: 3px solid #141414;
		width: 912px;
		height: 425px;
		margin: 10px auto 0 auto;
	}
		#TDcontentBody {
			padding: 20px 10px 15px 10px;
			vertical-align: top;
		}
		.FinancingPadding { padding: 20px 20px 10px 20px; }


	#DIVcontentFooter {
		background: #141414 url('/assets/files/template_files/home_footer-bg.png') top center no-repeat;
		width: 950px;
		height: auto;
		margin: 10px 0 0 0;
		text-align: left;
		border-left:2px solid #111;
		border-right:2px solid #111;
	}		
		#TBLCities {
			width: 910px;
			height: 65px;
			margin: 10px auto 0 auto;
			color: #FFF;
			}
			#TBLCities tr {
				vertical-align: top;
			}
			#TBLCities tr td{
				vertical-align: top;
				color: #FFF;
			}
			#TBLCities a {
				color: #FFF;
			}
	
	#DIVcontentCredits {
		width: 908px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 0 0 5px 0;
		font-size: 11px;
		color: #4e4e4e;
		text-align: left;
	}
		#DIVcontentCredits a {
			color:#4e4e4e;
		}
		#DIVcontentCredits p {
			font-size: 12px;
			color:#4e4e4e;
		}
		.CreditsNav {
			margin:0 0 5px 0;
			font-size:14px;
			color:#FFF;
		}
		#DIVcontentCredits .CreditsNav a {
			color:#FFF;
		}
