#header {
  top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
}

#top-logo {
  text-align: center;
}

/* Start Top Navigation */

#top-navbar {
  background: url(../images/navbar_back.jpg) repeat-x;
  width: 100%;
  height: 54px;
  position: relative;
  vertical-align: bottom;
}

#top-nav {
  text-align: center;
  padding-top: 15px;
  font-weight: bolder;
}

#top-nav ul {
  list-style-type: none;
}

#top-nav ul li {
  display: inline;
  padding-left: 30px;
  vertical-align: text-bottom;
}

#top-nav ul li.first {
  padding-left: 10px;
}

#top-navbar ul li a {
  text-decoration: none;
  color: white;
}

/* End Top Navigation */


/* Start Top Random Image */


#top-img {
  background: url(../images/main_back.gif) repeat-x bottom left;
}

#top-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* End Top Random Image */

/* Start Content */

body {
  background: url(http://asuc.org/new/bg.jpg);
}

html, body {height: 100%;}

#background {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 466px;
  background: #fff;
  z-index: -1;
}

#content {
  position: relative;
  top: 466px;
  height: 100%;
}

#content-ctr {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Start Left sidebar */

#content-left, content-holder-right {
  float: left;
  overflow: hidden;
  height: 100%;
}

#content-left {
  margin-right: 5px;
  color: #666666;
}

#content-left-bottom {
  height: 30px;
  width: 275px;
  clear: both;
  position: relative;
  top: -20px;

  background: url(http://www.asuc.org/new/section1_bottom.jpg) no-repeat;
}

#content-left-top {
  width: 275px;
  background: url(../images/leftbar_bg.png) repeat-y 0 0;
}

#content-left-main {
  width: 223px;
  margin-left:2em;
  padding-right: 1em;
}

#content-left-main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* End Left sidebar */

/* Start Content - right */

#content-main {
  width: 510px; /* 340+170 */
  float: left;
  margin-left: 10px;
}

#NewsList {
  margin-top: 5px;
}

#content-right {
  width: 0px;
  float: right;
}

#content-main-holder {
  float: left;
}

#bottom-nav-border {
  clear: both;
  padding-bottom: 2.5em;
}

/* End Content - right*/

/* Start Footer */

#footer {
  background: url(http://www.asuc.org/new/bottom_stiching.jpg) repeat-x top;
  padding-top: 10px;
  width: 100%;
  clear: both;

  height: 1.3em;
}

#footer-content {
  text-align: center;
  background: #fff;
}

/* End Footer */