/* CSS Document */
/* In Olney . Com */
/* Layout */
/* Brenda Egeland, February 2007 */

html {
	height: 100%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}
body {
	background-image: url(../images/layout/bkgdgrad.jpg);
	background-repeat: repeat-x;
	background-color: #d6d3bf;
	text-align: center;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 20px 0 0 0;
	min-height: 101%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
	behavior: url("../behaviors/csshover.htc"); /* Win IE behavior call */	
}
img.imgright {
	float: right;
	margin: 5px 0px 5px 5px;
}
img.imgleft {
	float: left;
	margin: 5px 5px 5px 0;
}
div#topbox img.headerAd {
	margin: 4px;
	padding: 0;
	border: 1px solid black;
}
div#container {
	position: relative;
	text-align: left;
	background-color: white;
	background-image: url(../images/layout/leftbkgd.jpg);
	background-repeat: repeat-y;
	margin: 0 auto !important;
	margin: 0;	
	width: 970px;
	border: 1px solid #333333;
	padding: 0;
	min-height: 600px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html div#container {
	height: 600px;
}
div#topbox {
	position: relative;
	height: 100px;
	background-image: url(../images/layout/topbox_diag.jpg);
	background-repeat: repeat-x;	
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0 0 0 200px;
	text-align: center;
}
div#topbox img.logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
div#topbox img.ad {
	margin: 4px 4px 4px 4px;
	border: 1px solid #666666;
}
div#topbox a:hover {
	background-color: transparent;
}
	
div#content {
	position: relative;
	padding: 10px 10px 10px 210px;
}
div#footer {
	position: relative;
	left: 0;
	height: 50px;
	text-align: right;
	background-color: transparent;
	margin: 0 auto !important;
	margin: 0;	
	width: 970px;
	border: none;
	padding: 0;
}

div#nav {
	position: absolute;
	top: 101px;
	left: 0;
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 10;
}
div#belowNav {
	padding: 10px;
	text-align: center;
}
