body {
	line-height: 1.5em;
	color: #696a6c;
	font-size: 0.9em;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	font-family: Cambria, Georgia, Palatino, Times New Roman, serif;
}
h1 {
	height: 50px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/base_image.gif);
	text-indent: -40000px;
}
h2 {
	font-family: Corbel, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	margin: 1em 0 1em 0;
}
h2.thinkingeco{
	height: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/thinkingeco_h2.gif);
	text-indent: -40000px;	
}
h2.eatsmart{
	height: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/eatsmart_h2.gif);
	text-indent: -40000px;	
}
h2.kiwicana{
	height: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/kiwicana_h2.gif);
	text-indent: -40000px;	
}
h2.back2basics{
	height: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/back2basics_h2.gif);
	text-indent: -40000px;	
}
p{
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}
a:link, a:visited {
	color: #696A6C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #BFC1C3;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BFC1C3;
}
li{list-style-type: square; list-style-position: outside;}

strong {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

td {
	padding-right: 3em;
}

/*NAVIGATION BEGIN*/

#nav_wrapper{height: 40px;}

#nav{
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li{
	list-style: none;
	display: inline;
}
#nav a{
	float: left;
	border: none;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only*/
	}
#nav a:hover{
	background-position: 0 -20px;
	border: none;	
}
#nav a:active, #nav a.selected, #nav a.selected:hover {
	background-position: 0 -40px;
	border: none;
}
#nav_home a{
	width: 40px;
	background: url(img/nav_home.gif) top left no-repeat;
}
#nav_publications a{
	width: 180px;
	background: url(img/nav_publications.gif) top left no-repeat;
}
#nav_design a{
	width: 150px;
	background: url(img/nav_design.gif) top left no-repeat;
}
#nav_contact a{
	width: 130px;
	background: url(img/nav_contact.gif) top left no-repeat;
}

/*NAVIGATION END*/

#main{
}

#buttons{
	margin-top: 2em;
}

#buttons a img{
	margin: 0 4px 0 0;
	padding: 0;
	border: none;
}

#buttons a:link, #buttons a:visited, buttons a:hover, #buttons a:active {
	color: white;
	border: none;
	background-color: white;
}


#footer {
	clear: both;
	border-top-color: #e6e6e6;
	border-top-style: solid;
	border-top-width: 0.5em;
	padding-top: 0.5em;
	margin-top: 2em;
	font-size: 0.8em;
	text-align: right;
}

#feedback{
	margin-bottom: 2em;
	border-bottom: thin dotted #e6e6e6;
}

#feedback p.name{
	text-transform: uppercase;
}