body {
	background-color: #fff;
	text-align: center;
	color: #2f2f2f;
	margin: 10px;
	padding: 0px;
	font-family: Georgia, Garamond, Times, Serif;
	font-size: 85%;
	line-height: 190%;
}
p {
font-family: Georgia, Garamond, Times, Serif;}
a {
	text-decoration: none;
	color: #780003;
}
a:hover {
	color: #f40000;
}
h4 {
	font-variant: small-caps;
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, Sans;
	display: inline;
	color: #ff6800;
}
h2 {
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, Sans;
	font-size: 120%;
	color: #fe0000;
	text-transform: capitalize;
}
.container {
	width: 800px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: left;
	clear: left;
	background-color: #FFFFCC;
	height: 124px;
	width: 100%;
	overflow: visible;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FDC31D;
	margin-bottom: 8px;
}
#highlightbox {
text-align: center;
	margin-bottom: 8px;
	height: 2em;
	font-size: 1em;
	background-color: #ffd147;
	border: 1px dotted #d5a415;
}
#pagefooter {
height: 2em;
font-size: 0.8em;
background-color: #fff8d2;
width: 100%;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFE0A6;
clear: both;
}
#toplogo {padding-top: 6px; padding-left: 6px; float: left; display: inline}
#header p {
	padding-right: 15px;
	float: right;
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, Sans;
	font-weight: bold;
	color:#E80005;
	margin-top: 60px;
}
.leftmargin {
	width: 140px;
	float: left;
	padding-right: 10px;
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, Sans;
	font-size: 90%;
	line-height: 150%;
}
.leftcolumn {
	width: 620px;
	float: left;
	text-align: left;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFE0A6;
	font-size: 110%;
}

.rightcolumn {
	width: 250px;
	text-align: left;
	float: left;
	padding-left: 12px;
	font-size: 90%;
	color: #808080;
	line-height: 110%;
}
.thumbs {
	clear: left;
	border: 1px dotted #ababab;
	padding: 2px;
	text-align: left;
	overflow: auto;
	margin-bottom: 10px;
	z-index: 0;
}
.thumbs img {
	float: left;
	margin-right: 6px;
}
.imgleft {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	border-left: 3px solid #FFE0A6;
	padding: 2px;
	padding-left: 4px;
	margin-bottom: 8px;
	background-color: #FFFFCC;
	}
.nav ul li a {
	text-decoration: none;
	color: #780003;
	}
.nav ul li a:hover {
	width: 100%;
	color: #f40000;
}
img {
	border: none;
}
#clientlist p{
	line-height:150%;
	padding-bottom: 10px;
}
/* My Comment */

#lightbox{
	background-color:#eee;
	padding: 20px;
	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); }

