html, body, div, h1, h2, h3, p, ul, li, a, img, span { margin: 0;
									    padding: 0;}

body {background: rgb(0,140,140);}

ul {text-align: center;
	list-style: none;
	color: black;
	padding: 15px;}
							
#wrapper {background: rgb(255,255,204);
		width: 780px;
		margin: 30px auto;
		font-family: Arial, Verdana, sans-serif;}

#main {position: relative;
	width: 780px;
	}

#pageheader {position: relative;
			background: url(images/banner.jpg);
			height: 120px;
			border-bottom: 2px solid rgb(255,0,153);}
			
#pageheader h1{visibility: hidden;}

#pageheader h2{position: absolute;
				top: 85px;
				left: 180px;}
				
#pageheader h3{position: absolute;
				font-family: "Times New Roman", serif;
				font-style: italic;
				font-size: 0.9em;
				top: 100px;
				left: 400px;}
			
			
#content {width: 528px;
		height: 100%;
		float: left;
		clear: right;
		padding-top: 15px;
		padding-bottom: 15px;
		}
		
#sidebar {float: right;
		width: 250px;
		height: 100%;
		background: url(images/sidebar.jpg) 100% repeat-y;
		font-size: 0.9em;
		color: rgb(0,100,100);
		border-left: 2px solid rgb(255,0,153);
		}
		
#sidebar #Peggy {margin-top: 20px;}

#sidebar h3 {font-size: 1.1em;
			font-style: italic;
			padding: 40px  0 0 20px;}	

#sidebar a{color: rgb(0,100,100);
		display: block;
		padding: 0 0 20px 20px;} 		

#footer {background: url(images/lily.jpg) no-repeat;
		height: 120px;
		border-bottom: 30px solid rgb(0,140,140);
		color: rgb(255,255,204);
		font-size: 0.7em;
		text-align: left;
		 border-top: 2px solid rgb(255,0,153);}
		
#footer p {margin-left: 20px;
		padding-top: 100px;}
	
#clear {height:1px;
	    overflow:hidden;
	    clear:both;
	    margin-top:-1px;}
	    
#lily {position: absolute;
	top: -155px;
	right:-40;
	z-index: 5;}