@charset "utf-8";
/* 	_______________________________________________________	
	Created by Dan-Reina Aquino
   	danreina@sbcglobal.net/danreina@bravositesolutions.com
   	Class DMIS 23a: Dreamweaver Web Design
   	Copyright Spring 2009
	_______________________________________________________
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/grungy_paper5.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(../images/paper_graphics/top_fall_colors.png);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #300;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #600;
}
.oneColFixCtrHdr #container #header h4 {
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: -15px;
}
.oneColFixCtrHdr #container #header p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(../images/paper_graphics/lined_paper.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container #mainContent h4, .oneColFixCtrHdr #container #mainContent h4 a {
	color: #800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent ol li, a, a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #590000;
}
a:hover {
	color: #BF6200;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(../images/paper_graphics/bunny_nav.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	color: #590000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #590000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer p a, .oneColFixCtrHdr #container #footer p a:visited {
	font-size: 11px;
	color: #590000;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer p a:hover {
	color: #630;
}
