body,div,ul,li,p,a,h1,h2,h3,h4,h5,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url('bg.png');
	background-position: top left;
	background-repeat: repeat;
}

h2 {
	text-align: center;
	margin: 20px 0 20px 0;
	color: #8B4513;
}

h4 {
	font-size: 14px;
	margin: 20px 0 20px 20px;
	clear: both;
	color: #8B4513;
}

div#base {
}

div#alltop {
	height: 140px;
	text-align: center;
}

div#top {
	height: 120px;
	background-image: url('logo.png');
	background-position: top center;
	background-repeat: no-repeat;
}

div#top h2 {
	visibility: hidden;
}

div#links {
}

div#links ul {
	width: 450px;
	margin: 0 auto;
}

div#links ul li {
	display: block;
	width: 75px;
	float: left;
	font-variant: small-caps;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

div#search {
	float: right;
	width: 200px;
	margin-right: -20px;
}

input#tags { width: 150px; }
input#get { width: 40px; }
p.result { margin-top: 30px!important; margin-bottom: 50px!important; }
.ui-widget { font-family: Sans-Serif!important; font-size: 10pt!important; }

/* Perussivu */
div#page {
	width: 960px;
	margin: 20px auto;
	padding: 20px;
	text-align: justify;
	border: dashed 1px #D2691E;
	background-color: #CBFDCC;
}

div#page p {
	margin: 20px;
}

div#links a {
	color: #8B4513;
	text-decoration: none;
	border-bottom: 0px;
}

div#links a:hover {
	text-decoration: underline;
}

a {
	color: #D2691E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page img {
	border: solid 1px #8B4513;
}

.center {
	text-align: center;
	margin: 10px 0 20px 0;
}

/* Alaosan copyright-divi */
div#bottom {
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #D2691E;
	margin: 0 0 20px 0;
}

span.mini {
        font-size: 11px;
	margin: 20px 0 0 0;
}

span.minired {
        font-size: 11px;
	color: #D2691E;
}

table.plist {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

table.plist tr { background: #EEFFF1; }
table.plist tr:nth-child(odd) { background: #FFFFFF; }

table.plist td {
	width: 225px;
	padding: 5px;
}
