body {
	margin-top:0px;
	background-image:url('pet-sitting-images/pet-sitting-bgrnd.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
	font-family:'Century Gothic',tahoma,arial,helvetica;
	font-size:14px;
}

.headerbgrnd {
  background-image:url('pet-sitting-images/pet-sitting-header.jpg');
	background-repeat:no-repeat;
	height:120px;
	width:900px;
}

.menubgrnd {
  background-image:url('pet-sitting-images/pet-sitting-menu.jpg');
	background-repeat:no-repeat;
	height:35px;
	width:900px;
	text-align:center;
	color:#000000;
}

.cellbgrnd {
  background-image:url('pet-sitting-images/pet-sitting-cell-bgrnd.png');
	background-repeat:no-repeat;
	height:35px;
	width:250px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	padding:5px;
}

.cellcontent {
	height:175px;
	width:250px;
	padding:5px;
}

.mainbody {
  background-color:#ffffff;
	text-align:left;
	color:#000000;
	padding:25px;
}

h1 {
  font-size:20px;
	font-weight:bold;
	text-align:center;
}

a:link  {color:#336699;text-decoration:underline;}
a:visited  {color:#336699;text-decoration:underline;}
a:hover {color:#336699;text-decoration:underline;}
a:active  {color:#336699;text-decoration:underline;}

a.menulink:link  {font-size:16px;font-weight:bold;color:#000000;text-decoration:none;}
a.menulink:visited {font-size:16px;font-weight:bold;color:#000000;text-decoration:none;}
a.menulink:hover  {font-size:16px;font-weight:bold;color:#000000;text-decoration:underline;}
a.menulink:active {font-size:16px;font-weight:bold;color:#000000;text-decoration:underline;}