html,
body {
	margin: 0;
	padding: 0
}
body {
	padding: 10px;
	background: #f9f9f9 url(/images/bg.gif) repeat-y 50% 0%;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%
}
#TOP {
	margin: 0 auto;
	width: 770px;
	font-size: 0.75em
}
#logo {
	float: left
}
#shortlinks {
	margin: 3px 0;
	padding: 0;
	list-style-type: none
}
#banner,
#breadcrumb,
#bottom {
	text-align: right;
	font-size: 0.75em
}
#breadcrumb,
#breadcrumb a,
#bottom,
#bottom a {
	color: #555;
	font-weight: normal
}
#bottom {
	margin-top: 40px;
	padding-top: 2px;
	border-top: 1px solid #aaa
}
#menu {
	clear: both;
	background: url(/images/menu-bg.png) repeat-x 0% 50%
}
#menu ul {
	margin: 0 1px;
	padding: 10px 0;
	list-style-type: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}
#menu li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #fff;
	font-weight: bold
}
h1,
h2 {
	font-size: 1.5em;
	text-align: center
}
a {
	text-decoration: none;
	font-weight: bold
}
a,
a:link,
a:visited {
	color: #f70000
}
a:active,
a:hover {
	color: #000
}
form {
	margin: 0
}
img {
	border: 0
}
li {
	line-height: 1.5
}
#searchbox input {
	border: 1px solid #888
}
.submit {
	background-color: #ddd
}
/* EDIT BAR */
.edit {
	margin-bottom: 10px;
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #fff
}
