body {
	background: #222 url(images/bg1.png) no-repeat;
	font-family:  "Trebuchet MS", sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin-left:0px;
	padding: 18px;
}
#wrapper {width:650px;
 				 position: relative;
		  	  margin-left:auto;
					margin-right:auto;
					margin-top:100px;}
#header {
	 		 color: white;
			 font-size:1.5em;
			 float:center;
			 }

#footer {

			 color: white;
			 text-align: left;
			 font-size: 1em;
		   height: 60px;
		   padding:6px;
			 float:left;
			 width:650px;
			}
#content {
				 float: center;
				 color: white;
				 height:50%;
				 
	}

h1, h2, h3 {
	font-weight:normal;	
	font-size:2em;
	color: white;
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
	color:white;
}

h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}

p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}


ul { list-style-type:none; }
ul li {
  color: white;
	font-size: 1.3em;
	background-image: url(images/sakura-1colour.png);
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 44px;
	line-height: 3em;
		}		 
/* anchor styling */
a, strong a {
  text-decoration:none;
	color:#a4d035;
	margin-left:1em;	}
			 











