body { margin: 0; background: #fff url('/images/body-bg.jpg') repeat-y center;} 
/* body { background: #211 url('/images/white-body-bg.gif') repeat-y center;} */

#branding, #navigation { width: 800px; margin: auto;}

#branding img { display: block; border: none;}

#navigation { height: 80px;
	background: url('/images/navigation-bg.jpg') repeat-x;
	}

#navigation ul, #navigation li { padding: 0; margin: 0; list-style-type: none;}
#navigation li { width: 199px;
	float: left;
	text-align: center;
	padding-top: 18px;
	/* background: url('/images/nav-separator.jpg') no-repeat right center; */
	border-right: 1px solid #EB5F24;
	}
#navigation li#last { border-right: none;}
#navigation li.on { background: url('/images/navigation-bg-over.jpg') repeat-x;}
#navigation li a:link, #navigation li a:visited { text-decoration: none;
	font-family:  geneva, verdana, sans-serif;
	font-size: 15px;
	color: #fee;
	}
#navigation li a:hover { color: #fff;}

#content { width: 740px; margin: auto; padding: 16px 30px 30px 30px;}

h1 {font-family:  geneva, verdana, sans-serif;
	font-size: 24px;
	color: #666;
	margin-top: 0;
	padding-top: 0;
	}

h2 {font-family:  geneva, verdana, sans-serif;
	font-size: 16px;
	color: #666;
	margin-top: 0;
	padding-top: 0;
	}
	
#content p {font-family:  geneva, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	}
	
#content p.lead { color: #666; font-size: 16px;}

#content p a:link, p a:visited { color: #DA5324; text-decoration: none;}
#content p a:hover { background-color: #DA5324; color: #fff;}

div#illustration-panel {float: right; width: 260px;
	height: 40px;
	padding-bottom: 320px;
	background: url('/images/illustrations/sidebar-bg.jpg') no-repeat center bottom;
	text-align: center;
	padding-top: 80px;
	}
div#illustration-panel a:link, div#illustration-panel a:visited {font-weight: bold;
	text-decoration: none;
	color: #C73325;
	font-size: 18px;
	font-family:  geneva, verdana, sans-serif;
	}
div#illustration-panel a:hover {color: #555;}
div#illustration-panel div.more {display: none;}

#footer { width: 740px; margin: auto; padding: 30px 0 4px 0;}

#footer p {font-family: georgia, times, serif;
	font-size: 12px;
	color: #444;
	text-align: center;
}
#footer span.contact {padding: 0 6px 0 6px;}
