a img {
  border:none;
}

a:link, a:visited, a:hover, a:active {
  color:#65a7ee;
  text-decoration:none;
}

h1 {
  font-size:16px;
  font-weight:bold;
  margin:0 0 1.2em;
  padding:0;
}

h2, h3, h4 {
  margin:0;
  padding:0;
  line-height:1.6em;
  font-size:12px;
  font-weight:bold;
}

p {
  margin:0 0 1.8em 0;
  padding:0;
  line-height:1.6em;
}


/* basic layout */

#outer {
  position:relative;
  width:900px;
  margin:0 auto;
  padding:183px 25px 25px;
}

#inner {
  position:relative;
  float:right;
  width:635px;
}

#centerColumn {
  float:left;
  width:370px;
}

#rightColumn {
  float:right;
  width:200px;
}

#leftColumn {
  width:200px;
  float:left;
}

/* slideshow */

.slideshow {
  position:relative;
  width:200px;
  height:275px;
  margin-bottom:35px;
}

.slideshow .slide {
  position:absolute;
  top:0;
  left:0;
}


/* menu */

.menu {
  position:relative;
  width:100%;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:right;
  line-height:1.5em;
}

.menu ul {
  list-style-type:none;
  margin:0 0 15px;
  padding:0;
}

.menu li {
  font-weight:bold;
  margin:0;
}

.menu li li {
  font-weight:normal;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
  color:#000000;
  text-decoration:none;
}


/* header */

#header {
  position:absolute;
  top:0;
  left:0;
  width:900px;
  height:110px;
  margin:0 25px;
  padding:30px 0 15px;
  border-bottom:1px solid #000000;
  z-index:5;
}

#headerLeft, #headerLeft img {
  display:block;
}

#headerLeft {
  float:left;
}


/* logo */

#logo {
  position:absolute;
  top:30px;
  right:25px;
  width:200px;
  height:110px;
  z-index:10;
}


/* news */

.newsBox {
  position:relative;
  padding:28px 10px 10px;
  color:#ffffff;
  background:#871325 url(/images/newsbox_bg.png) repeat-x top left;
  min-height:35em;
}

.newsBox h2 {
  color:#ffffff;
  position:absolute;
  right:5px;
  top:-9px;
  height:25px;
}

.newsBox a:link, .newsBox a:visited, .newsBox a:hover, .newsBox a:active {
  color:#ffffff;
  text-decoration:underline;
}

#centerColumn .newsDate {
  margin-bottom:1.8em;
}


/* misc */

.clearAll {
  clear:both;
  width:100%;
}
