*{
  padding: 0;
  margin: 0;
}

body{
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #b0b0b0;
  color: #afafaf;
}

a{
  color: #afafaf;
  text-decoration: none;
  font-size: 8pt;
}

a:hover{
  text-decoration: underline;
}

#mainContainer{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#header{
  width: 800px;
  height: 226px;
  float: left;
}

#header img{
  float: left;
  border: 0px;
}

#headerLeftSide{
  width: 260px;
  height: 226px;
  float: left;
}

#topMenu{
  float: left;
  width: 260px;
  height: 64px;
  background: url('images/index_01.gif') no-repeat;
}

#topMenu a{
  display: block;
  width: 40px;
  height: 17px;
  background-color: #f2f2f2;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 3px;
  padding: 2px;
  padding-top: 18px;
  text-align: center;
  text-decoration: underline;
  float: left;
}

#topMenu a:hover{
  background-color: #6ab8ff;
  color: #000000;
}

a#topMenuHome{
  background: url('images/home.gif') 17px 4px no-repeat;
  margin-left: 12px;
}

a#topMenuAbout{
  background: url('images/table.gif') 17px 4px no-repeat;
}

a#topMenuLinks{
  background: url('images/folder.gif') 17px 4px no-repeat;
}

a#topMenuContact{
  background: url('images/mail_back.gif') 17px 4px no-repeat;
}

#djtLogo{
  float: left;
  width: 260px;
  height: 162px;
}

#headerRightSide{
  float: left;
  width: 125px;
  height: 226px;
}

#mainMenu{
  width: 800px;
  height: 59px;
  float: left;
}

#mainMenu a{
  display: block;
  float: left;
}

a#menuEvents{
  width: 140px;
  height: 59px;
  background: url('images/index_06.gif') no-repeat;
}

a#menuEvents:hover{
  background: url('images/index_on_06.gif') no-repeat;
}

a#menuCollaboration{
  width: 124px;
  height: 59px;
  background: url('images/index_07.gif') no-repeat;
}

a#menuCollaboration:hover{
  background: url('images/index_on_07.gif') no-repeat;
}

a#menuCentres1{
  width: 137px;
  height: 59px;
  background: url('images/index_08.gif') no-repeat;
}

a#menuCentres1:hover{
  background: url('images/index_on_08.gif') no-repeat;
}

a#menuCentres2{
  width: 138px;
  height: 59px;
  background: url('images/index_09.gif') no-repeat;
}

a#menuCentres2:hover{
  background: url('images/index_on_09.gif') no-repeat;
}

a#menuLegislation{
  width: 126px;
  height: 59px;
  background: url('images/index_10.gif') no-repeat;
}

a#menuLegislation:hover{
  background: url('images/index_on_10.gif') no-repeat;
}

a#menuCommunications{
  width: 135px;
  height: 59px;
  background: url('images/index_11.gif') no-repeat;
}

a#menuCommunications:hover{
  background: url('images/index_on_11.gif') no-repeat;
}

#content{
  width: 800px
  float: left;
  background-color: #ffffff;
}

#contentLeftSide{
  width: 200px;
  float: left;
  background-color: #ffffff;
}

#searchBox{
  width: 179px;
  height: 35px;
  float: left;
  padding: 5px;
  padding-top: 20px;
  padding-left: 15px;
  border-right: 1px dotted #e0e0e0;
}

#searchBox input{
  border: 1px solid #a0a0a0;
}

#latestEvents{
  width: 170px;
  float: left;
  padding: 15px;
  background-color: #57aec9;
  color: #ffffff;
}

#latestEvents h1{
  font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
}

span.eventDate{
  color: #000000;
  font-weight: bold;
  font-size: 7pt;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

a.eventTitle{
  color: #ffffff;
  font-size: 7pt;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
  text-decoration: none;
}

a.eventTitle:hover{
  text-decoration: underline;
}

span.eventSummary{
  color: #e0e0e0;
}

a.allEventsLink{
  float: right;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.allEventsLink:hover{
  text-decoration: underline;
}

#latestGalleries{
  width: 170px;
  float: left;
  padding: 15px;
  background-color: #eaeaea;
  color: #404040;
}

#latestGalleries h1{
  font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
  font-size: 12pt;
  font-weight: bold;
  color: #404040;
  padding-bottom: 10px;
}

a.galleryPicture img{
  float: right;
  border: 3px solid #d0d0d0;
}

span.galleryDate{
  color: #000000;
  font-weight: bold;
  font-size: 7pt;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

a.galleryTitle{
  color: #57aec9;
  font-size: 7pt;
  font-weight: bold;
  margin-bottom: 3px;
  text-decoration: none;
}

a.galleryTitle:hover{
  text-decoration: underline;
}

a.allGalleriesLink{
  float: right;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.allGalleriesLink:hover{
  text-decoration: underline;
}

#contentRightSide{
  width: 580px;
  float: left;
  padding: 10px;
  color: #303030;
  background-color: #ffffff;
}

#contentRightSide h1{
  font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
  font-size: 18pt;
  font-weight: bold;
  color: #404040;
  padding-bottom: 10px;
}

#contentRightSide a{
  color: #57aec9;
}

#footer{
  width: 800px;
  height: 55px;
  float: left;
  background: url('images/footer_background.gif') no-repeat;
  text-align: center;
  padding-top: 20px;
  color: #505050;
}

#footer a{
  text-decoration: none;
  color: #303030;
}

#footer a:hover{
  text-decoration: underline;
}

a.blueLink{
  color: #36afd7 !important;
  text-decoration: underline !important;
}

span.documentDate{
  display: block;
  float: left;
  width: 80px;
  padding: 4px;
  margin-bottom: 5px;
  color: #ffcf7c;
  font-weight: bold;
  font-size: 7pt;
  background: #95350f url('images/calendar.png') 1px 2px no-repeat;
  padding-left: 20px;
}

a.documentLink{
  display: block;
  float: left;
  padding-left: 20px;
  background: url('images/link.png') 0px 0px no-repeat;
}

span.documentDescription{
  font-size: 7pt;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

span.eventSummary{
  font-size: 8pt;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  color: #303030;
}

#galleries_container{
  width: 365px;
  padding: 5px;
}

.picture_gallery_gallery{
  width: 340px;
  float: left;
  display: block;
  background-color: #303030;
  border: 1px dashed #e0e0e0;
  margin: 2px;
  margin-left: 8px;
  padding: 5px;
}

.picture_gallery_gallery:hover{
  background-color: #404040;
}

.picture_gallery_gallery:hover div{
  color: #ffffff;
}

.picture_gallery_gallery span{
  text-align: left;
  width: 85px !important;
  height: 75px !important;
  display: block;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
}

a.picture_gallery_gallery_title{
  font-family: Arial, Tahoma, Verdana;
  font-size: 8pt;
  font-weight: bold;
  text-transform: lowercase;
  color: #0063dc;
  display: block;
  float: none;
}

a.picture_gallery_gallery_title:hover{
  background-color: #0063dc;
  color: #ffffff;
  text-decoration: none;
}

#galleries_title{
  font-family: Georgia, Trebuchet Ms, Tahoma, sans;
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 10px;
}