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

html, body {
	height: 100%;
	width: 100%;
	}

body {
	background-color: white;
	background-image: url(images/body_bg.gif);
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 18px;
	}


#header_wrap {
	width: 100%;
	height: 260px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/header_bg.jpg);
	backround-repeat: repeat-x;
	z-index: 1;
	}

#top_header {
	width: 842px;
	height: 130px;
	background-image: url(images/top_header.jpg);
	backround-repeat: no-repeat;
	background-color: white;
	margin: 0 auto;
	text-align: center;
	}

#nav_header {
	margin: 0px auto;
	padding: 0px; auto;
	height: 20px;
	width: 842px;
	}

#page_header {
	width: 842px;
	height: 110px;
	margin: 0 auto;
	z-index: 1;
	}

#content_wrapper {
	width: 842px;
	height: auto !important;
	min-height: 75%;
	text-align: center;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 auto;
	z-index: 1;
	}

#content_left {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 60px;
	text-align: left;
	float: left;
	z-index: 1;
	}

#content_right {
	width: 420px;
	height: 440px;
	overflow: auto;
	min-height: 100%;
	margin-right: 30px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: left;
	z-index: 1;
	float: right;
	}

#content_spread {
	width:734px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	padding-top: 10px;
	text-align:left;
	}
	
#footer {
	width: 734px;
	text-align: center;
	border-top: 1px solid #920026;
	margin: 10px auto;
	padding-top: 10px;
	clear: both;
	}

#nav_header ul {
	margin: 0px;
	padding: 0px;
	}
	
#nav_header li {
	display: inline;
	margin: 0px;
	}

#about_floater {
	position: relative;
	float: right;
	display: inline;
	top: -30%;
	right: 20%;
	z-index: 2;
	background-color: red;
	width: 100px;
	height: 100px;
	}

ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style:square;
	}

li {
	margin-top: 5px;
	padding: 0px;
	}
	
p.header_follow {
	margin-top: 0px;
	}

p.quote_header {
	margin-left: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	}

p.quote {
	margin-left: 20px;
	font-style: italic;
	}

p.lead_in {
	width: 600px;
	height: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div.portrait {
	margin: 10px 10px 0px 0px;
	float: left;
	}

div.spread {
	margin-left: 5px;
	margin-bottom: 15px;
	float: right;
	text-align: center;
	}

.quote_auth {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 150px;
	}

