/*--------------------------------------------------------------------- standard elements */
body{
  background: #955959 url(../img/body_bg.png) repeat-x;
}

html {
font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
}

/* standard header */
#pageHeader {
margin: 0 auto 0 auto;
width: 920px;
height: 110px;
background: url(../img/header.png) no-repeat;
}

/* mainmenu */
#mainMenu {
margin: 5px auto 0 auto;
width: 924px;
height: 250px;
}

#mainMenu img {
margin: 0px 2px;
}


/* addmenu */
#addMenu {
margin: 73px auto 0 auto;
float: right;
height: 25px;
}

#addMenu li {
list-style: none;
display: inline;
}

#addMenu a {
text-decoration: none;
font-size: 13px;
color: #333333;
}

#addMenu .addMenuItemAct a {
text-decoration: none;
font-size: 13px;
color: #683c3c;
}

#addMenu span {
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: #683c3c;
margin: 0 10px;
}


#contentWrapper{
background: #fff8ec url(../img/footer_bg.png) repeat-x ;
background-position: bottom;
  border-top: 5px solid #683c3c;
}


/* content */
#pageContent {
  width: 920px;
  margin: 0px auto 0px auto;
  padding: 30px 0 30px 0;
  display: block;
}

#pageContentLeft {
  width: 435px;
float: left;
}

#pageContentRight {
  width: 435px;
float: right;
}

#pageContent h1 {
  margin: 25px 0 15px 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  color: #683c3c;
}

#pageContent h1.csc-firstHeader {
  margin: 0px 0 15px 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  color: #683c3c;
}

#pageContent h2 {
  margin: 0 0 0px 0px;
  font-size: 14px;
  color: #333;
}


#pageContent p {
  margin: 0px 0 15px 0px;
  color: #333333;
line-height: 22px;
}

#pageContent a {
  color: #683c3c;
font-weight: bold;
text-decoration: none;
}

#pageContent a:hover {
  color: #683c3c;
font-weight: bold;
text-decoration: underline;
}

/* footer */

#pageFooter {
  margin: 0 auto;
  width: 920px;
  height: 25px;
line-height: 25px;
}
#pageFooter p {
text-align: center;
font-size: 13px;
font-weight: bold;
color: #fff;


}

.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}

