* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial;
  width: 1000px;
  margin: auto;
  background: rgb(0,0,0);
}

p {
  margin: 1em;
}

a {
  color: rgb(0,0,0);
  text-decoration: none;
}

ul.banner {
  height: 250px;
  background-image: url(http://pi.mubetapsi.org/Template/banner.png)
}

ul.nav {
  width: 175px;
  height: 800px;
  float: left;
  padding: 20px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  background-image: url(http://pi.mubetapsi.org/Template/bannerblank.png);
}

ul.nav a {
  text-decoration: none;
  color: white;
  font-family: Georgia;
  font-style: italic;
  font-size: 32px;
  text-shadow: 2px 2px #000000;
}

ul.maintext {
  float: left;
  width: 825px;
  border-right: 2px solid black;
  height: auto;
  background: rgb(255,255,255);
  padding: 15px;
}

ul.maintext table {
	font-famiy: Tahoma;
	font-size: 14px;
	padding-left: 15px;
}

ul.maintext table caption {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	text-justify: left;
}

ul.footer {
  background: rgb(0,0,0);
  color: rgb(255,255,255);
  font-size: 14px;
  font-family: Tahoma;
  padding-bottom: 10px;
  list-style-type: none;
}

ul.footer a {
  color: rgb(255,255,255);
  text-decoration: none;
}

ul.footer li:nth-of-type(1) {
  color: rgb(0,0,0);
}

ul.footer li:nth-of-type(2):after {
  content: "2016";
}
