body {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-image: url(images/Background.jpg);
}

a {
	text-decoration:none;
	color:#FFFF33;
	text-transform: none;
}

p {
	color:#0033FF;
}

h1 {
	color:#FFFF33;
	font-size:20px;
}


#header {
	width: 700px;
	height: 800px;
	padding: 0;
	margin-top: 0%;
	margin-right: 23%;
	margin-bottom: 0%;
	margin-left: 23%;
}

#logo{
	width:225px;
	background: url(images/Logo.jpg) no-repeat top left;
	height:253px;
	float: left;
	margin: 20px 0 10px 0;
}


#background {
	width: 100%;
	margin: 0 0;
	background: #0066ff url(images/Content_background_01.jpg) no-repeat top scroll;
	height: 100%;
}

.leftalign {
	float:left;
	height: 500px;
	width: 230px;
}


#menucontainer {
	width: 230px;
	margin: 0px 0px 25px 0px;
	float:left;
	height: 250px;
	overflow: visible;
}

.home a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/home_a.gif) no-repeat;
}
 
.home a:hover {
	background: url(images/home_b.gif) no-repeat;
}
 
.about a {
	display:block;
	width:auto;
	height:30px;
	background:url(images/about_us_a.gif) no-repeat;
}
.about a:hover { 
	background:url(images/about_us_b.gif) no-repeat;
}

.grooming a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/grooming_a.gif) no-repeat;
}

.grooming a:hover {
	background:url(images/grooming_b.gif) no-repeat;
}

.product a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/products_a.gif) no-repeat;
}

.product a:hover {
	background:url(images/products_b.gif) no-repeat;
}

.petcare a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/pet_care_a.gif) no-repeat;
}

.petcare a:hover {
	background:url(images/pet_care_b.gif) no-repeat;
}

.petinfo a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/pet_info_a.gif) no-repeat;
}

.petinfo a:hover {
	background:url(images/pet_info_b.gif) no-repeat;
}

.contactus a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/contact_us_a.gif) no-repeat;
}

.contactus a:hover {
	background:url(images/contact_us_b.gif) no-repeat;
}

.photogallery a {
	display:block;
	width:auto;
	height:35px;
	background:url(images/photo_gallery_a.gif) no-repeat;
}

.photogallery a:hover {
	background:url(images/photo_gallery_b.gif) no-repeat;
}


.dropcap {
	float:left;
	width: .7em;
	font-size: 3em;
	line-height: 83%;
}

#content {
	width:400px;
	height:540px;
	float:right;
	background: url(images/Content_border_05.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 70px 20px 70px 0px;
}

.title {
	margin-top: 50px;
}

.title h1 {
	text-align:center;
	text-transform:capitalize;
}

p {
	text-align:justify;
	margin:0 30px 30px 0;
	padding-left: 30px;
	padding-top: 0px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

li {
	list-style:none;
}

.imagecenter {
	margin: 0px 50px;
	padding: 0px 75px;
}

.post p	{
	font-style:normal;
	font-size:14px;
}

#content p {
	font-style:normal;
	font-size: 12px;
}
