*{margin:0;padding:0;} img{border: 0px;} div {border:0px solid #000000;}

h1
{
	font-family: 'EB Garamond';
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	color: #22244b;
	margin-bottom: 10px;
}

h2
{
	font-family: 'EB Garamond';
	margin: 10px 0px 10px 40px;
	font-weight: normal;
	color: #22244b;
	font-size: 22px;
}

p
{
	font-family: 'Ubuntu';
	font-size: 14px;
	margin: 10px 20px 10px 20px;
}

	p.location-info
	{
		color: #3c2a14;
		text-align: center;
		font-size: 14px;
		font-family: 'Ubuntu';
		margin: 0px 0px 10px 0px;
	}
	
	p.testimonials
	{
		color: #3c2a14;
		text-align: left;
		font-size: 12px;
		font-family: 'Ubuntu';
		margin: 10px 20px 10px 20px;
		font-style: italic;
	}
	
	table
	{
		margin-left: 20px;
	}
	
	table tr td
	{
		font-family: 'Ubuntu';
		font-size: 14px;
	}

a
{
	color: #678271;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul, ol
{
	color: #3c2a14;
	text-align: left;
	font-size: 14px;
	font-family: 'Ubuntu';
	margin: 10px 20px 10px 50px;
}

ul li, ol li
{
	color: #3c2a14;
	text-align: left;
	font-size: 14px;
	font-family: 'Ubuntu';
}

#clearer
{
	clear: both;
	width: 100%;
}

body
{
	color: #222222;
	background: #e7e2ca url(images/headernav-bg.png) repeat-x top left;
}

#page
{
	width: 940px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#header, #nav, #content, #footer
{
	width: 100%;
}

#content
{
	padding-bottom: 10px;
}

#headernav
{
	height: 106px;
	
}

	#headernav ul
	{
		margin: 10px 0px 0px 30px;
		list-style-type: none;
		background: url(images/nav-bg.png) no-repeat 0px 40px;
		width: 780px;
		height: 80px;
		float: left;
		position: relative;
	}
	
		#headernav ul li
		{
			font-family: 'EB Garamond';
			float: left;
			position: relative;
		}
		
			#headernav ul li a
			{
				color: #ffffff;
				text-decoration: none;
				font-size: 17px;
			}
			
			#headernav ul li a:hover
			{
				text-decoration: underline;
			}
	
		#headernav ul li.top
		{
			margin: 0px 5px 50px 5px;
		}
		
		#headernav ul li.bottom
		{
			margin: 50px 5px 0px 5px;
		}
	
	#headernav #headerinfo
	{
		float: left;
		position: relative;
		text-align: center;
		width: 127px;
	}
	
		#headernav #headerinfo p
		{
			margin: 10px 0px 0px 0px;
			color: #ffffff;
			font-size: 14px;
			font-family: 'Ubuntu';
		}

	#content #col1
	{
		float: left;
		position: relative;
		width: 30%;
		text-align: center;
	}
	
	#content #col2
	{
		float: left;
		position: relative;
		width: 69%;
	}

#footer
{
	background-color: #678271;
	width: 100%;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

	#footer p
	{
		color: #ffffff;
		font-size: 11px;
	}
	
		#footer p a
		{
			color: #ffffff;
		}

