body {
	margin: 0px 10px 0px 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,sans;
	background-image: url(img/bgmain.png);
}



#page {
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0px;
  background-image: url("img/bgtop.png");
  background-color: white;
  background-repeat: repeat-x;
}

#title {
	position: absolute;
	top: 35px;
	left: 160px;
	font-style: italic;
	padding: 3px;
	margin: 0px;
}
#subtitle {
	position: absolute;
	top: 53px;
	right: 120px;
	color: gray;
	font-size: small;
	padding: 2px;
	margin: 0px;
}

#menu {
	position: absolute;
	top: 90px;
	left: 120px;
	width: 120px;
	padding-right: 10px;
	background-image: url("img/menulimit.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#menu a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 4px;
	font-size: small;
	padding-left: 16px;
}

#menu a:hover {
	color: gray;
	background-image: url("images/go.png");
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: center left;
}

#content {
	position: relative;
	margin: 0px 50px 20px 180px;
	padding-right: 10px;
}

#footer {
	text-align: center;
	color: gray;
	font-size: x-small;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}


h3 {
	border-bottom: 1px solid #cccccc;
}

#nav {
	text-align: center;
	
}

#filter {
	text-align: center;
	
}
