body 	{
 background-color: black;
	}

#all 	{
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  width: 890px;
  min-height: 1450px;
  border-style: solid;
  border-width: 0px;
  border-color: #cc0000;
}


#content 	{
  position: absolute;
  margin-top: 175px;
  margin-left: 213px;
  width: 668px;
  min-height: 700px;
  padding-left: 10px;
  padding-top: 10px;
  background-image: url('/contback.png');
  background-repeat: no-repeat;
  background-color: #e2dda2;
}

#item 	{
  height: 45px;
  width: 176px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  overflow: hidden;
  font-weight: bold;
}

#footer {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 793px;
  height: 20px;
}
#header {
  width: 890px;
  height: 300px;
  position: absolute;
  margin-top: -125px;
  margin-left: 0px;
  background-image: url('/header.png');
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

#headbanner {
  width: 468px;
  height: 60px;
  position: absolute;
  margin-top: 234px;
  margin-left: 412px;
  border-style: solid;
  background-color: black;
  border-width: 1px;
}


#towerad {
  position: absolute;
  margin-top: 320px;
  margin-left: 890px;
  width: 160px;
  height: 660px;
  background-image: url('/towerad.png');
  background-repeat: no-repeat;
  padding-top: 38px;
  padding-left: 8px;
}

#sidebar {
  position: absolute;
  margin-top: 175px;
  margin-left: 0px;
  width: 210px;
  border-style: solid;
  background-color: #e2dda2;
  background-image: url('/sideback.png');
  background-repeat: no-repeat;
  border-width: 1px;
}

#sidebar a:hover {text-decoration: underline; color: black; font-weight: bold}
#sidebar a:link {text-decoration: underline; color: black; font-weight: bold;}
#sidebar a:visited {text-decoration: underline; color: black; font-weight: bold;}

#content a:hover {text-decoration: underline; color: grey}
#content a:link {text-decoration: underline; color: grey; font-weight: bold;}
#content a:visited {text-decoration: underline; color: grey; font-weight: bold;}


h1 {
  font-variant: normal;
  font-size: 24px;
  color: black;
  letter-spacing: 1px;
}

h2 {
  font-variant: normal;
  font-size: 22px;
  color: black;
  letter-spacing: 1px;
}

p {
  font-variant: normal;
  font-size: 15px;
  color: black;
  font-weight: bold;
  line-height: 15px;
}

