body {
  background-image: url(../images/bg.gif);
  background-position: center top;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#bodyW1 {
  background-image: url(../images/bgbw1.gif);
  background-position: center top;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}
#bodyW2 {
  background-image: url(../images/bgbw2.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
#bodyW3 {
  background-image: url(../images/bgbw3.gif);
  background-position: center 0px;
  background-repeat: no-repeat;
}

#container {
  width: 1000px;
  min-height: 800px;
  margin: 0 auto;
  background-position: center top;
  text-align: left;
  position: relative;
}

#logo {
  position: absolute;
  top: 27px;
  left: 18px;
}

#logo a {
  display: block;
  width: 632px;
  height: 43px;
  background-image: url(../images/logo.gif);
  text-indent: -9999px;
}

#navbar {
  padding: 8px 0 0 36px;
  overflow: hidden;
}

#navbar li {
  float: left;
  border-right: 2px solid black;
  margin-right: 8px;
  padding-right: 8px;
}

#navbar li.last {
  border-right-width: 0px;
}

#navbar a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#navbar a:hover {
  color: #e52497;
}

#main-menu {
}

#search {
  position: absolute;
  top: 7px;
  right: 23px;
}

#search .search_text {
  background-color: transparent;
  background-image: url(../images/search-bg.gif);
  border-width: 0px;
  width: 159px;
  height: 15px;
  margin: 0px;
  padding: 3px 10px;
  font-weight: bold;
  color: #e52497;
}

#search .search_submit {
  display: none;
}

#main {
}
#content {
  padding-top: 148px;
}
#container {
  position: relative;
}
#main {
  width: 1000px;
  overflow: hidden;
  position: relative;
}
#middle {
  padding: 10px;
}
#menu li {
  border-bottom: 1px solid #ddd;
  margin: 3px 0;
  padding: 3px 0;
}
#menu li.last {
  border-bottom-width: 0px;
}
a h1, a h2, 
  #menu li a {
  color: #000;
  text-decoration: none;
}
a:hover h1, a:hover h2,
  #menu li a:hover
  {
  color: #df4d9b;
}
.contentBox {
  border: 1px solid #df4d9b;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

#page-content {
  margin-left: 310px;
  margin-right: 170px;
  float: left;
  width: 500px;
  display: inline;
}
#left {
  width: 300px;
  float: left;
  margin-left: -980px;
}
#right {
  float: left;
  width: 160px;
  margin-left: -160px;
}
#menu li a, 
  .contentBox .category,
  .article-box ul a 
  {
  display: block;
  background: url(../images/arr-black.gif) 0px 4px no-repeat;
  min-height: 15px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-box ul a {
  font-weight: normal;
}
#menu li a:hover,
  .article-box ul a:hover
  {
  background-image: url(../images/arr-pink.gif);
}
.contentBox .category {
  color: #d3d726;
  background-image: url(../images/arr-yellow.gif);
  margin-left: 0;
  margin-bottom: 5px;
}
.mainBox .category
  {
  margin-left: 110px;
}
.article-box .category a {
  color: #d3d726;
}
.contentBox h1 {
  margin: 5px 0;
}
h1 {
  font-size: 17px;
  font-weight: bold;
}
.rightList {
  padding: 0;
}
.rightList .boxHeader {
  background-color: #e52497;
  background-image: url(../images/arr-yellow.gif);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  color: #d3d726;
  padding: 3px;
  padding-left: 20px;
}
.rightList li, .poll {
  padding: 5px 10px;
  border-bottom: 1px dashed #aaa;
}
.last_poll {
  border-bottom: 0px;
}
.rightList li.last {
  border-bottom-width: 0px;
}
.rightList li a {
  text-decoration: none;
  color: #000;
}
.rightList li a:hover {
  text-decoration: underline;
}
.article-box a {
  color: #000;
  text-decoration: none;
}
.article-box .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.article-box ul {
  clear: both;
  margin-top: 10px;
}
.article-box ul li a {
  text-transform: none;
  background-image: url(../images/arr-pink.gif);
  color: #df4d9b;
}
.article-box ul li a:hover {
  color: #000;
  background-image: url(../images/arr-black.gif);
}
#footer {
  background-color: #e52497;
  color: white;
  background: #e52497 url(../images/logo-foot.gif) 14px 11px no-repeat;
  padding: 10px;
  padding-left: 110px;
  height: 50px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.poll {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.last_poll {
  padding-bottom: 0px;
}
.poll .question, .poll_results .question {
  font-weight: bold;
}
.poll input {
  float: left;
}
.poll .poll_answer label {
  display: block;
  margin-left: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.poll_results .poll_result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.poll input.submit {
  float: none;
}
.poll_button {
  text-align: center;
}
.banner {
  margin-bottom: 10px;
}
#bar {
  font-size: 10px;
}

.imgntext {
  position: relative;
  font-size: 12px;
}
.imgntext a {
}
.imgntext .text,
.imgntext .text_bg {
  position: absolute;
  bottom: 0px;
  *bottom: 4px;
  left: 0px;
  right: 0px;
  color: #fff;
  padding: 5px 7px;
  font-weight: bold;
  cursor: pointer;
}
.imgntext .textin {
  opacity: 0; filter: alpha(opacity=0);
}
.imgntext .text_bg {
  background-color: #000;
  opacity: 0.75;filter:alpha(opacity=75)
  cursor: pointer;
}
.imgntext a {
  color: white;
  text-decoration: none;
}
.imgntext a:hover {
  text-decoration: underline;
}
.note {
  font-weight: normal;
  font-size: .9em;
}
#stats-bar {
  margin-bottom: 20px;
}
.pageNav {
  text-align: center;
}
.pageNav a {
  color: #df4d9b;
  text-decoration: none;
}
.pageNav a:hover {
  color: black;
}

