
#body_index {
  margin: 0;
  padding: 0;
  background: #B8B4B4 url(images/CandD_background.jpg) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #405A67;
}

body {
  margin: 0;
  padding: 0;    
  background: #E6E6E6 ;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #405A67;
}


h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  color: #4F6977;
}

h1 {
  letter-spacing: -1px;
  font-size: 25px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 11px;
}

p, ul, ol {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
  text-align: center;
}

p {
}

blockquote {
  font-style: italic;
}

ul {
}

ol {
}

a {
  color: #38B5F1;
}

a:hover {
  text-decoration: none;
}

small {
}

hr {
  display: none;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 15px 0 0;
}

img.right {
  float: left;
  margin: 0 0 0 15px;
}

/* Header */

#header {
  width: 1000px;
  height: 200px;
  margin: 0 auto;
  background: url(images/CandD_banner.jpg);
}

/* Menu */

#menu {	
	width: 1000px;  
	height: 28px;
  margin: 0 auto;
  border-right: 0px solid #000000;   
}

#menu ul {
  margin: 0;  
  padding: 0px 0px 0 0;
  list-style: none;
  line-height: normal;  
}

#menu li {	
  display: inline;
  height: 28px;
}

#menu a {
	display: block;
  float: left;
  width: 33%;
  padding: 6px 0 0 0;  
  border-left: 0px solid #000000;
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
  font-size: 16px;
  color: #FFFFFF;
}

#menu a:hover {
  background: #FFFFFF url(images/CandD_button_bg.gif) repeat-x;
}

/* Page */

#page {
  width: 1000px;
  margin: 0 auto;
  
}

/* Content */

#content_top {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  padding:6px;
  background: url(images/CandD_content_top.gif) no-repeat left bottom;
}

#content {
  width: 1000px;  
  height: 500px;
  background: #E6E6E6
}

#content_bottom {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  background: url(images/CandD_content_bottom.gif) no-repeat left top;
}



/* Pictures */
.livethumbnail  img{
  border: 2px solid #ccc;
}

.livethumbnail:hover img{
   border: 2px solid navy;
}

.livethumbnail:hover{
  color: red; /* Dummy definition to overcome IE bug */
}

.pictures{
	 text-align: center;
	 width: 950px;
	 height: 500px;	 
	 padding-left: 25px; 
	}



/* Frame */
#frame{
  width: 999px;
  height: 500px;
  border: 0;
}


/* Footer */

#footer {
  padding: 30px 0;
}

#footer p {
  text-align: center;
  font-size: 12px;
  color: #797979;
}

#footer a {
  color: #850306;
}





#lightbox{
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  }
#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
  } 
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(./images/overlay.png); }

* html #overlay{
  background-color: #000;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
  }
