html {
  background-color: #F9F9F7;
}

.clear {
  clear: both;
}

a {
  color: #FF7800;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 14px;
  text-align: justify;
}

strong {
  font-weight: bolder;
}

ul {
  padding: 0 0 10px 20px;
}

ul li {
  list-style-type: disc;
  list-style-position: inside;
}

body {
  background-image: url(../images/background.gif);
  background-repeat:  repeat-x;
  color: #8C8C73;
  font-family: "trebuchet ms",helvetica,sans-serif;
  font-size: 11px;
  line-height: 18px;
  padding: 20px 0 0 0;
}

.wrapper {
  background-color: white;
  width: 717px;
  margin: 0 auto 40px auto;
  border: 1px solid #dcdcd0;
}

.inner {
  padding: 13px 15px;
}

.head {
  background: white url(../images/header_pic.jpg) no-repeat top right;
}

.head h1 {
  background-image: url('../images/sws_logo.jpg');
  background-repeat: no-repeat;
  width: 222px;
  height: 92px;
  display: block;
}

.head h1 a {
  width: 222px;
  height: 92px;
  text-decoration: none;
  display: block;
}

.head h1 a span {
  width: 222px;
  height: 92px;
  display: block;
  visibility: hidden;
}

.menu {
  position: relative;
  background: #46461F url('../images/menu_bg.gif') repeat-x;
  height: 67px;
  padding: 0 20px 0 5px;
  margin: 6px 0 20px 0;
}

.menu ul {
  padding: 0 0 0 35px;
}

.menu ul li {
  background:none;
  display: inline;
  line-height: 48px;
  padding-left: 3px;
}

.menu ul li.first {
  border-left: 0px;
}

.menu ul li a {
  background-repeat: repeat-x;
  padding: 8px 12px 8px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.menu ul li a:hover {
  background: #fff url('../images/menu_hover.gif') repeat-x top;
  color: #4A4A24;
  text-decoration: none;
}

.content .primarycontent {
  position: relative;
  width: 480px;
  float: left;
}

.content .primarycontent h3 {
  position: relative;
  top: 4px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 25px;
  color: #656551;
  letter-spacing: -1px;
  background: url('../images/dot.gif') bottom repeat-x;
  padding: 0px 0px 10px 15px;
  margin-bottom: 20px;
}

.content .primarycontent .content {
  padding: 0px 15px 0px 15px;
  margin-bottom: 20px;
}

.content .primarycontent .post {
  margin-bottom: 30px;
}

.content .primarycontent .post .header {
  position: relative;
}

.content .primarycontent .post .content {
  margin-bottom: 0px;
}

.content .primarycontent .post .content.prize ul {
  margin: 0 0 0 100px;
}

.content .primarycontent .post .content.ref ul li {
  list-style-type: none;
  list-style-position: inside;
}

.content .primarycontent .post .details {
  position:relative;
  left:80%;
}


.content .primarycontent .post .content li {
  position:relative;
  left:5px;
}

.content .primarycontent .post .bottom {
  position: relative;
  top: -10px;
  background: url('../images/post_bottom.gif') repeat-x;
  height: 64px;
}

.content .secondarycontent {
  position: relative;
  width: 180px;
  float: right;
}

.content .secondarycontent .content {
  margin-bottom:20px;
  padding:0 10px;
}

.content .secondarycontent h3 {
  position: relative;
  top: 4px;
  font-weight: bolder;
  font-size: 16px;
  line-height: 25px;
  color: #656551;
  letter-spacing: -1px;
  background: url('../images/dot.gif') bottom repeat-x;
  padding: 0px 0px 10px 10px;
  margin-bottom: 20px;
}

.footer {
  background-image: url('../images/footer.gif');
  clear: both;
  color: #A8A88D;
  height: 66px;
  line-height: 66px;
  position: relative;
  text-align: center;
}

img.picA {
  position: relative;
  top: -2px;
  background: url('../images/a47.gif') no-repeat;
  width: 76px;
  height: 74px;
  padding: 8px;
}

img.floatleft {
  float: left;
  margin: 0px 14px 3px 0px;
}

#arakContent table {
  border-collapse: separate;
  border-spacing: 2px;
  color: #fff;
}


