/* Comments for the hacks were inserted by the originator of the skeleton of this stylesheet.  See http://www.tanfa.co.uk for details*/
* {margin: 0; padding: 0; border: 0;}

body {
text-align: center; 
background: #eee; color: #666;
min-width: 760px;
background-image: url(../img/amonite/bg.gif); background-repeat: repeat-x;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
text-align: left;
width: 90%;
margin: 0 auto; 
background: transparent;
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
}

#header {background-color: #666;
 background-image: url(../img/amonite/header2.gif);
 background-repeat: no-repeat; color: #fff; height: 100px;}
 
 #header h1 {
    text-align: right;
    font-family: "Trebuchet MS", sans-serif;
    font-variant: small-caps;
    padding-right: 10px;
    line-height: 90%;
    letter-spacing: 0.1em;
 }

#subnav, #footer {background: #A3A38F; padding: 1px 0;}

#subnav {
   height: 25px;
}

#subnav ul {
   list-style-type: none; padding-left: 20px; padding-top:5px;
}

#subnav ul li {
   display: inline; padding-right: 20px;
}

#subnav ul li a {
   text-decoration: none; color: #000;
}

#subnav ul li a:hover, #subnav ul li a:active {
   background-color: transparent; color: white;
}


#contentfloatholder {/* right faux column tab */
background: #EEE;
float: left;
width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
margin: 0 175px 0 175px; border-left: solid 1px #666; border-right: solid 1px #666;
}

#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
  float:left;
  width: 170px;
  margin: 0 0 0 -5%;
}

p.special {
  background-color:#666; color: #EEE;
}

p.special2 {
   font-size: 80%;
   margin-left: 10px;
   margin-top: 10px;
}

#right {
  float:right;
  width: 170px;
	margin: 0;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

div h3, div p {
margin: 1em 0;
padding: 0 20px; 
}

img {
   border: solid 1px #666; padding: 5px; margin-left: 10px;
}

a:link, a:hover, a:active, a:visited {
   color: #666; background-color: transparent;
}

blockquote {
   margin-left: 25px; padding-left:5px; border-left: solid 5px #666;
}




