/*  CSS for Anton's Web Design  */
  body { margin: 0px;
    padding: 0px;
    background: #454;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: normal;
    color: #120;
    }

  #holder { border: 1px solid #000;
    margin: 0px auto;
	padding: 0px 0px;
    background: transparent url(images/tile_rock.jpg) repeat scroll 0% 0%;
    width: 840px;
    }

  #header { display:block;
    padding: 1px 5px;
    width: 840px;
    height: 150px;
    }

 #header img {	position: relative;
   left: 220px;
	top: 20px;
    }

  #menu_left { 
    padding: 5px 5px;
    width: 180px;
    float: left;
    }

  #menu_left p { font-size: 12px;
    text-align: center;
    color: #000;
	/*This is the text in the Nav column */
    }

  #content_top {
    background: transparent url(images/texttop.png) no-repeat scroll 200px 0px;
	}
  
  #content { /*margin: 0pt 5pt 0pt 220px;*/
    background: transparent url(images/textmain.png) repeat-y scroll 200px 0;
    padding: 10px 35px 10px 240px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    }

  #content_bot {
    background: transparent url(images/textbot.png) no-repeat scroll 200px 0px;
	}

  #content a { font-weight: bold;
    color: #006;
    }

  .brclear { margin: 0pt;
    clear: both;
    height: 0pt;
    font-size: 1px;
    line-height: 0px;
    }

  #footer {margin: 10px 30px 10px 500px;
    background: transparent url(images/copyrt2009_anton_dn.jpg);
	width:320px;
	height: 60px;
	}

  h1 { font-size: 200%;
    font-weight: bold;
    text-align: center;
    }

  h2 { font-size: 150%;
    text-align: left;
    }

  h3 { font-size: 120%;
    text-align: left;
    }

  h4 { font-size: 100%;
    text-align: left;
    }

  h5 { font-size: 90%;
    text-align: left;
    }

  h6 { font-size: 80%;
    text-align: left;
    }

  p { font-size: 110%;
    text-align: left;
    }
	
  ol { font-size: 110%;
    }

  .nav { margin: 0px;
    padding: 0px;
    width: 180px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    overflow: hidden;
    }

  .nav li { width: 200px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    }

  .nav p {color: #CCC;
    font-size:11px;
    }
  
  .nav a { color: #EEE;
  text-decoration: none;
    }
	

  .li_nav a, .li_navhere a 
  { background: transparent url(images/btn_granite_up.png) no-repeat scroll 0% 0%;
    display: block;
    width: 175px;
    height: 55px;/* dist. between top edges of nav buttons*/
    padding-left: 45px;
    line-height: 40px;
    }

  .li_navhere a {
	color: #AAC;
    } /* mostly defined just above, this indicates the current page*/


  .li_nav a:hover { background-position: 0pt -56px;
    color: #FFF;
    }/* note. Hover change not implemented for li_navhere */


  .li_nav_submid a, .li_nav_submidhere a
  { background: transparent url(images/btn_submid.png) no-repeat scroll 0% 0%;
    display: block;
    width: 175px;
    height: 30px;
    padding-left:38px;
    line-height:30px;
	font-size:12px;
    }

  .li_nav_submidhere a { color: #AAC;
    } /* mostly defined above, this indicates the current page*/


  .li_nav_submid a:hover { background-position: 0pt -30px;
    color: #FFF;
    }

  .li_nav_subtop a { background: transparent url(images/btn_subtop.png) no-repeat scroll 0% 0%;
    display: block;
    width: 175px;
    height: 18px;
    }

  .li_nav_subbase a { background: transparent url(images/btn_subbase.png) no-repeat scroll 0% 0%;
    display: block;
    width: 175px;
    height: 20px;
    }


