html { min-height: 101%; }

body{
	background: #aba988;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	min-width:600px;
	line-height:140%;
}


div.clear {
	clear: both;
}

div#header {
        width:800px;
        /* border: 1px solid; */
        margin: 0px auto;
        background: #000000;
    }
a:link { 
	/* font-weight: bold;  */
	text-decoration: none; 
	color: #5d0f46;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5d0f46;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #2c2302;
	}
acronym {
	border-bottom: none;
	}
	
/* new */

div#content-area {
        width: 800px;
       /*  border: 1px solid black; */
        overflow: auto;
  		margin-left: auto ;
  		margin-right: auto ;
  		background: #9b9d76;
        
      }
      div.content {
        float: left;
        width: 25%;
        padding: 8px;
        background: #9b9d76;
      }
      div.sidebar {
        float: right;
        width: 70%;
        padding: 8px;
        background:#bba594;
        min-height: 400px;
        color: #2c2302;
      }
      div.italic{
      	color:#5d0f46;
      	font-family: Verdana, sans-serif;
		font-size: 12px;
		font-style: italic;
      }
      div.sidebar_content{
      }
      div.content_continued{
      	float:left;
      	width:48%;
      }
      div.pic{
      	float:right;
      	width:48%;
      }
      }
      div.content_continued2{
      	float:left;
      	width:48%;
      }
      div.bizcard{
      	float:right;
      	width:48%;
      	
      }

		

/* end new */







   
	/* Footer styles */
div#footer {
        width:800px;
       /*  border: 1px solid; */
        margin: 0px auto;
        text-align: center;
        font-size: 12px;
        /* background-color: #9b9d76; */
    }    

  
/*     NAVIGATION */

div.nav_item{
	margin-bottom: 20px;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	padding-top:2px;
	padding-bottom: 2px;
}
div.nav_item a:link, div.nav_item a:visited {
	color: #2c2302;
	text-decoration: none;
}
div.nav_item a:hover, div.nav_item a:active{
	color:#5d0f46;
}
div.nav_item a.selected {
    color:#5d0f46;
}
