body, div {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	font-family: Verdana;
}
a {
	display: inline;
	text-decoration: none;
}
a img {
	border: 0;
}

.clear {
	clear: both !important;
	float: none !important;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 138px;
	background: url(bannertop.jpg) no-repeat;
}


/* MENU */
#menu {
	height: 35px;
	background: url(menubar.jpg) no-repeat;
}
.menu_button {
	padding: 8px 0 0 37px;
	float: left;
}

#main {
}
