div.splashpic {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 429px;
}
div.splashpic img {
	display: inline-block;
}
div.splashpic img {
	display: block;
}
div#splashcontent {
	margin: 0;
	padding: 0;
	float: right;
	width: 331px;
	text-align: left;
}
#splashcontent ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 331px;
	text-align: left;
}
#splashcontent .nav li {
	margin: 0;
	padding: 0;
}
#splashcontent .nav li a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 291px;
}
#splashcontent .nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}
html>body #splashcontent .nav li a {
	width: auto;
}

/* ******************** news styles  - green */
/* light: #859D6C                            */
/* dark:  #708659                            */
#splashcontent .nav li.news a {
	border-left: 10px solid #708659;
	border-right: 10px solid #708659;
	background-color: #859D6C;
}
#splashcontent .nav li.news a:hover {
	background-color: #708659;
}

/* ******************** dogs styles - blue */
/* light: #689AA2                          */
/* dark:  #55848A                          */
#splashcontent .nav li.dogs a {
	border-left: 10px solid #55848A;
	border-right: 10px solid #55848A;
	background-color: #689AA2;
}
#splashcontent .nav li.dogs a:hover {
	background-color: #55848A;
}

/* ******************** gallery styles - purple */
/* light: #89829D                               */
/* dark:  #666684                               */
#splashcontent .nav li.gall a {
	border-left: 10px solid #736B89;
	border-right: 10px solid #736B89;
	background-color: #89829D;
}
#splashcontent .nav li.gall a:hover{
	background-color: #736B89;
}

/* ******************** about styles - red */
/* light: #B0716F                          */
/* dark:  #9F5955                          */
#splashcontent .nav li.about a {
	border-left: 10px solid #9F5955;
	border-right: 10px solid #9F5955;
	background-color: #B0716F;
}
#splashcontent .nav li.about a:hover{
	background-color: #9F5955;
}

/* ******************** contact styles - orange */
/* light: #C98F56                               */
/* dark:  #B87A3D                               */
#splashcontent .nav li.contact a {
	border-left: 10px solid #B87A3D;
	border-right: 10px solid #B87A3D;
	background-color: #C98F56;
}
#splashcontent .nav li.contact a:hover {
	background-color: #B87A3D;
}
body.splash div#footer {
	padding-bottom: 100px;
}
