﻿/* (C)2009-2010 elementica.com for ilisso.it */

#topbar .bars .search {
	/* display: none; */
}

* {
	position: relative;
	float: none; clear: both;
	margin: 0px; padding: 0px;
	list-style-type: none;
	text-decoration: none;
	border: 0px; padding: 0px;
	text-align: inherit;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

input {
	font: inherit;
}

body {
	background-color: #efece6; /* light grey */
}

#main {
	width: 980px;
	margin: 0px auto;
	font: normal normal normal 13px 16px;
	font-family: "Trebuchet MS";
	color: #000000; /* black */
	background-color: #ffffff; /* white */
}

.em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
