*
{
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

body
{
	background: #7A8C51;
}

#wrapper
{
	width: 700px;
	margin: 16px auto;
}

#title
{
	background: url(img/title.png) transparent no-repeat;
	width: 322px;
	height: 88px;
}

	#title h1, #title h1 a
	{
		display: block;
		width: 322px;
		height: 88px;
		overflow: hidden;
	}
	
	#title h2, #title h1 a span
	{
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

#navigation
{
	list-style: none;
	overflow: hidden;
	
	margin: 25px 0 25px 12px;
}

	#navigation li
	{
		list-style: none;
		float: left;
		
		height: 22px;
		
		margin-right: 21px;
	}
	
		#navigation .psd2html
		{
			width: 107px;
			background: url(img/psd-to-html.png) top left transparent no-repeat;
		}

		#navigation .features
		{
			width: 73px;
			background: url(img/features.png) top left transparent no-repeat;
		}

		#navigation .whyus
		{
			width: 71px;
			background: url(img/why-us.png) top left transparent no-repeat;
		}

		#navigation .faqs
		{
			width: 43px;
			background: url(img/faqs.png) top left transparent no-repeat;
		}

		#navigation .rates
		{
			width: 47px;
			background: url(img/rates.png) top left transparent no-repeat;
		}

		#navigation .wordpress
		{
			width: 89px;
			background: url(img/wordpress.png) top left transparent no-repeat;
		}

		#navigation .ordernow
		{
			width: 95px;
			background: url(img/order-now.png) top left transparent no-repeat;
		}

	#navigation li a
	{
		display: block;
		width: 100%;
		height: 22px;
	}
	
	#navigation li a span
	{
		/* Dwyer Method */
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

#content
{
	width: 700px;
	background: url(img/rounded-top.png) #1B4001 no-repeat;
	
	font-family: "Verdana", "Bitstream Vera Sans", "Luxi Sans", "Helvetica", "Arial", "Topaz", sans-serif;
	font-size: 0.78em;
	color: #F2F2F2;
}

	#content .padding
	{
		padding: 25px;
		background: url(img/rounded-bottom.png) center bottom transparent no-repeat;
	}

	#content p
	{
		padding-bottom: 25px;
		line-height: 1.5em;
	}
	
	#content ul
	{
		margin-left: 2em;
		padding-bottom: 25px;
	}
	
		#content ul li
		{
			line-height: 1.5em;
		}
	
	#content dl
	{
		
	}
	
		#content dt
		{
			font-weight: bold;
			line-height: 1.5em;
		}
		
		#content dd
		{
			line-height: 1.5em;
			padding-left: 2em;
			padding-bottom: 25px;
		}
	
	#content table
	{
		border-collapse: collapse;
		
		border: 1px solid #91AD8C;
		margin: 0 auto 25px auto;
	}
	
		#content table tr.head th
		{
			border-bottom: 1px solid #91AD8C;
		}
	
		#content table td, #content table th
		{
			padding: 8px;
		}
	
	h2#interested
	{
		height: 20px;
		background: url(img/interested.png) transparent no-repeat;
		overflow: hidden;
		
		margin-bottom: 8px;
	}
	
		#interested b
		{
			/* Gilder/Levin Method */
			height: 40px;
			display: block;
		}
	
	#content a
	{
		color: #91AD8C;
	}
	
	#content p.feedback
	{
		font-size: 0.89em;
	}
	
	#mail
	{
		text-align: center;
	}
	
		#mail input.email
		{
			width: 400px;
			padding: 8px;
		}
	
		#mail input.submit
		{
			padding: 8px;
		}
	
#footer
{
	font-family: "Verdana", "Bitstream Vera Sans", "Luxi Sans", "Helvetica", "Arial", "Topaz", sans-serif;
	font-size: 0.78em;
	color: #40593C;
	
	text-align: center;
	
	padding: 24px;
}

#footer a
{
	color: #40593C;
	text-decoration: none;
	
	margin-left: 25px;
}