h1 {color:#D61C63}
h2 {color:#330626;}
h3 {color:#D61C63;}


/* The styles for the body element sets all margins and padding to 0 to overide any defaults. It also make all text black and background white. Font-family and size are not set, so will show the default.   */

body {
		margin:0;
		padding:0;
		color:#000;
		background: #663333; 
	}
	
#wrapper {
		width:1000px;
		margin:20px auto;
		padding: 10px 10px 10px 10px;
		background-image: url(swirl.jpg);
		background-repeat: no-repeat;
		background-position: center;
		
		
	}
	
#words {
		width:560px;
		margin: 145px auto;
		border: 9px solid #D61C63;
		background: #FFCC33 
		

		
	}
	
#hope {
		width:730px;
		margin:150px auto;
		background: #FFCC33 
		

		
	}
	
a:link {color: #5E262F;; text-decoration: underline; }
a:active {color: #5E262F; text-decoration: underline; }
a:visited {color: #D61C63; text-decoration: underline; }
a:hover {color: #5E262F; text-decoration: underline; }	
	
#swirl {
		padding: 0px 150px 0px 0px;
		
		}
		
#swirltop {
		padding: 0px 0px 0px 150px;
		
		}

#main {
		width:760px;
		margin: 145px auto;
		border: 9px solid #D61C63;
		background: #FFCC33 
	}
	
#sidebar {
		float:left;
		width:300px;
		padding:10px;
	}
	
