body {
	background-color: #fff;
	font-family: sans-serif;
	font-size: small;
}

div#list {
	position: relative;
	padding: 10px;
	font-size: 11px;
}

div#main {
	position: absolute;
	width: 75%;
	left: 12.5%;
	right: 12.5%;
	background-color: #fff;
}

div#header {
	background-color: #fff;
	text-align: left;
	border-bottom: 1px dotted #000;
}

div#footer {
	font-size: 10px;
	position: relative;
        border-top: 1px dotted #000;
        background-color: #fff;
        padding: 6px;
        text-align: center;
	clear: both;
}

div#nav {
	position: relative;
	background-color: #fff;
	padding: 5px;
}

div#input {
	position: relative;
	float: left;
}

div#links {
	position: relative;
	float: right;
	font-size: 10px;
}

a.pagelink {
	display: inline;
	font-size: 12px;
	text-decoration: none;
        color: #000;
}

a.pagelink:hover {
	text-decoration: underline;
}

div.image {
	position: relative;
	float: left;
	display: block;
	height: 200px;
	width: 200px;
	margin: 12px 10px 10px 0;
	display: inline;
	padding: 10px;
	font-size: 9px;
}


div.clear {
	clear: both;
}

div.content {
	position: relative;
	padding: 10px;
	text-align: center;
}

div#pagination {
	position: relative;
	padding: 12px;
	text-align: center;
        background-color: #fff;
}

hr {
        height: 0;
        width: 95%;
        border-bottom: 1px;
}


h3, h4 {
        text-align: center;
}

img.thumb {
	border: 1px solid #ccc;
	padding: 7px;
	background-color: #fff;
}

img.thumb:hover {
	border-color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 11px;
}


p#footer {
	font-size: 11px;
}

p.info {
	font-size: 11px;
	text-align: left;
}
