/* LAYOUT */

/* Body */

	body					{ margin: 0; background: #fff url(../images/layout/bg.png) top repeat-x; }
	#wrapper				{ width: 941px; margin: 0 auto; }
	
/* Header */

	#header					{ padding: 40px 0 20px 0; background: url(../images/layout/header_bg.png) top repeat-x;
							  overflow: hidden; }
	#header, #header a		{ }
	#header	img				{ margin: 0; border: 0; }
	
	#logo					{ float: left; }
	#contact				{ float: right; margin: 1em 0 0 0; width: 320px; overflow: hidden; font-size: 1.2em; }
	#contact dt, #contact dd{ float: left; margin: 10px 0 0 0; }
	#contact dt				{ clear: both; margin-right: 15px; font-weight: normal; text-transform: uppercase;
							  color: #1b8fc4; text-align: right; width: 100px; }
	#contact dd, #contact a	{ color: #402c14; }
	#contact a				{ text-decoration: none; }
	#contact a:hover		{ text-decoration: underline; }	
	#contact .tel			{ font-weight: bold; letter-spacing: 0.12em; }	
		
/* Bubbles */

	#bubbles				{ margin: 0 0 1px 0; /*background: url(../images/photos/bubbles.jpg) 0 2px no-repeat;*/ height: 0;
							  border-top: 6px solid #b8b8b8; padding-top: 2px; }
	
/* Navigation */

	#nav					{ background: url(../images/layout/nav_bg.png) top repeat-x;
							  padding: 0 13px; overflow: hidden; }
	#nav ul					{ list-style: none; margin: 0; float: left; }
	#nav ul li				{ float: left; margin: 0 22px 0 0; display: block; float: left; }
	#nav ul a				{ text-decoration: none; background: url(../images/layout/nav_arrow.png) left no-repeat;
							 padding: 5px 0 0 30px; display: block; height: 26px; }
	#nav ul a:hover, 
	#nav ul li.active a		{ background-image: url(../images/layout/nav_arrow_hover.png); }
	#nav ul a:hover			{ text-decoration: underline; }
	
	#nav #addthis			{ float: right; margin: 6px 0 0 0; }
	#nav #addthis img		{ margin: 0; }

/* Content */

	#content				{ overflow: hidden; margin: 1px 0 0 0; }
	#primary, #secondary	{ float: left; }
	#primary				{ width: 597px; padding: 20px 35px 35px 13px; }
	#secondary				{ width: 286px; padding: 0 0 0 10px;
							  background: url(../images/layout/secondary_edge.png) top left no-repeat; }
	#secondary .inner		{ background: #f7f4eb url(../images/layout/secondary_bg.png) bottom repeat-x;
							  padding: 20px 20px 50px 20px; min-height: 168px; }
	
/* Footer */

	#footer					{ background: url(../images/layout/footer_bg.png) top repeat-x; border-top: 1px solid #cfcfcf;
							  padding: 20px 13px; margin: 0 0 20px 0; color: #8f9699; }
	#footer, #footer a		{ }
	#footer p, #footer img	{ margin: 0; }