* { margin: 0; padding: 0; }
html {
  height: 100%;
}

body {
  font-family: Arial, Verdana, "Tahoma MS", sans-serif;
  background: #181B1C;
  min-width: 900px;
/*  width:expression(document.body.clientWidth < 950? "950px": "auto" );*/
  height: 100%;
}

/*
h1 {
  background: rgb(171,0,0) url('../images/ztbanner.png') no-repeat center left;
  height: 125px;
  border-bottom: 3px solid #eb3d24;
}
now in 2 files
*/

#nav{
  position: absolute;
  left: 0;
  top: 125px;
  list-style-type: none;
  margin-bottom: 2em;
  width: 139px; /* whatever the black is on the above image */
  margin-right: 3em;
}

#nav li a {
  display: block;
  padding: 1em;
  border: 1px solid #eb3d24;
  color: #F5F5F5;
  text-decoration: none;
}

#nav a:link {
  color: #F5F5F5;
}

#nav a:visited {
  color: #A8A8A8;
}

#nav a:hover {
  background-color: #8F0000;
}

#nav a:active {
  color: #E3412B;
}

#wrapper {
  background: #969696 url('../images/gradient.png') repeat-x;
  position: relative;
  left: 139px;
  margin-left: 0;
  margin-right: 278px;
  min-height: 100%;
  height: auto!important;
  height: 100%;
  margin-bottom: -20px;
}

#contact { height: 20px; }
#push { height: 1px; }
#content {
  background: #F5F5F5;
  border: 2px solid #E3412B;
  padding: 4px;
  border: 1px solid gray;
  box-shadow: 8px 8px 4px #888;
  -moz-box-shadow: 8px 8px 4px #888;
  -webkit-box-shadow: 8px 8px 4px #888;
}

#shadow {
  position: relative;
  left: 5px;
  top: 2.5em;
  background: gray;
  width: 70%; /* jelloish width */
  max-width: 800px;
  margin: 0 auto 5em auto;
}

h2 {
  font-size: 200%;
  padding: .25em;
  background: #181B1C;
  color:  #F5F5F5;
  border: 2px solid #E3412B;
  text-align: center;
  border-bottom: gray;
  zoom: 1;
}

h3 {
  margin: 1em;
}

/* bullet tabs */
#content > ul { padding-left: 2.5em; }
#content ul li {
  padding-left: 1em;
}

#contact {
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #981c1e url('../images/headergrad.png') no-repeat center left;
  border: 1px solid #eb3d24;
  padding: .5em;
  width: 100%;
}

#contact li {
  display: inline;
  padding: 0 .5em;
  color: #F5F5F5;
}

#contact li + li {
  border-left: 1px solid #262526;
}

#contact a:link {
  color: #F5F5F5;
}

#contact a:visited {
  color: #A8A8A8;
}

#contact a:hover {
  color: #E3412B;
}

#contact a:active {
  color: #E3412B;
}

#mailsize {
	float: none;
	position: relative;
	right: 5%;
	bottom: 5%;
	left: 5%;
	padding: 5px;
	width: 100%;
	height: 600px;
	top: 5%;
}

#bigassline {
	float: left;
	height: 600px;
	position: relative;
}

table { width: 100%; }
textarea {
  width: 90%;
}

input, textarea {
  padding: .3em;
}

