/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#000;
	background-image:url(../images/pinkback.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#container{
	width:995px;
	text-align:left;
	margin: 0px auto 0px;
	padding-left:42px;
	background:url(../images/paws.jpg) 0 bottom no-repeat;
	min-height:703px
}
#logo{
	margin-top:29px;
	margin-bottom:32px;
	background-image:url(../images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:122px;
}
#bodyContainer{
	width:995px;
}
#leftColumn{
	float:left;
	width:518px;
	height:323px;
	background:url(../images/middog.jpg) 0 top no-repeat;
}
#rightColumn{
	float:right;
	width:443px;
	padding-left:20px;
	padding-top:130px;
}
#copy{
	clear:both;
	padding-bottom:42px;
	width:518px;
	padding-top:26px;
}
/*specific css*/
h1{
	display:none;
}
li{
	display:inline;
}
h2{
	color:#f2008f;
	font-family:georgia;
	font-weight:normal;
	font-size:1.6em;
}
p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
}
p span{
	font-weight:bold;
	color:#f2008f;
}
h3{
	font-family:georgia;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
}
h3 span{
	color:#f2008f;
	font-size:1.9em;
}
/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:29px;
}
a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -29px;
}
#home{
background-image:url(../images/home.jpg);
width:52px;
}
#about{
background-image:url(../images/about.jpg);
width:51px;
}
#dog{
background-image:url(../images/dog_walking.jpg);
width:95px;
}
#shop{
background-image:url(../images/shop.jpg);
width:94px;
}
#gallery{
background-image:url(../images/gallery.jpg);
width:66px;
}
#rates{
background-image:url(../images/rates.jpg);
width:51px;
}
#links{
background-image:url(../images/links.jpg);
width:48px;
}
#contact{
background-image:url(../images/contact.jpg);
width:62px;
}