/* site hand coded by james ledford */
/* ------------------------------------------------------- */

body
	{
		margin: 0;
		font-family: arial, sans-serif;
		font-size: 11px;
		background: #EAE2D5;
	}

#wrap
	{
		width: 800px;
		margin: auto;
		display: inline;
		background: #fff;
	}



/* nav-------------------------------- */

#nav
	{
		width: 800px;
		height: 219px;
		margin: auto;

	}





/* subnav-------------------------------- */

#subnav li
	{	
		width: 800px;
		height: 20px;
		margin-top: 0px;
		font-family: arial, sans-serif;
		display: inline;
  	list-style-type: none;
  }
	
#subnav a:link
	{
		float: left;
		font-size: 10px;
		line-height: 20px;
    text-decoration: none;
		color: #999;
		padding: 0px 15px 0px 10px;
	}

#subnav a:visited
	{
		float: left;
		font-size: 10px;
		line-height: 20px;
		padding: 0px;
    text-decoration: none;
		color: #999;
		padding: 0px 15px 0px 10px;
	}
		
#subnav a:hover
	{
		color: #000;
	}



/* footer-------------------------------- */

#footer
	{
		width: 800px;
		font-size: 10px;
		line-height: 20px;
		clear: both;
		background: #fff;
		color: #999;
		margin: auto;
		border-top: 1px dotted #ccc;
   }