body 
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: #eff7ce;
	color: #fff;
}
	#container
	{
		width: 920px;
		text-align: center;
		padding: 0px;
		margin: 0px auto;	
	}


	#central
	{
		width: 920px;
		text-align: left;
		padding: 0px 0px 22px 0px;
		margin: 0px;
		overflow: hidden;
		
	}


	#central a
	{
		color: #105d08;
		text-align: center;
		text-decoration: none;
	}

	#central a:hover
	{
		color: #fff;
		text-align: center;
		text-decoration: underline;
	}

		#img
		{
			float: left;
			margin: 0px;
			padding: 0px;
		}

		#text
		{
			float: left;
			margin: 0px;
			padding: 0px 0px 0px 0px;
			background: url('img/pat_text.gif') no-repeat;
			background-position: bottom;
			height: 320px;
			width: 351px;
		}
	
	#text h1
	{
		color: #105d08;
		font-size: 21px;
		margin: 0px 0px 0px 0px;
		background: url('img/pat_h1.gif') repeat-x;
		height: 64px;
		font-family: Verdana, Arial, Sans-serif;
		padding: 10px 0px 0px 20px;
		font-weight: normal;
		
	}

	#text h1 span
	{
		color: #8cba94;
		font-weight: bold;
		font-size: 30px;
		line-height: 32px;
	}
	
	#text h2
	{
		color: #105d08;
		font-size: 18px;
		text-decoration: none;
		margin: 15px 15px 10px 20px;
		font-family: Verdana, Arial, Sans-serif;
		padding: 0px;		
		line-height: 20px;
	}

	#text h3
	{
		color: #105d08;
		font-size: 14px;
		text-decoration: none;
		margin: 5px 5px 0px 20px;
		font-family: Verdana, Arial, Sans-serif;
		padding: 0px;
		line-height: 20px;
	}

	
	#center 
	{

		margin-top: 20px;
		border: 1px solid #b5df84;
		background: #b5df84;
	}
	
	
	#center p
	{
		font-size: 11px;
		text-decoration: none;
		margin: 0px 0px 0px 15px;
		padding: 10px 0px 0px 0px
		background: #105d08 url('img/bottom.gif') no-repeat;
		background-position: bottom;
		
	}

	#footer
	{
		color: #105d08;
		font-size: 10px;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}

	#footer a
	{
		color: #105d08;
		text-align: center;
		text-decoration: none;
	}

	#footer a:hover
	{
		color: #376c37;
		text-align: center;
		text-decoration: underline;
	}
	

