@charset "UTF-8";
/* Paper Goose CSS Styles */

body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}
img, table {
	border: 0;
}
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
div#site_img {
	background: url(/index_imgs/image_layout.gif) no-repeat;
	width: 900px;
	height: 616px;
}
div#content {
	width: 600px;
}
div#content h1,
div#content h2,
div#content h3,
div#content p {
	text-indent: -2600px;
}