body {
	line-height: 18pt;
	color: #000000;
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18pt;
}
h2 {
	font-size: 12pt;
}
p{
	margin: 0 0 1em 0;
	padding: 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

li{list-style-type: square; list-style-position: outside;}
/*NAVIGATION BEGIN*/

#nav_wrapper{height: 40px; display:none;}

#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 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 {
	display: none;
}

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

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