@charset "utf-8";
body{
	color:#999;
	text-align:center;
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f0ece9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 0.8em;
}
a{ 
	text-decoration:none; 
	color:#9a8578; 
}

ul{ 
	list-style: none; 
	margin:10px 0px; 
	padding: 0; 
}
ul li{
	padding: 0px; 
	margin:0 2px 0 0; 
	list-style:none; 
	display:inline;
}
ul li a{
	display: inline-block!important;
	overflow: hidden;
	height: 90px;
	line-height:90px;
	width: 300px;
	height: 520px;
	white-space:nowrap;
	text-align:left;
	padding-top: 300px;
}
ul li a p {
	line-height:normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 300px;
}
ul li a p strong {
	font-size:24px; 
	color:#645850;
}
ul li a.home {
	background:url(images/smoochypoochy.png) top left no-repeat;
}
ul li a.blog {
	background:url(images/doggystyle.png) top left no-repeat;
}
ul li a.services {
	background:url(images/trimacademie.png) top left no-repeat;
}

p.info { width:500px; margin:10px auto; border-top:dotted 1px #ccc; border-bottom:dotted 1px #ccc; color:#666; padding:10px 0px; text-align:left; line-height:normal; display:inline-block;}
p.info a:hover { color:red; }
p.info h1 a { text-decoration:underline; color:#fff; }

.footer { font:italic 11px/normal Arial, Helvetica, sans-serif; color:#645850; display:inline-block; padding:5px 0 0 0; }
 a:focus {
 outline: none;
 }
 
 img, img a {
    border: none;}
