body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background-color: #ccc;
	background-image: url(res/bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	line-height: 130%;
}

#wrapper {
	width: 833px;
}

#top {
	width: 833px;
	height: 124px;
	background-image: url(res/logo.gif);
	cursor: pointer;
}

#front #top {
	height: 20px;
	height: 54px;
	background-image: url(res/murtopp.gif);
}

#menu {
	float: left;
	width: 180px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
/*
	width: 140px;
	height: 29px;
	padding-left: 40px;
	padding-top: 13px;
	background-image: url(res/menu_item_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	cursor: pointer;
*/
	width: 140px;
	padding-left: 40px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image: url(res/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-bottom: 3px solid #f0e9cd;
}
#menu li.active {
	font-size: 20px;
/*
	height: 30px;
	padding-top: 12px;
*/
}

#menu li a {
	text-decoration: none;
	color: #0C5A1C;
}

#content {
	width: 620px;
	padding: 20px 0 10px 10px;
	background-image: url(res/content_bg.gif);
	background-repeat: no-repeat;
	color: #333;
	float: left;
}

#front #content {
	Qbackground-image: none;
	text-align: center;
}

h1 {
	font-size: 17px;
	margin-bottom: 3px;
}

h2 {
	font-size: 13px;
	margin-bottom: 3px;
}

p {
	margin-top: 0;
}


.bild {
	border: 1px solid black;
	margin: 6px;
}

ul#hundsidor, ul#kennlar, ul#annat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Guestbook things */
#guestbook_iframe {
	display: none;
}

.stamtavla {
	border-style: solid;
	border-color: #e8e8e8;
	border-width: 1px 1px 0 0;
}
.stamtavla td {
	padding: 6px;
	border-style: solid;
	border-color: #e8e8e8;
	border-width: 0 0 1px 1px;
}
.stamtavla .regnr {
}
.stamtavla .namn {
	font-weight: bold;
}
.stamtavla .champs {
	font-size: 9px;
}
.stamtavla img, .julkort img {
	margin-top: 6px;
	border: 1px solid #888;
}
.stamtavla .pappa {
	border-top-width: 4px;
	background-color: #eef;
}
.stamtavla .mamma {
	background-color: #fee;
	border-bottom-width: 4px;
}
.stamtavla .barn {
	background-color: #efe;
}

#flag {
	margin-top:10px;
	margin-left: 10px;
	font-size: 8pt;
	line-height: 9pt;
	font-style: italic;
}

#flag img {
	border: 1px solid #888;
}

.caption {
	font-style: italic;
	font-size: 95%;
	line-height: 105%;
}

.undecorated {
	color: #333;
	text-decoration: none;
}

/*
a:hover.undecorated {
	text-decoration: underline;
}
*/

.floating {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.illustration {
	display:inline;
	padding-bottom: 5px;
	float:right;
	margin-right: 10px;
}

.illustration .caption {
	width: 170px;
}

#by {
	font-size:80%;
	padding: 10px 0 0 10px;
}
#by,#by a {
	color: #555;
	text-decoration: none;
