* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
body {
	text-align: center;
	font-family: georgia, times new roman, serif;
	font-size: 62.5%;
	background: #fff url(../images/seafoam1-mirror.jpg);
	}
	
body#bg2 {
	background: #fff url(../images/seafoam2-mirror.jpg);
	}
	
body#index5 {
	
	}
	
#container {
	text-align: left;
	margin: 40px auto 40px auto;
	background: #fff;
	width: 600px;
	padding: 30px;
	}
	
#story {
	padding: 30px 30px 5px 30px;
	border: 1px solid #000;
	}
	
.headerimg {
	margin-bottom: 20px;
	}
	
.image {
	margin-bottom: 20px;
	}
	
.oakleyimage {
	float:left;
	padding: 4px;
	border: 1px solid #eee;
	margin: 12px;
	}
	
h1 {
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
	}
		
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 15px;
	}
	
ul, ol {
	margin-left: 25px;
	margin-bottom: 30px;
	font-size: 1.2em;
	}
	
ol {
	margin-left: 40px;
	}
	
ul li, ol li {
	margin-bottom: 8px;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
