
/* Page Layout */

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  width: 770px;
}

#ad-banner {
  margin: auto;
  /* Kill Later */
  width: 468px;
  height: 60px;
/*   background: #006; */
}

#ad-leaderboard {
  margin: auto;
  /* Kill Later */
  width: 728px;
  height: 90px;
/*   background: #600; */
}

#ad-tower {
  float: left;
  margin: 5px 5px 0px 0px;
  padding: 0px;
  /* Kill Later */
  width: 160px;
  height: 600px;
  /* background: #060; */
}

#body-container {
  position: relative;
  width: 770px;
}

#content {
  position: relative;
  float: left;
  width: 600px;
  margin: 5px 5px 0px 0px;
  padding: 0px;
  /* Kill Later */
  /* height: 700px; */
}

/* Real Content Layout */

#nav-container {
  /* position */
  position: relative;
  margin: 0px;
  padding: 0px;
  /* Kill Later */
  /* width: 600px;
  height: 83px;
  background: #006; */
}

#sidebar-container {
  position: relative;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  width: 130px;
  float: left;
  /* Kill Later */
  /* height: 400px;
  background: #900; */
}

#main {
  position: relative;
  padding: 0px;
  margin: 5px 0px 10px 10px;
  width: 450px;
  float: left;
  /* Kill Later */
  /* height: 500px; */
  /* background: #eee; */
}

#arcade {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 600px;
  float: left;
  /* Kill Later */
  /* height: 500px; */
  /* background: #eee; */
}

#store {
  position: relative;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 600px;
  height: 100%;
  /* Kill Later */
  /* height: 500px; */
  /* background: #eee; */
}

#footer {
  clear: both;
  /* Kill Later */
  /* height: 50px; */
  /* background: #909; */
}

#smallbar {
  margin: 0px 0px 5px 0px;
  height: 32px;
}

#gamebar {
  margin: 5px 0px 5px 0px;
  height: 32px;
}

#gamefoot {
  padding: 2px;
  margin: 5px 0px 0px 0px;
  height: 24px;
}

/* General Tag Mods */

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* Generic Positioning Classes */

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-left {
  text-align: left;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.inline-justify {
  text-align: justify;
}

.box-center {
  margin: auto;
}

.clear-both {
  clear: both;
}

/* Old Browser Hider */

.ahem {
  display: none;
}
