.main {
	padding: 5px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.searcharea {
	padding: 5px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.listarea {
	padding: 5px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #000000;
}
body {
	background-attachment: fixed;
	background-image: url(../img/background_old.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: large;
	color: #006699;
}
ul {
	line-height: 150%;
	list-style-type: none;
}
li {
	margin-right: 50px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
li:hover {
	background-color: #FFDDDD;
}

