html {
	text-align: center;
}
body {
	position: relative;
	width: 780px;
	margin: 6px auto;
	text-align: left;
	background-image: url(../images/bkg-paper.jpg);
	color: #333300;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;;
}

/*  for normalizing */
h1, h2, h3, h4 {
	font-size: 100%;
	padding: 6px 0 0 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 110%;
	padding-bottom: 2pt;
}
h4 {
	margin-left: 8px;
	padding: 2pt;
}
/* this is my work only */
p {
	margin: 0 0 6px 0;
}
.intro {
	font-size: .95em;
	line-height: 120%;
}
/* I need some links */
a, a:link, a:visited {
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
}
a:hover {
	color: #9f2214;
}
a:focus, a:active {
	color: Black;
}

/* ------------colors */
.red {
	color: #9F2214;
}
.blue {
	color: #2E6880;
}
.green {
	color: #057d57;
}
/* main Nav bar */
#topNav {
	height: 18px;
	text-align: center;
	width: 100%;
	background-color: #057d57;
	padding-top: 2px;
	margin: auto;
}
/* the main content divs */
div#content {
	position: relative;
	width: 100%;
}
div#content_main { /* content on the left */
	position: relative; /* relative worked */
	left: 0;
	width: 40%;
	padding: 0;
/*		background-color: #a3a58e;*/
}
div#content_sub { /* content on the right */
	position: absolute;
	left: 40%;
	width: 60%;
	padding: 0;
}
#content_main p {
	margin-left: 8px;
	margin-right: 8px;
	font-size: .95em;
}
#content_sub p {
	margin-left: 8px;
	margin-right: 8px;
	font-size: .95em;
}
#quote {
	text-align: justify;
	font-size: .95em;
	padding-right: 10px;
	margin-top: 8px;
	width: 300px;
	float: right;	
}
/* layout stuff here */
.toClear {
	clear: both;
	width: 100%;
}
cite {
	padding-left: 10px;
}
/* this is the list */
ul {
/*	background-color: #a3a58e;*/
 display: list-item;
 list-style: square inside none;
}
li {	
	font-size: .95em;
}
/* ----for the Cupboard include */
div#cupboard {
	background-color: #a3a58e;
		padding: 4pt;
		font-size: .95em;
		border: 4px solid #aa9b7e;
 }
#cupboard p {
 	margin: 0 0 2px 4px;
}
#cupboard a, #cupboard a:link {
			font-size: .95em;
}

/* QuickLinks only */
#quickLinks {
	background-color: #cdbe98;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	width: 260px;
	padding-left: 3px; padding-right: 3px;
}
#quickLinks a, a:link, a:visited {
	color: #333300;
	text-decoration: none;
}
#quickLinks a:hover {
	color: #9F2214;
}
/* where are the headers when I need them */
h2 {
	font-size: 1.6em;
	font-weight: lighter;
	margin-left: 4px;
	margin-bottom: 0;
	float: left;
  width: 410px;
	text-align: center;
	color: #9F2214;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* my very own cute table */
table#special td {
	padding: 2pt;
	border: 0;
}
td#specialLeft {
	text-align: right;
	vertical-align: middle;
	width: 248px;
}
td#specialRight {
	text-align: left;
	vertical-align: middle;
	width: 248px;
}
/* footer and copyright information */
#copyright {
	font-size: .85em;
	text-align: center;
	background-color: #9c8e72;
	width: 780px;
	padding: 2px;
	margin-top: 4px;
	clear: both;
}
#footer {
	font-size: .85em;
	text-align: center;
}
/*  wrapping it up nicely in dots */
div#dottedWrap {
	border: 1px dotted Black;
	height: 100%;
		width: 100%;
	clear: none;
}


