@import url(luna_core.css);
    body {
      background: #CD2C37;
    }
#header {
  background: transparent url(images/blank.gif) top left no-repeat;
}
#loginbar a.in {
  background: transparent url(images/blank.gif) top left no-repeat;
}
#loginbar a.out {
  background: transparent url(images/blank.gif) top left no-repeat;
}

#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
}
#loginbar a:hover {
  color: #FFFFFF;
}
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #FFDCFF;
}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.small_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	list-style-position: inside;
	list-style-type: circle;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 20px; font-weight: bold; color: #666666; list-style-position: inside; list-style-type: circle; }

#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 0px solid #CD2C37;
  background: #CD2C37;
}
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 200px solid #e2e1eb;
  background: #e2e1eb;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: left;
  position: relative;
}
#ocwrapperz {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 40px solid #e2e1eb;
  background: #e2e1eb;
}
#leftsidebarz {
  margin-left: -40px;
  padding: 10px 0px 10px 10px;
  width: 30px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebarz {
  margin-right: -40px;
  padding: 10px 10px 10px 0px;
  width: 30px;
  float: left;
  position: relative;
}
#contentwrapperz {
  width: 100%;
  float: left;
  position: relative;
}
#contentz {
  margin: 0px 10px;
  padding: 10px;
  background: #ffffff;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #contentz {
  height: 1%;
}
/* end non ie/mac css */


