
	body
	{
		margin: 0;
		padding: 0;
		font-family: Arial,sans-serif;
		text-align: center;
		
		color: #5f490a;
		background-color: #ccc187;
	}
	
	#container
	{
		margin: 1em auto;
		width: 1000px;
		text-align: left;
		
	}
	
	#header
	{
		height: 100px;
		
		
	}
	
	#mainnav
	{
		height: 25px;
		
	}
	
	#menu
	{
		float: left; 
		font-size:medium;
		font-variant:small-caps;
		width: 190px;
		min-height: 220px;
		height: auto;
	}
	
	
	#contents	
	{
		margin-right: 20px;
		margin-left: 200px;
		height: auto;
		min-height: 600px;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: #555555;
	}
	
		
	
	a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	
	
	
	#menu a:link, 
	#menu a:visited {
		color: #5f490a;
		font-weight:bold;
		text-decoration: none;
		line-height: 2;
	}
	
	#menu a:hover {
		color: #B8860B;
		padding: 1px 0px 1px 5px;
	}
	
	
	
	#contents a:link, 
	#contents a:visited {
		color: #5f490a;
		text-decoration: none;
		line-height: 2;
	}
	
	#contents a:hover {
		color: #B8860B;
		text-decoration: none;
	}
	
		
	a img { border: none; }
	
	
	/*- Menu Tabs 2--------------------------- */

    #tabs2 {
      float:left;
      width:100%;
      font-size:71%;
      line-height:normal;
	  border-bottom:2px solid #976830;
      }
    #tabs2 ul {
	  margin:0;
	  
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("img/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 11px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url("img/tabright2.gif") no-repeat right top;
      padding:5px 12px 4px 2px;
      color:#3e2d04;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#3e2d04;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }

      #tabs2 #current a {
      	background-position:0% -42px;
      }
      #tabs2 #current a span {
      	background-position:100% -42px;
      }
