body {
	background-color: #333;
}

h1 {
	margin: 0px;
}

#pagewrap {
	margin: auto;
	background-color: white;
/*	
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
*/
	padding: 0px;
	width: 900px;
}


/* HEADER */

#headnav {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

#header {
	position: relative;
	border: 1px solid red;
	margin-bottom: 4px;
	height: 130px;
}

	#header h1 {
		margin-top: 10px;
		margin-left: 15px;
		font-size: 30px;
		font-weight: normal;
	}
	
	#header h2 {
		margin-left: 17px;
		margin-top: 3px;
		font-weight: normal;
		font-size: 14px;
	}
	
	#header #tagline {
		position: absolute;
		bottom: 10px;
		right: 15px;
		font-size: 18px;
		font-style: italic;
	}
	
		#header #tagline em {
			font-style: italic;
			font-weight: bold;
		}

#primary_nav {
	height: 25px;
	margin-bottom: 20px;
}

#primary_nav a {
	display: block;
	width: 280px;
	margin: 0px 2px;
	border: 1px solid blue;
	float: left;
	padding: 4px 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	height: 21px;
	line-height: 21px;
	padding: 0px;
}
		
/* END HEADER */


/* SIDEBAR */

#sidebar {
	width: 238px;
	float: right;
	font-family: georgia, times new roman, times, serif;
	font-size: 13px;
	margin-right: 20px;
}

.widebar {
	width: 376px !important;	
}

	.sb_wrap {
		margin-bottom: 30px;
	}

	.sb_head {
		font-family: courier, courier new, monospace;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: underline;
		color: black;
	}
		.sb_head a {
			color: black;
		}
		.sb_head a:hover {
			color: red;
		}
	
	.sb_body {
		margin-top: 0px;
		padding-top: 8px;
		font-size: 12px;
	}
	
	.attrib {
		margin-bottom: 18px;
		margin-left: 25px;
		margin-top: 4px;
		font-style: italic;
	}
	
		.attrib_name {
			font-weight: bold;
		}

/* END SIDEBAR */
	

#main_content {
	margin-right: 288px;
	font-family: georgia, times new roman, times, serif;
	font-size: 13px;
	margin-left: 20px;
}

.mc_narrowed {
	margin-right: 426px !important;
}

	#main_content h2 {
		font-family: courier, courier new, monospace;
		text-decoration: underline;
		font-weight: normal;
		margin-top: 25px;
		margin-bottom: 8px;
	}
	
	#main_content p {
		margin-top: 8px;
	}
	
	#main_content li {
		margin-bottom: 8px;
	}
	
	#reviews .quotation {
		padding-left: 4em;
		background-image: url('../images/quote_30.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.sb_body .quotation {
		margin-bottom: 18px;	
	}
	
	#reviews .attrib {
		padding-left: 4em;	
	}
	
	.filewrap {
		clear: both;
	}
	
	.fileicon {
		float: left;
		margin-right: 8px;
		margin-bottom: 8px;		
	}
	
	#docicon {
		padding-left: 8px;
	}

	.spacer {
		visibility: hidden;
		clear: both;
		height: 1px;
	}

#footer_wrap {
	margin-top: 40px;
	height: 369px;
	background-image: url('../images/typewriter-top.jpg');
	background-position: center top;
}

	#footer {
		font-family: courier, courier new, monospace;
		font-size: 13px;
		text-align: center;
		width: 500px;
		margin: auto;
		padding-top: 75px;
		line-height: 18px;
	}