*{
  margin : 0;
  padding : 0;
}

body {
  background-color : #454545;
  background-image : url(siteimages/shadowback.png);
  background-position : center;
  background-repeat : repeat-y;
  color : #CECECE;
  position : relative;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}

#navtxt {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-align : center;
  margin:0 0 4px 0;
}

#maintxt {
  font-family : "Trebuchet MS", Verdana, Arial, Helvetica;
  font-size : 12px;
  text-align : justify;
  padding : 2px;
}

#thead {
  font-family : "Trebuchet MS", Verdana, Arial, Helvetica;
  font-size : 11px;
  padding : 2px;
}

#copyright {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 9px;
  text-align : center;
  color : #FFFFFF;
}

#posted {
  text-align : right;
  font-size : 10px;
}

#comment {
  text-align : right;
}

ul {
  margin : 10px;
  padding-left : 20px;
  list-style-image : url(siteimages/li_img.png);
}

fieldset { 
  border : 1px solid black; 
}

legend {
  z-index : 1;
  padding : 0.2em 0.5em;
  margin-top : 5px;
  border : 1px solid black;
  font-size : 90%;
  text-align : left;
}

textarea {
	border : 1px #676767 inset;
	color : #000000;
	background-color : #5F5F5F;
}

input {
	background-color : #5F5F5F;
	color : #000000;
	border : 1px #2E2E2E inset;
}


a:link {
  color : #FFFFFF;
  text-decoration : none;
  font-weight : normal;
}

a:visited {
  color : #FFFFFF;
  text-decoration : none;
  font-weight : normal;
}

a:hover {
  color : #969696;
  text-decoration : none;
  font-weight : normal;
}

a:active {
  color : #FFFFFF;
  text-decoration : none;
  font-weight : normal;
}

#nav{
background:#000000 url(siteimages/nav_bg.gif) repeat-x top;
filter:alpha(opacity=60);
opacity:0.6;
-moz-opacity:0.60;
}