#sectionwrapper {
	width: 767px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sectionheader {
	text-align: left;
	padding-left: 20px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffd700;
	background-color: #632e2e;
	width: 785px; 
	margin: 0 8px 0 8px;
}
#sectionsearch {
	background-color: #f08080;
	text-align: center;
	margin: 0;
	padding: 0px 0px 0px 25px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#sectionsearch label, label span {
	display: block;
	padding-bottom: 5px;
	font-size: 11px;
}
#sectionsearch label {
	float: left;
}
#sectionsearch label span {
	float: left;
	text-align: right;
	padding-right:3px;
 }
#sectionsearch fieldset input select{
	float: right;
	font-size: 10px;
}
#sectionsearch fieldset {
	float: left;
	padding: 5px;
	overflow: hidden;
	border: thin white;
}
#sectionsearch form div {
	text-align: center;
	margin: 0;
}
#sectionsearch submit{
	font-size: 9px;
}
#keyword {
	font-size: 9px; 
	border: 1px solid #006; 
	background: #ffc;
}
#categoryid {
	font-size: 9px; 
	border: 1px solid #006; 
	background: #ffc;
}
#categorysubmit {
	font-size: 9px; 
}
#searchsubmit {
	font-size: 9px; 
}
#adcolumn{
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 7px;
	padding: 25px 5px 5px 5px;
}
#contentcolumn{
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#inc_wrapper{
	background: transparent;
}
.link_title {
	text-align: left;
	background: white;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.link_title img {

}
.link_date {
	padding-top: 5px;
	padding-left: 25px;
	text-align: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	height: 50px;
	font-style: italic;
}
.categorytitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	padding-left : 20px;
	color: #FFFFFF;
	background-color: #0066cc;
	text-align: left;
	width: 520px;
}
.notfound {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	padding-left : 10px;
	background-color: #FFFFFF;
}
.innercolumn{
	margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 3;
	background-color: red;
}

