/*
#######  Style sheet created for Clifton Feed & Service, Clifton, Texas
#######  by Promit (www.promit.com). Copyright ©2008.
#######  This sheet unique to home page.
*/


body	{
	margin: 0;
	background-color: #8d9dcc;
	text-align: center;
	font-family: verdana,arial,helvetica,sans;
	font-size: 14px;
	}

#header	{
	display: block;
	width: 1000px;
	margin: 10px auto 0px auto;
	padding: 0px;
	}

#content	{
	position: relative;
	display: block;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background-color: #f5f2f0;
	}

table	{
	position: relative;
	top: 5px;
	left: 5px;
	border-collapse: collapse;
	width: 940px;
	height: 100%;
	background-color: transparent;
	border-top: 10px solid #3b5f61;
	border-bottom: 4px solid #3b5f61;
	border-left: 12px solid #3b5f61;
	border-right: 12px solid #3b5f61;
	}
td	{
	padding: 10px;
	margin: 0;
	text-align: left;
	width: 273px;
	height: 100%;
	vertical-align: top;
	}		
td.post	{
	width: 13px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url(../images/post_cont.gif) repeat-y; 
	}
	
.column p	{ padding: 0; margin-bottom: 8px; }

#woodcolumn-1	{
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 266px;
	width: 103px;
	}
#woodcolumn-2	{
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 581px;
	width: 103px;
	}
* html #woodcolumn-1	{
	left: 267px;
	}
* html #woodcolumn-2	{
	left: 580px;
	}

#nav	{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #999
	}
#nav img { margin: 4px 6px; }
#nav img.welcome { margin: 4px 112px; }

#footbar	{
	position: relative;
	clear: both;
	z-index: 30;
	width: 100%;
	padding: 4px;
	background-color: #3b5f61;
	text-align: center;
	}
#footer	{
	display: block;
	width: 900px;
	margin:8px auto;
	}
#footer p	{
	color:	#fff;
	margin: 0;
	}
#footer p.links	{
	border-bottom: 1px solid #e5c6b2;
	padding-bottom: 6px;
	margin-bottom:3px;
	}
#footer h3	{
	color:#eee1db;
	margin:0;
	}
#footer .copyright { font-size:10px; }
#footbar a	{
	color: #e5c6b2;
	font: small-caption;
	font-size: 0.85em;
	text-decoration: none;
	padding: 0 10px;
	}
#footbar a:visited {
	color: #fff;
	}
#footbar a:hover {
	text-decoration: underline;
	}