body {
background-image:url(http://www.rajenpatel.com/rseng/images/page_bg.jpg);
background-repeat:repeat-x;
background-color: #ffffff;
}
body,table,td{
	font-family: Verdana;
	letter-spacing:0.5;
	font-size: 11px;
	line-height:1.5;
	color:#333333;
	overflow: auto;

}
A{
	color: #333333;
	font-weight:lighter;
	text-decoration: none;

}
A:HOVER {
	text-decoration: underline;
	color: #FFFFFF;
	
}
simple{
		color: #4E5F6F;
		font-weight:bold;
		text-decoration: none;
		}

#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; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.rajenpatel.com/rseng/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://www.rajenpatel.com/rseng/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.rajenpatel.com/rseng/overlay.png", sizingMethod="scale");
	}

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 44px auto 0 auto;
  padding: 0px 0px 0px 0px;
  background: #FFF url(http://www.rajenpatel.com/images/site_content.png) repeat-y;
  border-top: 0;
  border-bottom: 0;
} 

#sidebar_container { 
  float: right;
  width: 224px;
  padding: 10px 10px 20px 10px;
}

.sidebar { 
  float: right;
  padding: 0 15px;
  width: 192px;
  margin: 0;
}

.sidebar h1 { 
  padding: 5px 0 0 0;
  margin: 0;
}

#content { 
  text-align: justify;
  width: 643px;
  padding: 0;
  margin: 0;
}

#content_item { 
  width: 654px;
  padding: 10px 0 10px 25px;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
  width: 643px;
  height: 427px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}



