html, body {
	margin: 0;
	padding: 0;
}

body {	background-color: #e5e5e5;
	font-family: helvetica, arial, sans-serif;	font-size: small;
	color: #696969;
	text-align: center;}a {	color: maroon;	font-family: helvetica, arial, sans-serif;	font-size: small;
	text-decoration: underline;}

h1 {	margin: 0;
	padding: 0;
	float: right;
	margin-top: 122px;
	padding-right: 5px;
	color: white;	font-family: helvetica, arial, sans-serif;	font-size: x-large;	font-weight: bold;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	color: black;
}	

#page-container {	margin: auto;
	background-color: white;
	text-align: left;	width: 850px;
	border-left: thin solid maroon;
	border-right: thin solid maroon;
}

#header {
	margin: auto;
	height: 200px;
	width: 850px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
}

#leftcol {	background-color: white;
	float: left;
	width: 150px;
}

#leftcol p {
	line-height: 15px;
	padding: 0 10px 10px 10px;
}

#leftcol h3 {
	padding: 10px 10px 0 10px;
}

#leftcol .padding {
	padding: 10px;
}

#navlist {
	margin-left: 0px;
	padding-left: 5px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	display: inline;
}

#navlist a {
	display: block;
	background-color: #e5e5e5;
	padding: 5px 5px;
	border-bottom: medium solid white;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover {
	background-color: #ffd700;
	border-bottom: medium solid white;
	font-weight: bold;
	text-decoration: none;
}

#rightcol {	background-color: white;
	float: right;	line-height: 15px;	width: 150px;
}

#rightcol .padding {
	padding: 10px;
}

#rightcol h3 {
	display: block;
	background-color: #ffd700;
	padding: 5px 5px;

}
#content {
	margin: auto;
	width: 540px;
	line-height: 15px;	background: white;
}

#content .padding {
	padding: 10px;
	}
	
#footer {
	clear: both;
	color: black;
	margin: auto;
	background-color: #ffd700;
	text-align: center;
	border-top: thick solid maroon;
	border-bottom: thin solid maroon;}

#footer .padding {
	padding: 10px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color: black;
}

#content ul {
	list-style: disc url(../images/smallball.png);
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#riverdental {
	color: #2f4f4f;
	font-weight: bold;
}

#aussie {
	color: #00ced1;
	font-weight: bold;
}

#butchery {
	color: red;
	font-weight: bold;
}

#contact ul {
	list-style: none;
}