* {
	margin:  0;
	padding: 0;
}

a img {
	border: 0 !important;
}

hr {
	height: 1px;
	border: 0;
	background: #ebebeb;
}

body {
	background: #a1a1a1;
	font-size: 10pt;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#wrap {
	width: 700px;
	margin: 0 auto;
	background: #fff;
	border-left: 20px solid #888;
	border-right: 20px solid #888;
	border-bottom: 20px solid #888;
}

div#header {
	height: 200px;
	width: 700px;
	overflow: hidden;
	background: #888;
}

#navigation {
	background: #ebebeb;
	text-align: center;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #888;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	font-size: 12pt;
	padding: 5px 10px 7px 10px;
	color: #555;
}

#navigation a:hover {
	color: #888;
}

body#on-home a.nav-home, body#on-about a.nav-about, body#on-tour a.nav-tour, body#on-horses a.nav-horses, body#on-dogs a.nav-dogs, body#on-cats a.nav-cats, body#on-konst a.nav-konst {
	background: #fff;
	color: #87c432;
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #888;
}

#main-content {
	float: left;
	width: 410px;
	padding: 20px;
}

#sidebar {
	float: right;
	padding: 20px;
	width: 209px;
	font-size: 9pt;
	color: #888;
	border-left: 1px dotted;
	margin-top: 20px;
}

#copy {
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 8pt;
	color: #999;
}

#main-content a:link, #main-content a:visited, #sidebar a:link, #sidebar a:visited {
	color: #72cb34;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}


#main-content a:hover, #sidebar a:hover {
	border-bottom: none;
}

#main-content h1 {
	margin-bottom: 10px;
	background: #ebebeb;
	font-weight: normal;
	padding: 5px;
	color: #777;
}

body#on-home #main-content h2 {
	margin-top: 20px;
}

#sidebar h2, #sidebar h1, #sidebar h3 {
	font-weight: normal;
	margin-bottom: 10px;
}

#main-content h2, #main-content h3 {
	color: #222;
	font-weight: normal;
}

#main-content p, #sidebar p {
	line-height: 1.7em;
	margin: 5px 0;
	color: #444;
}

#sidebar #contacts {
	padding-top: 20px;
}

#main-content ul, #sidebar ul {
	list-style-position: inside;
	margin-left: 5px;
	line-height: 2em;
}
