@charset "utf-8";
/* CSS Document */

/*
 * Project: John R Wood
 * 
 * css: print.css
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body {
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
}

/* --------------------------------------------------------------------------------------------- wrapper */

#header {
}

/* --------------------------------------------------------------------------------------------- content */

#content {
}

/* --------------------------------------------------------------------------------------------- footer */

#footer {
}
