BODY
{
  padding: 0px;
  margin: 0px;
  font-family: Arial, sans-serif;
  overflow: auto;
  height: 100%;
}

#wrap
{
  margin: 0px;
  padding: 0px;

  /* IE */

  text-align: center;
}

#frame
{
  height: 100%;
  margin: 0px auto;
  max-width: 980px;
  padding: 0px 40px;
}

#head
{
  position: relative;
  top: -5px;
  max-width: 980px;
  height: 62px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);

  background-color: black;
  background-repeat: repeat-x;
  background-position: bottom;
}

#logo
{
  position: absolute;
}

#innerWrap
{
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -259px;
}

#footBump
{
  height: 259px;
}

#content
{
}

p:first-child
{
  margin-top: 0;
}

ul
{
  list-style-type: none;
  margin: 0;
  padding: 4px;
}

ul.list, ul.list li
{
  list-style-type: disc;
}

ul.list li
{
  padding: 4;
  margin-left: 20px;
}

li
{
  list-style-type: none;
}

h1, h2, h3, h4
{
  padding: 0;
  margin: 0;
  color: #555;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child
{
  margin-top: 0px;
}

.col, .news
{
  display: inline-block;
  *display: inline; /* IE */
  zoom: 1; /* IE */
  vertical-align: top;
  padding: 0px 16px;
}

.col .label, .news .label
{
  *display: inline; /* IE */
  vertical-align: top;
  font-weight: bold;
  height: 18px;
  padding: 4px;
}

.news
{
  color: #444;
}

img { border: 0; }

#foot
{
  position: relative;
}

#social
{
  position: absolute;
  top: 8px;
  right: 2px;
}

.block
{
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #aaa;
}

.block:first-child
{
  margin-top: 0px;
}

.block:last-child
{
  border: none;
}
