/* site hand coded by james ledford */
/* ------------------------------------------------------- */


/* main content for site-------------------------------- */

#content
	{
		margin: auto;
		width: 800px;
		height: 1000px;
		color: #000;
		background: #fff;
		background:transparent url(../images/epi_con_bg.jpg) #fff;
		background-repeat: no-repeat;
	}

#copyleft
	{
		width: 400px;
		float: left;
		padding-left: 20px;
		padding-top: 20px;
		color: #999;
		font-size: 16px;
		background-color: transparent;
	}

#copyleft p strong
	{
		color: #CC9966;
	}

#imageright
	{
		width: 262px;
		height: 357px;
		float: left;
		margin-left: 50px;
		margin-top: 0px;
		padding-top: 20px;
		display: inline;
	}

#image2
	{
		width: 336px;
		height: 405px;
		float: left;
		margin-left: 40px;
		margin-top: 32px;
		padding: 4px;
		display: inline;
	}

#image3
	{
		width: 335px;
		height: 406px;
		float: right;
		margin-right: 40px;
		margin-top: 30px;
		padding: 4px;
		display: inline;
	}

#bot
	{
		clear: both;
		text-align: center;
		font-size: 16px;
	}

#bot a:link
	{
		line-height: 40px;
		text-decoration: none;
		color: #669999;
	}

#bot a:visited
	{
		line-height: 40px;
		text-decoration: none;
		color: #669999;
	}

#bot a:hover
	{
		color: #000;
	}
	
