@charset "utf-8";
body {
	background-color: #000066;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/top.png);
	height: 312px;
	width: 670px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header p {
	margin: 0px;
	}
	
#header h1 {
	text-indent: -90000px;
	display: none;
	}
	
#navlist ul {
	margin: 0px;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-right: 20px;
	}


#maincontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-image: url(images/middlebg.png);
	background-repeat: repeat-y;
	background-position: center;
	letter-spacing: 1px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 55px;
	position: relative;
	clear: both;
}

#maincontent p {
	margin: 0px;
	padding: 10px }

#navigation {
	width: 580px;
	position: relative;
	left: auto;
	top: 275px;
	right: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-right: 0px;
	text-indent: -20px;
	font-variant:small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

#navigation a:link {
	color: #663333 ;
	text-decoration: none;
	}
#navigation a:visited {
	color: #663333;
	text-decoration: none;
	}
#navigation a:active {
	color: #663333;
	text-decoration: none;
	}
#navigation a:hover {
	color: #003399;
	text-decoration: none;
	}


#footer {
	width: 670px;
	background-image: url(images/footer.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #143B66;
	background-repeat: no-repeat;
	background-position: center top;
	height: 79px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	text-align: center;
	
	
}

#footer p {
	margin: 0px;
	}
	
.frame {
	background-image: url(images/goldframe.png);
	background-repeat: no-repeat;
	margin: 10px;
	float: right;
	height: 292px;
	width: 244px;
	z-index: 1;
}

.framedpic {
	background-image: url(images/motownphilly1.jpg);
	background-repeat: no-repeat;
	margin-top: 32px;
	Margin-left: 33px;
	float: left;
	z-index: 2;
}

.dogprofile {
	margin: auto;
	width: 550px;
	background-color: white;
	}.dogcallname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666699;
	letter-spacing: 2px;
}
.dogpic {
	border: 10px solid #eee;
	float: left;
	margin: 15px;
}
.thumbnail {
	border: solid 5px #eee;
}
