/******************************
         CSS Styles 
          - JYDEN -
         20.10.2007
******************************/


/**** Import ****/
@import url(header.css);
@import url(menu.css);
@import url(content.css);
@import url(sitemap.css);
@import url(forms.css);
@import url(footer.css);
@import url(collection.css);


/**** General Sitebuilding ****/
html {
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#365A74;
}

body {
  margin:6px 0 0 24px;
  padding:0;
  background-color:#FFFFFF;
}

img {
  border:0;
}

.cleaner {
  clear:both;
  height:0;
}

.cleanerSpan {
  clear:both;
  height:1px;
}


