* { 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: helvetica, arial, sans-serif;
	font-size: 62.5%;
	border: 10px solid #333;
	}
	
	
#container {
	text-align: left;
	margin: 0 auto;
	background: #fff;
	width: 600px;
	padding: 30px;
	}
	
a {border:0;outline:none;}
a img {border:0;}
	
#article {width:100%;}
	
.headerimg {
	margin-bottom: 20px;
	}
	
.image {
	margin-bottom: 20px;
	}
	
.oakleyimage {
	float:left;
	padding: 4px;
	border: 1px solid #eee;
	margin: 12px;
	}
	
#header {margin-top: 30px;padding: 22px 20px 18px 18px;width:560px;border: double black;}
#content {padding: 20px;width:560px;}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	}
	
h2 {
	font-size: 2em;
	font-weight: normal;
	}
	
h3 {font-size: 1.5em;}

#quickbird h3 {margin-bottom: 20px;}
		
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;
	}
	
table {font-size: 0.9em;border:1px solid #ccc;border-collapse: collapse;width:100%;margin-bottom:20px;}
table thead td {background:#eee;}
table td {vertical-align: top;padding:5px;border-bottom:1px solid #ccc;}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
