@charset "utf-8";
body {
	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;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #402F25;
	text-align: left;
}
#header  {
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(images/header.jpg);
}
#cse-search-box  {
	float: right;
	margin-right: 10px;
	margin-top: 102px;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #060C28;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 150px;
}
#ContentHolder   {
	padding: 0px;
	min-height: 500px;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FDFAEE;
	min-height: 500px;
}
#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 180;
}
#footer  {
	padding: 0 10px;
	background-color: #FCFEF3;
	border-top-width: 2px;
	border-top-style: solid;
	background-image: url(images/bgfooter.jpg);
	border-top-color: #6C5140;
	height: 60px;
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #402E22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #402E22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #402E22;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #402E22;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #402E22;
	margin-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #402E22;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent   li      {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}

#imagecaption {
	font-size: 10px;
	float: right;
	width: 200px;
	margin-left: 5px;
}
hr {
	color: #402E22;
}

a {
	color: #3F2E24;
}
#featured {
	background-color: #F7EDD2;
	float: right;
	width: 200px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	border: thin solid #3F2E26;
}
#featured p {
	margin-bottom: 0px;
}


#featured li {
	list-style-position: outside;
	list-style-type: square;
	font-style: normal;
	color: #402E22;
}
#featured  a  {
	color: 3F2E24;
}
#featured a:visited {
	color: 3F2E24;
}
