body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #BEBDAD;
	color: #663333;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px;
}
a:link {
	color: #009933;
}
a:visited {
	color: #339966;
}
a:hover {
	color: #AD8444;
}
a:active {
	color: #009999;
}
#header {
	background-color:#94AD63;
	color: #666600;
	border-bottom: 1px;
	font-style: normal;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	background-image: url(../images/dogs_shrink3.gif);
	background-repeat: no-repeat;
	background-position: 25px 15px;
	line-height:40px;
}

#header p {
	text-align: right;
	margin-right: 2em;
	font-weight: bolder;
}
#language_choice {
	float:right;
	font-size:100%;
	padding: 18px 20px 0 0;
}
h1 {
	font-size: 150%;
	text-align: left;
	display: block;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	background-color: #94AD63;
	line-height: 2.5em;
	padding-left:10px;
}
h2 {
	font-size: 115%;
	text-align: left;
	display: block;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 2em;
	color: #000000;
}
h3 {
	display: block;
	font-weight: bolder;
	font-size: 110%;
	color: #000000;
	background-color:#CCCC99;
	padding-left: 10px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #605858;
}

#sidebar {
	float: left;
	width: 24%;
	margin-top: 5px;
	border: 1px solid #666666;
	text-align: left;
	padding: 10px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	}
#sidebar a:link {
	color: #B2D17A;
	}
#sidebar a:visited {
	color: #666666;
}
#sidebar a:hover {
	color: #AD8444;
	}
#sidebar a:active {
	color: #009999;
}
#content {
	margin-left:28%;
	padding-left: 10px;
	padding-right:5px;
	padding-bottom: 10px;
	margin-top: 12px;
	}
#footer {
	clear: left;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	border-top: 1px dotted;

}
#footer ul  {
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 50px;
	padding-right:10px;
	font-size: 80%;
	}
.copyright {
	font-size: 80%;
	font-style: italic;
	margin-right: 50px;
}

.clear {
	clear:both;
}

.contrast {
	color:#00CC66;
	}
