@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
    font-family: "Palatino Linotype", serif;
}

#container {
	background-color: #FF9900;
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7B4523;
}

#topmenu {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#topmenu img {
	margin-bottom: -15px;
}

#topmenu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Palatino Linotype", serif;
	font-size: 24px;
	padding-right: 12px;
	padding-left: 12px;
}

#topmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Palatino Linotype", serif;
	font-size: 24px;
	padding-right: 12px;
	padding-left: 12px;
}

#content {
	z-index: 4;
	position: relative;
}

#leftside {
	width: 262px;
	padding-right: 15px;
	padding-left: 15px;
}
#rightside {
	float: right;
	width: 490px;
	font-size: 17px;
	padding-right: 20px;
}
#rightside a {
	color: #000000;
}

}
#rightside a:hover {
	color: #FFFFFF;
}


#rightside h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

#leftside a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Palatino Linotype", serif;
	font-size: 22px;
}

#leftside a:hover {
	color: #FFFFFF;
}

#leftside li {
	list-style-type: none;
	margin-left: -30px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 0px;

}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	margin-top: 15px;
}
#footer a {
	color: #675638;
	text-decoration: none;
	font-size: 12px;
}

.linedivide {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.coverimg {
	border: medium double #894D28;
}


#background {
	background-image: url(images/dogs.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -150px;
	z-index: 2;
	height: 519px;
	margin-bottom: -150px;
}

.centertext {
	text-align: center;
}
#clear {
	clear: both;
}
.question {
	color: #FFFFFF;
	font-weight: bold;
}
#rightside li {
	padding-bottom: 12px;
}
#rightside a:hover {
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

