/* central box */
body {
  text-align: center;
  }

body > div {
  width: 800px;
  margin: 0px auto;
  background-color: #fff;
  }
  
span.emphasis {
  font-weight: bold;
  color: #da0091;
  }

/* header and content */
body > div > div {
  width: 100%;
  }
  
body > div > div:first-child {
  height: 180px;
  margin-bottom: 20px;
  }

body > div > #footer {
  clear: both;
  height: 25px;
  border-width: 0px;
  font-size: 12px;
  text-align: left;
  color: #333;
  background-color: #fcdbe4;
  text-align: left;
  padding-top: 5px;
  }

/* header */
body > div > div:first-child > a,
body > div > div:first-child > span {
  float: left;
  height: 190px;
  width: 180px;
  display: block;
  background: none transparent bottom left no-repeat;
  margin-left: 12px;
  }

body > div > div:first-child > #top-one {
  background-image: url(../img/circle1.png);
  margin-left: 22px;
  }
  
body > div > div:first-child > #top-two {
  background-image: url(../img/circle2.png);
  }
  
body > div > div:first-child > #top-three {
  background-image: url(../img/circle3.png);
  }
  
body > div > div:first-child > #top-four {
  background-image: url(../img/circle4.png);
  text-decoration: none;
  }

body > div > div:first-child > #top-four > span {
  display: block;
  margin-top: 132px;
  text-decoration: none;
  color: #666;
  }
  
body > div > div:first-child > #top-four > img {
  display: block;
  position: absolute;
  top: 10px;
  width: 138px;
  height: 220px;
  margin-left: 110px;
  }

body > div > div:first-child > #top-two > span,  
body > div > div:first-child > #top-three > span {
  display: block;
  width: 120px;
  height: 33px;
  float: right;
  background: url(../img/link2text.png) top right no-repeat transparent;
  }
  
body > div > div:first-child > #top-three > span {
  width: 76px;
  background-image: url(../img/link3text.png);
  }

body > div > div:first-child > #top-two > div:hover {
  background-image: url(../img/link2text-over.png);
  }
  
body > div > div:first-child > #top-three > div:hover {
  background-image: url(../img/link3text-over.png);
  }

/* columns */
body > div > #content > div {
  float: left;
  width: 518px;
  padding: 20px 40px 20px 10px;
  text-align: justify;
  }
  
body > div > #content > div:first-child {
  width: 168px;
  padding: 0px 0px 0px 40px;
  }

body > div > #content > div:first-child form {
  background-color: #fcdbe4;
  margin: 10px 10px 10px 0px;
  padding: 10px;
  }

body > div > #content > div:first-child form p {
  text-align: left;
  margin-left: -5px;
  }
  
body > div > #content > div:first-child form p span {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  }
  
body > div > #content > div:first-child input {
  width: 140px;
  }
  
/* left column */
body > div > #content > div:first-child ul {
  margin: 20px 0px 0px;
  padding: 0;
  text-align: left;
  list-style-type: none;
  }
  
body > div > #content > div:first-child ul li {
  width: 160px;
  border-bottom: 2px solid #999;
  padding: 0;
  margin-top: 5px;
  }
  
body > div > #content > div:first-child ul li a {
  width: 100%;
  height: 16px;
  display: block;
  text-indent: -9999px;
  background: none center left no-repeat transparent;
  }
  
body > div > #content > div:first-child ul li #one {
  background-image: url(../img/link1.png);
  }
  
body > div > #content > div:first-child ul li #one.active,
body > div > #content > div:first-child ul li #one:hover {
  background-image: url(../img/link1-over.png);
  }
  
body > div > #content > div:first-child ul li #two {
  background-image: url(../img/link2.png);
  }
  
body > div > #content > div:first-child ul li #two.active,
body > div > #content > div:first-child ul li #two:hover {
  background-image: url(../img/link2-over.png);
  }
  
body > div > #content > div:first-child ul li #three {
  background-image: url(../img/link3.png);
  }
  
body > div > #content > div:first-child ul li #three.active,
body > div > #content > div:first-child ul li #three:hover {
  background-image: url(../img/link3-over.png);
  }
  
body > div > #content > div:first-child ul li #four {
  background-image: url(../img/link4.png);
  }

body > div > #content > div:first-child ul li #four.active,
body > div > #content > div:first-child ul li #four:hover {
  background-image: url(../img/link4-over.png);
  }
  
body > div > #content > div:first-child ul li #five {
  background-image: url(../img/link5.png);
  }

body > div > #content > div:first-child ul li #five.active,
body > div > #content > div:first-child ul li #five:hover {
  background-image: url(../img/link5-over.png);
  }
  
body > div > #content > div:first-child ul li #six {
  background-image: url(../img/link6.png);
  }

body > div > #content > div:first-child ul li #six.active,
body > div > #content > div:first-child ul li #six:hover {
  background-image: url(../img/link6-over.png);
  }
  
body > div > #content > div:first-child ul li #seven {
  background-image: url(../img/link7.png);
  }

body > div > #content > div:first-child ul li #seven.active,
body > div > #content > div:first-child ul li #seven:hover {
  background-image: url(../img/link7-over.png);
  }
  
body > div > #content > div:first-child form #error {
  font-size: 9px;
  margin: 0px 10px;
  color: #f00;
  }
  
body > div > #content > div:first-child > #latestnews {
  margin-right: 10px;
  padding: 10px;
  background-color: #ccc;
  margin-bottom: 20px;
  text-align: left;
  }

body > div > #content > div:first-child #newsheader {
  font-weight: bold;
  }

body > div > #content > div:first-child #latestnewsimg {
  width: 100%;
  margin: 10px 0px;
  }
  
/* events */
body > div > #content > div > ul.pagelist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  
body > div > #content > div > ul.pagelist li {  
  margin: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #999;
  }
  
body > div > #content > div > ul.double li {  
  width: 50%;
  float: left;
  text-align: center;
  min-height: 125px;
  }
  
body > div > #content > div > ul.pagelist li > div.title {  
  font-weight: bold;
  color: #da0091;
  clear: both;
  }
  
body > div > #content > div > ul.pagelist li > div.date {
  display: block;
  font-style: italic;
  }
  
/* gallery  */
body > div > #content > div > ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  
body > div > #content > div > ul.gallery li {  
  margin: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #999;
  width: 160px;
  padding: 6px;
  float: left;
  }
 
body > div > #content > div > ul.gallery-story li {  
  color: #da0091;
  }
 
body > div > #content > div > ul.gallery li.gallery-element-large {
  width: 233px;
  padding: 6px;
  }
  
body > div > #content > div > ul.gallery li img {  
  width: 155px;
  }
  
body > div > #content > div > ul.gallery li.gallery-element-large img {  
  width: 233px;
  }

body > div > #content > div > img:first-child {
  margin-bottom: 10px;
  }

img.flickr {
  width: 50%;
  }
 
img.companyimg {
  width: 40%;
  }
  
div.center {
  width: 100%;
  text-align: center;
  }