@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #fff88d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #663300;
}
a:link { 
	color: #663300;
	text-decoration: underline;
	}
a:visited { 
	color: #663300;
	text-decoration: underline;
	}
a:hover { 
	color: #ffe500;
	text-decoration: none;
	}
a:active { 
	color: #663300;
	}
#container {
	width: 780px;  
	background: #fffbd8;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  
	background-image: url(images/header.jpg);
	height: 170px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#menu {
	width: 780px;
	background: #fffbd8;
	margin: 0 auto;
	text-align: center;
	height: 45px;
}
#mainContent {
	padding: 0 20px; 
	background: #fffbd8;
	text-align: center;
}
#footer {
	padding: 0 10px; 
	background: #fffbd8;
	background-image: url(images/footer.jpg); 
	repeat: none;
	height: 50px;
}
#counter {
	background: #fdfd7c;
	height: 30px;
	padding-top: 5px;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
	height: 45px;
}
.dogname {
	font-size: 14px;
}
dogtitle {
	font-size: 10px;
}
.dogtitle {
	font-size: 10px;
}

