@charset "utf-8";
body {
	background: #FFFFFF url(../images/bg_brnpat.jpg);
	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: #553924;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
td {
	color: #553924;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a:link {
	color: #C56531;
}
a:visited {
	color: #C56531;
}
a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 804px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	font-size: 11px;
	color: #DFA47C;
	padding: 10px;
}
#header a:link {
	color: #DFA47C;
	text-decoration: none;
}
#header a:visited {
	color: #E6A882;
	text-decoration: none;
}
#header a:hover {
	color: #52AC47;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	border: 2px solid #DEA17B;
	background-image: url(../images/2008/bg_brown.jpg);
}
.oneColFixCtrHdr #mainContent_home {
	padding: 0;
	border: 2px solid #DEA17B;
}
.oneColFixCtrHdr #footer {
	padding: 5px;
	height: 100px;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	font-size: 11px;
	color: #C56531;
}
#credits {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #DCA17B;
	font-size: 11px;
}
#credits a:link {
	color: #DCA17B;
	font-size: 11px;
	text-decoration: none;
}
#credits a:visited {
	color: #DCA17B;
	text-decoration: none;
}
#credits a:hover {
	color: #52AC47;
}
#footer a:link {
	color: #DCA17B;
	font-size: 11px;
	text-decoration: none;
}
#footer a:visited {
	color: #DCA17B;
	text-decoration: none;
}
#footer a:hover {
	color: #52AC47;
}
#maintext {
	padding: 20px;
	background-color: #FFFFFF;
	border: 2px solid #D6A279;
	margin: 20px 20px 20px 10px;
}
.bg_squiggle {
	background-image: url(../images/2008/bg_squiggle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_squiggle_home {
	background-image: url(../images/2008/bg_home1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


h1 {
	font-size: 24px;
	font-weight: normal;
	color: #52AC47;
}

.brdr_pink {
	border: 2px solid #DCA17B;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	color: #553924;
	font-weight: bold;
}
.caption {
	font-weight: bold;
	color: #553924;
	text-align: center;
}
.pad_10 {
	padding: 10px;
}
.store {
	font-weight: bold;
	color: #663300;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #DFA07C;
	text-decoration: none;
}
#sidebar a {
	text-align: left;
	margin: 5px;
	padding: 5px;
	width: 230px;
	border: 2px solid #DEA17B;
	line-height: 150%;
}
#sidebar a:link {
	color: #DEA17B;
	text-decoration: none;
	font-weight: bolder;
}
#sidebar a:visited {
	color: #DEA17B;
	text-decoration: none;
	font-weight: bolder;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
.press {
	border-bottom: 1px dotted #DEA17B;
}
.highlighter {
	background: #EECEBB;
}
