*{
	border: 0;
	margin: 0;
	padding: 0;
}

a, a:hover{
	text-decoration: none
}

body{
	color: #444;
	font-family: Times New Roman, Times, Georgia, sans-serif;
	font-size: 1em;
}

h1, h2{
	color: #257094
}

h1{
	font-size: 1.4em;
	font-style: italic
}

h2{
	font-size: 1.1em;
}

.left{
	float: left
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.hr{
	background: #ccc;
	height: 1px;
	overflow: hidden;
}

#top .wrapper, #body, #footer{
	margin: 0 auto;
	width: 910px;
}

#top{
	background: url(../img/top_bg.png) repeat-x;
	border-bottom: solid 1px #fff;
	height: 234px;
}

#top .wrapper{ 
	position: relative;
}

#top .shop{
	background: url(../img/shop.png) no-repeat;
	height: 38px;
	text-align: center;
	width: 144px;
}

#top .shop a{
	background: url(../img/paw_small.png) no-repeat left;
	color: #7a6307;
	font-size: .8em;
	padding: 4px 0;
	padding-left: 25px;
	position: relative;
	text-transform: uppercase;
	top: 5px;
}

#top .logo{
	position: absolute;
	left: -25px;
	top: 54px;
}

#top .stuff{
	position: absolute;
	right: -15px;
}

.shadow{
	background: url(../img/shadow.gif) repeat-x;
	height: 20px;
}

#body .left{
	line-height: 1.6em;
	width: 55%;
}

#body .welcome{
	width: 65%
}

#body .fb{
	width: auto
}

#body ul{
	list-style: none
}

#body ul li{
	background: url(../img/paw.png) no-repeat left ;
	padding: 5px 0;
	padding-left: 35px;
}

#body ul li.odd{
	background: url(../img/paw_odd.png) no-repeat left;
}

#body div.dogs img{
	margin-left: 130px;
}

#body div.dogs img:first-child{
	margin-left: 20px
}

#opened_sign{
	position: relative;
	top: 4px;
}

#footer{
	font-size: .7em;
	margin: 15px auto;
	text-align: center
}

#footer img{
	margin-left: 50px;
	vertical-align: middle;
}

#footer img:first-child{
	margin-left: 0;
	margin-right: 50px;
}

