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

body {
	background-color: #EEE7E7;
	font-family: monospace;
	font-size: 10pt;
	color: #000000;
}

h1 {
	background-image: url('img/top.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	overflow: hidden;
	outline: none;
	display: block;
	line-height: 1000px;
}

h2 {
	font-size: 14pt;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Hevosten sivujen yläotsikot */
h3 {
	font-size: 10pt;
	color: #000000;
	text-align: center;
}

/* Hevosten sivujen väliotsikot */
h4 {
	font-size: 12pt;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Hevosten sivujen nimiotsikot */
h5 {
	font-size: 16pt;
	color: #000000;
	margin-bottom: 50px;
	margin-top: 0px;
	text-align: center;
}

/* Laukkahevosten kausiotsikot */
h6 {
	font-size: 10pt;
	font-weight: bold;
	color: #835537;
	margin-bottom: 0px;
}

#alltop {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#top {
	background-image: url('img/topbg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #EEE7E7;
	text-align: center;
	border-bottom: 1px solid #835537;
}

#base {
	text-align: left;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 50px;
	padding-left: 70px;
	width: 1000px;
}

#base p.border img {
	border: solid 1px #835537;
}

#base p.border {
	font-size: 8pt;
}

#base img {
	border: solid 1px #EEE7E7;
}

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

#copy {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-top: -1em;
	width: 100%;
	background-color: #835537;
	text-align: center;
	color: #FFFFFF;
	font-size: 7pt;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE7E7;
}

#copy a {
	color: #000000;
	text-decoration: none;
}

#copy a:hover { color: #FFFFFF; }

#list {
	background-color: #EEE7E7;
	position: fixed;
	left: 0;
	width: 190px;
	height: 100%;
	margin-top: -75px;
	padding-top: 50px;
	padding-left: 50px;
	text-align: left;
	color: #835537;
}

#plist ul li {
	margin-top: 5px;
	text-align: left;
	list-style-type: none;
}

#olist ul li {
	margin-top: 5px;
	list-style-type: none;
}

#npage {
	width: 500px;
	float: left;
	margin-left: 400px;
}

#npage a {
	text-decoration: none;
}

#npage a:hover {
	text-decoration: underline;
}

.mainimg img {
	border: 1px solid #835537 !important;
}

