/* CSS Document */
body {
font-family:Verdana, Arial, lucida, sans-serif;
text-align: center;
}
#page {
	}
#menu {
	border-bottom: 1px solid #FF9900;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	height: 1.5em;
	font-size: 10pt;
}
#menu li {
	list-style: none;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
#logo2{
	background-image: url(../img/logo2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	margin-left: 15px;
}

#search {
	text-align: center;
	margin: auto;
	width: 312px;
}


