
/* =================================== LAYOUT DEFINITIONS =================================== */
		
	#DIVhead {
		margin: 0 auto;
		width: 860px;
		height: 172px;
		text-align: left;
	}
	
	#DIVmainNav {
		width: 638px;
		height: 39px;
		text-align: left;
		float:right;
		margin-top:62px;
	}
	
	#DIVcontent {
		width: 860px;
		text-align: left;
		margin: 0 auto;
		}
					
	#DIVsplash {
		width: 860px;
		height: 527px;
		background:url(assets/files/template_files/images/content_bg.png);
	}
		#DIVsplashL {
			width: 250px;
			height: 300px;
			float: left;
			margin:70px 20px 0 30px;
			text-align:left;
		}
		
		#DIVsplashR {
			width: 534px;
			height: 450px;
			float: left;
			margin:30px 0 0 0;
			text-align:left
		}
		#DIVsplashR1 {
			width: 534px;
			height: 450px;
			float: left;
			margin:30px 0 0 0;
			text-align:left;
			overflow:auto;
		}
			
			
	#TBLcontentBody { 
		width: 800px;
		height: 350px;
		margin: 0;
	}
		#TDcontentBody {
			padding: 0 10px 0 10px;
			vertical-align: top;
		}

	
	#DIVfooter {
	}
	
	#DIVcredits {
		width: 350px;
		margin: 50px auto;
		font-size: 11px;
		color: #FFF;
		text-align: center;
	}
		#DIVcredits a {
			color:#FFF;
		}

