html {
	background-color: #F4FFE4;
}

/* ########## */
/* WRAPPER */
/* ########## */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #F4FFE4 url("../images/nav-bg.png") repeat-y 50% 0;
}

/* ########## */
/* HEADER */
/* ########## */

#header {
	height: 135px;
	margin-bottom: 5px;
	background-color: #D4ECB2;
}

#logo {
	float: left;
	padding-right: 20px;
}

#title {
/*	hack for centering the text... */
	padding: 20px 0px;
}

#title-business {
	text-align: left;
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:20px;
}

#title-tagline {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	line-height:18px;
	text-align: left;
}

/* ########## */
/* NAVIGATION */
/* ########## */

#nav {
	background: #5C743D;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px;
	float: left;
	clear: left;
}

#nav li {
	margin: 0px;
	padding: 0 4px;
}

#nav a {
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	display: block;
	color: #D5EDB3;
	text-decoration: none;
	padding: 0 15px;
	line-height: 3;
	border-bottom: 1px solid #D5EDB3;
}

#nav a:hover {
	background-color: #99CC66;
	color: #993300;
}

/* ########## */
/* CONTENT    */
/* ########## */

#content {
	width: 720px;
	float: right;
}

/* ########## */
/* FOOTER     */
/* ########## */

#footer {
	clear: both;
	text-align: center;
	background-color: #D4ECB2;
	padding: 5px 0px 5px 0px;
}

#gallery-table {
	border-width: 0px;
	width: 100%;
}

#gallery-table td {
	width: 25%
}

#gallery-table td p {
	text-align: center;
}

#gallery-table td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}