		body  	{	background-color:	aqua;
				margin:			0;
				padding:		0;
				text-align:		left;
			}
 
		h1, h2, h3 {	margin:		0;
				padding:	0;
				font-weight:	normal;
			
			}

		#topstripe{	position:		left;
				width:			1000px;
				height:			15px;
				background-color:	indigo;
			}

		#stripetwo{	position:		left;
				width:			1000px;
				height:			10px;
				background-color:	aqua;
			}

		

		#container{	position: 		left;
				width:			1000px;
				height:			auto;
				margin:			auto;
				padding:		20px;
				background-color:	white;
				width:			1000px;
				position:		relative;
				color:			black;
				font-family:		verdana; 
				text-align: 		justify;
			}
			
		
		#stripethree{	position:		left;
				width:			1000px;
				height:			10px;
				background-color:	aqua;
			}
			
		#lowerstripe{	position:		left;
				width:			1000px;
				height:			15px;
				background-color:	indigo;
			}

		#content{	position:		left;
				
				width:			1000px;
				margin:			auto;
				background-color:	white;
				color: 			black;

			}

		#ul{			margin:0;
					padding:0;
					padding-left:20px;
					background-color:white;
			}

		

		#address{	position:		left;
				width:			1000px;
				margin:			auto;
				padding-left:		20px;
				background-color:	white;
				color: 			black;

			}
	
		
		#footer	{	position:		left;
				width:			1000px;
				height:			auto;
				background-color:	aqua;
			}			
		
		#underfooter{	position:		left;
				width:			1000px;
				height:			20px;
				color:			white;
				background-color:	indigo;

		
				
	
