/*This is a comment in a style sheet*/

		.parent
				{
					background-image:				url(../images/gallupNMdioor.gif);
					position:			relative;
					top:				0px;
					margin-left:		auto;
					margin-right:		auto;
					width:							980px;
					height:							780px;
					border-style:					solid;
					border-width:					5px;
					background-repeat:				repeat;
					border:							thin solid#a2915f;
					background-color:				#8b8787;
				}
		
		.banner
				{
					position:						absolute;
					top:							0px;
					left:							0px;
					width:							980px;
					height:							140px;
					
				}
		.title	
				{	
					z-index:						5;
					position:						absolute;
					top:							150px;
					left:							0px;
					width:							978px;
					height:							43px;
					background-image:				url(../images/petsittingheader2018_o.png);
					background-color:				transparent;
					border:							thin solid #a2915f;
				}
		.menu	/*menu on the left*/
				{	position:						absolute;
					top:							147px;
					left:							-10px;
					width:							205px;
					height:							379px;
					background-color:				transparent;
					background-repeat:				no-repeat;
					border:							#000;
					color:							#ffffff;
				}
				
	.navigation
				{
					position:						absolute;
					top:							180px;
					left:							216px;
				
					/*background-image:            url(../images/petsittingheader.gif);*/
					/*background-color:	#840000;*/
					background-repeat:				no-repeat;
					border:							#000;
					color:							#fff;
				
				}
		.content
				{	
					position:						absolute;
					top:							220px;
					left:							205px;
					width:							750px;
					height:							488px;
					margin-left:					auto;
					margin-right:					auto;
					overflow:						auto;
					padding-left:					10px;
					padding-right:					20px;
					padding-top:					10px;
					background-color:				transparent;
					border-left:					thin solid #a2915f;
					border-width:					2px;
					font-size: 						12pt;
					font-family:					Helvetica;
				}

		.footer
				{	
					position:			absolute;
					top:				720px;
					left:				0px;
					height:				60px;
					width:				980px;
					text-align:			center;
					background-color:	#840000;
					font-size: 						14pt;
					
				}
		.developer       /*Small logo in the left  below left menu */
				{
					position:			absolute;
					top:				530px;
					left:				-10px;
					height:				150px;
					width:				205px;
					margin-top:			5px;
					margin-left:		30px;
				
				}
	
.button1
				{
					
					position:	relative;
					top:		0px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
					
				}
.button2
				{
					
					position:	relative;
					top:		3px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button3
				{
					
					position:	relative;
					top:		6px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button4
				{
					
					position:	relative;
					top:		9px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button5
				{
					
					position:	relative;
					top:		12px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button6
				{
					
					position:	relative;
					top:		15px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button7
				{
					z-index:	3;
					position:	relative;
					top:		18px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button8
				{
					z-index:	3;
					position:	relative;
					top:		21px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button9
				{
					z-index:	3;
					position:	relative;
					top:		24px;
					left:		0px;
					display:    block;
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}
.button10
				{
					z-index:	3;
					position:	relative;
					top:		27px;
					left:		0px;
				
					padding-bottom: 2px;
					width:		150px;
					height:		29px;
					
				}				
a.menu :link, a:visited
				{
					color:				#ffffff;
					text-decoration:	none;
					display:			block;
					/*height:				29px;*/
					font-size:			14pt;
					width:				150px;
					line-height:		29px;
					text-indent:		1em;
				}


a.menu:hover, a:active
				{
					
					color:				#000000;
					font-weight:		bold;
					
					height:				29px;
					width:				150px;
				}



					
