/* CSS developed by Kolen Mackey : http://www.kolenmackey.coom
Main stylesheet for layout */

	body {
		margin: 0;
		text-align: center;
		background: url(../images/EK_Skin1_site_bkg.jpg) repeat-x top #fff;
	}
	#outerwrap 
	{
		
		text-align: left;
		height: 264px;
		width: 922px;
		margin-left: auto;
		margin-right:auto;
		margin-top:0;
		padding:0;
		/*background:url(../images/bg_flare_02.jpg) top center;*/
	}
	#content {
		width: 590px;
		padding: 15px;
		background: url(../images/EK_bg_content.jpg) no-repeat top left #fff;
		float: left;
		min-height: 600px;
	}
	#contentFD {
		width: 590px;
		padding: 15px;
		background: url(../images/EK_bg_content.jpg) no-repeat top left #fff;
		float: left;
		min-height: 600px;
	}
	#whitewrap #content {
		background: url(../images/EK_bg_content.jpg) no-repeat top left #fff;
	}
	
	
	
/* ---------------------------------- */
/* NAV STYLES  */   
/* ---------------------------------- */
	
	#nav li a {
		display: block;
		height: 20px;
		float: left;
		padding: 0;
		margin: 0;
		color: #FF6CD2;
		font-weight: normal;
		text-decoration: none;
		font-size: 12px;
		text-align:center;
		border: 1px solid #643881;
		background-image:url(../images/EK_Skin1_Navbutton.jpg);
	}
	
/* ---------------------------------- */
/* HOMEPAGE SPECIFIC STYLES  */   
/* ---------------------------------- */

	#welcomecta {
		background:url(../images/EK_Skin1_Home_Ad1.jpg) no-repeat top left;
		width: 623px;
		height: 362px;
		margin: 0;
		position: relative;
		float: left;
	}



