@charset "UTF-8";
/* 
	==============================================================================
	These styles are page specific and only apply to the root default page (home)
	==============================================================================
*/
 
	 #HomeNoFlash{
		width: 1024px;
		margin: 0 0 0 0px;
	 }
	#HomeFlash {
		width: 1024px;
		height: 524px;
		margin: 0px;
		padding: 0px;
	}
	#Content{
		clear:both;
		position:relative;
		top:-60px;
		margin: 0px;
		padding: 0px;
	}
	.BumpIn{
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	
	}
	
	#Footer{
		position: relative;
		top: -21px;
	}
	
	/* Social Networking Buttons */
	#followUsOnTwitter{
		position: absolute;
		top: 495px;
		left: 850px;
	}
	#friendUsOnFacebook{
		position: absolute;
		top: 495px;
		left: 850px;
	}
