/* 
Ketcham Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 12/27/2008 */   

/* SITE SPECIFIC LAYOUT */

/*LAYOUT */
div#layout
{
	width:590px;
	float:left;
	padding-right:5px;
	margin-top:5px;
	padding-top:0;
	margin-bottom:20px;
	min-height:255px;
}

/* MAIN */
div#main
{
	width:590px;
	padding-top:30px;
	margin-top:30px;
	background-image:url(/Template/Ketcham/Images/index_main_bg.jpg);
	background-repeat:no-repeat;
}

div#header
{
	height:218px;
	background:url(/Template/Ketcham/Images/home_header_bg.jpg) no-repeat;
}

/* LOCAL */
div#local
{
	float:right;
	margin-top:60px;
	margin-right:10px;
	margin-bottom:20px;
	width:150px;
	display:inline;
	padding:0;
}

/* SUB1 */
div#sub1
{
	display:inline;
	float:right;
	width:190px;
}


div#search
{
	left:250px;
}

div#page
{
	margin-top:0;
	height:auto !important;
}


table
{
	margin:0;
	padding:0;
}

div#extra6
{
	position:absolute;
	display:block;
	bottom:-5px;
}

div#extra4
{
	background-color:#E0D1B2;
	width:5px;
	height:50%;
	position:absolute;
	bottom:2px;
	right:0;
	display:block;
}

div#extra5
{
	background-color:#E0D1B2;
	width:5px;
	height:50%;
	position:absolute;
	bottom:2px;
	left:0;
	display:block;
}

div#nav,#nav
{
	top:218px;
}

div#footer
{
	margin-top:5px;
	border-color:#E0D1B2;
	border-style:solid;
	border-width:5px;
	border-bottom:none;
	border-top:none;
}
