body
{
  margin: 20px 20px 0px 20px;
  background: #000000;
  padding: 0px;
}

#banner
{
  height: 80px;
  background: #000000 url(banner.jpg) no-repeat top center;
}

/* Start All Navigation */

#navi
{
  background: #000000;
  border-top: 3px solid #6E6E6E; 
  border-bottom: 3px solid #6E6E6E;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 3px 0px;
  text-align: center;
}

ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
  display: inline;
}

li
{
  display: inline;
}

li a
{
  border: 2px #6E6E6E solid;
  border-bottom: none;
  border-top: none;
  display: inline;
  margin-left: 3px;
  padding: 5px 10px 5px 10px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font: 12px courier new;
}

li a:hover
{
  border: 2px #B6B6B6 solid;
  background-color: #B6B6B6;
  text-decoration: none;
  text-align: center;
  font: 12px verdana;
  font-variant: small-caps;
  color: #000000;
}

/* End Navigation */

#leftpic
{
  position: absolute;
  left: 20px;
  width: 201px;
  height: 480px;
  background: #000000 url(side.jpg) no-repeat left;
  background-position: center bottom;
}

#rightpic
{
  position: absolute;
  right: 19px;
  width: 201px;
  height: 480px;
  background: #000000 url(side2.jpg) no-repeat left;
  background-position: center bottom;
}

#main
{
  margin: 0px 200px 0px 200px;
  padding: 0px 0px 10px 0px;
  text-align: center;
  color: #FFFFFF;
}
	
#comments
{
  position: absolute;
  right: 20px;
  width: 250px;
  font-family: Verdana;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
}

#stylechange
{
  position: absolute;
}

.maintitle
{
  background-color: #141414;
  font-family: Verdana;
  font-variant: small-caps;
  color: #B6B6B6;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  padding: 5px 0px 0px 0px;
  border: 1px #FFFFFF solid; 
  margin: 5px 1px 1px 1px;
}

.box
{

}

.minititle
{
  background-color: #575757;
  font-family: Verdana;
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  text-align: center;
  padding: 2px 0px 2px 0px;
  border: 1px #B6B6B6 solid; 
  vertical-align: middle;
  margin: 3px 1px 0px 1px;
}

.boxinfo
{
  background-color: #000000;
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 10pt;
  text-align: center;
  border: 1px #B6B6B6 solid;
  vertical-align: middle;
  padding: 1px 2px 1px 2px;
  white-space: normal;
  margin: 0px 1px 0px 1px;
}
	
p
{
  margin: 10px 10px 10px 10px;
}

a
{
  color: #FFFFFF;
}

.commentstext
{
  background-color: #575757;
  font-family: Verdana;
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  margin: 0px 1px 0px 1px;
}

.commentstuff
{
  font-family: Verdana;
  font-size: 10pt;
}

.commentmsg
{
  font-family: Verdana;
  font-size: 10pt;
  white-space: normal;
}

span
{
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}
