body {
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-size: 11px;
	text-align: center;  /* needed for IE */
}
#container{
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	/* padding: 8px; */
	text-align: left;  /* needed for IE to undo the above */
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

/* ---------------------------------------- */
/* header bar */
/* ---------------------------------------- */

#header{
	padding: 0 5px 5px 5px;
	background-color: #fff;
}
#header h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	letter-spacing: -0.25px;
	color: #555;
	font-family: Georgia, Times, serif;
	border-bottom: 1px solid #eee;
} /* remove all margins from h1, let the div provide values */

/* ---------------------------------------- */
/* navigation bar */
/* ---------------------------------------- */

#navigation {
	display: none;
}

/* ---------------------------------------- */
/* rail bar */
/* ---------------------------------------- */

#rail{
	display: none;
}

/* ---------------------------------------- */
/* container area */
/* ---------------------------------------- */

#content{
	margin-left: 0px;
	/* border-left: 1px solid #eee; */
	padding: 1em;
	background-color:#fff;
	color: #555;
}
#content h2 {
	margin: 0 0 .5em 0;
}
#footer {
	/* clear: both; */
	/* text-align: right; */
	font-size: 80%;
	/* margin: 0; */
	margin-left: 0px;
	padding: 1em;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding-top: 0.25em;
	color: #cacaca;
	background-color: #fff;
}

/* ---------------------------------------- */
/* global settings */
/* ---------------------------------------- */

h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}

/* ---------------------------------------- */
/* form settings */
/* ---------------------------------------- */

input {
	color: #434d71;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #cacaca;
	padding: 2px;
}
.submit input {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #434d71;
	background: #e3e6f0;
	border: 1px solid #cacaca;
}
textarea {
	color: #434d71;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #cacaca;
	padding: 2px;
}

/* ---------------------------------------- */
/* quoting text */
/* ---------------------------------------- */
blockquote {
	border: 1px solid #cacaca;
	background-color: #eaedf6;
	padding: 6px 8px 6px 8px;
	quotes: "\201C" "\201D";
}
blockquote:before {
	content: open-quote;
	font-weight: bold;
	color: #55649b;
}
blockquote:after {
	content: close-quote;
	font-weight: bold;
	color: #55649b;
}
/* ---------------------------------------- */
/* dealing with inline images */
/* ---------------------------------------- */

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #cacaca;
	padding: 2px;
}
.newquote {
	padding-top: 20px;
	clear: both;
}
/* ---------------------------------------- */
/* emphasizing text */
/* ---------------------------------------- */
span.dateadded {
	color: #cacaca;
	font-size: 80%;
}

