@import url("custom.css");
body {
	margin:0px;
	padding:0px;
	font-family: 'Mako', sans-serif;
	background-color: #92BBD7;
	background-image: url(../images/blue_texture.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#nav {
	height:35px;
	border-bottom:1px solid #ddd;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:#fff url(../images/nav.png) repeat-x center left;
	z-index: 999;
}
#nav ul {
	height:25px;
	list-style:none;
	margin:6px auto 0px auto;
	width:700px;
}
#nav ul li {
	display:inline;
	float:left;
	margin:0px 2px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 16pt;
	color: #999;
}
#nav a {
	font-size:11px;
	font-weight:bold;
	float:left;
	padding: 2px 4px;
	color:#999;
	text-decoration: none;
	border:1px solid #ccc;
	cursor: pointer;
	background:transparent url(../images/overlay.png) repeat-x center left;
	height:16px;
	line-height:16px;
}
#nav a:hover {
	background:#D9D9DA none;
	color: #fff;
}
#nav a.top span, #nav a.bottom span {
	float:left;
	width:16px;
	height:16px;
}
#nav a.top span {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/top.png);
}
#nav a.bottom span {
	background-color: transparent;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav ul li.search {
	float:right;
}
#nav input[type="text"] {
	float:left;
	border:1px solid #ccc;
	margin:0px 1px 0px 50px;
	padding:2px 2px 2px 2px;
}
input.searchbutton {
	border:1px solid #ccc;
	padding:1px;
	cursor:pointer;
	width:30px;
	height:22px;
	background:#E8E9EA url(../images/search.png) no-repeat center center;
}
input.searchbutton:hover {
	background-color:#D9D9DA;
}
.scroll {
	width:133px;
	height:61px;
	position:fixed;
	bottom:15px;
	left:20px;
	background:transparent url(scroll.png) no-repeat top left;
}
#top {
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:10px;
}
#bottom {
	left:0px;
	position:absolute;
	width:100%;
	height:20px;
	background:transparent url(end.png) no-repeat center center;
}
