/*
 *
 *  Evans & Finch Limited
 *
 */

/*
 *
 *	Standard tag styles
 *
 */

/*
 *
 * 	Main Content Area
 *
 */

.content_container_one
{
	margin-left: 0px;
	margin-bottom: 30px;
	
	width: 738px;
	height: 475px;
}


/*
 *
 *	Left Column
 *
 */


.content_one
{
}

.center
{
	width: 969px;
	height: 350px;

	margin-left: 20px;
	
	background-image: url(../images/flowers.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.center h1
{
	height: 51px;
	
	color: #ffffff;
	text-align: left;
	font-size:22px;
	font-weight:bold;

	background-image: url(../images/titles/h1/index.png);
	background-position: top center;
	background-repeat: no-repeat;
		
	margin-left: 0px;
	margin-top: 0px;

	padding-left: 8px;
	padding-right: 0px;
}

.center p
{
	color: #ffffff;
	text-align: left;
	line-height: 23px; 
	font-size: 18px;
	font-weight: bold;
	
	margin-top: 30px;
	padding-left: 250px;
	padding-right: 200px;
	
}

/*
 *
 *	Right Column
 *
 */

.smileys_container_one
{
	width: 800px;
	margin-left: 150px;
	margin-top: 0px;
	margin-bottom: 30px;
	
}

.smileys_one
{
	width: 225px;
	height: 100px;
	
	margin-right: 20px;

	background-image: url(../images/icons/red.png);
	background-position: center left;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.smileys_one h2
{
	width: 75px;
	height: 25px;
	
	margin-bottom: 0px;
	margin-left: 65px;
	
	background-image: url(../images/titles/h2/play.png);
	background-position: top left;
	background-repeat: no-repeat;

}

.smileys_one p
{
	color: #ffffff;
	text-align: left;
	padding-left: 65px;

	margin-top: 0px;
	
	font-size: 14px;
	font-weight: bold;
}

.smileys_two
{
	width: 225px;
	height: 100px;
	
	margin-right: 20px;

	background-image: url(../images/icons/green.png);
	background-position: center left;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.smileys_two h2
{
	width: 75px;
	height: 25px;
	
	margin-bottom: 0px;
	margin-left: 65px;
	
	background-image: url(../images/titles/h2/read.png);
	background-position: top left;
	background-repeat: no-repeat;

}

.smileys_two p
{
	color: #ffffff;
	text-align: left;
	padding-left: 65px;

	margin-top: 5px;

	font-size: 14px;
	font-weight: bold;
}

.smileys_three
{
	width: 225px;
	height: 100px;

	background-image: url(../images/icons/blue.png);
	background-position: center left;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.smileys_three h2
{
	width: 75px;
	height: 25px;
	
	margin-bottom: 0px;
	margin-left: 65px;
	
	background-image: url(../images/titles/h2/find.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.smileys_three p
{
	color: #ffffff;
	text-align: left;
	padding-left: 65px;

	margin-top: 5px;

	font-size: 14px;
	font-weight: bold;
}


/*
 *
 * End
 *
 */


