body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #eee;
}
#headbarbg {
	width: 100%;
	background: #444 url(images/bg_headbar.gif) repeat-x left bottom;
}
#content, #footer p{
	width: 760px;
	margin: 0px auto;
}
#headbar h1 {
	position: absolute;
	margin: 0 0 0 8px;
	top: 8px;
	font-size: 12px;
	left: 50%;
	color: #444;
}
#headbar h2 {
	position: absolute;
	top: 80px;
	left: 50%;
	margin: 0 0 0 -376px;
	color: #eee;
	line-height: 20px;
	font-size: 10px;
}
#contentbg {
	width: 100%;
	background-color: #fff;
	float: left;
	padding-bottom: 20px;
	background: #fff url(images/bg_main.gif) repeat-y center top;
}
#leftside, #rightside {
	margin: 20px 0px 0px 0px;
	text-align: left;
}
#navbar {
	padding: 0px 0px 0px 20px;
}
#leftside {
	width: 180px;
	float: left;
/* 	border-right: 1px dotted orange; */
}
#rightside {
	width: 540px;
	float: left;
	margin-left: 20px;
}
#navbar ul, #navbar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navbar h3 {
	font-size: 13px;
	line-height: 30px;
	padding-left: 12px;
	margin: 8px 0px;
	background: transparent url(images/bg_navhead.gif) no-repeat center center;
}
#navbar hr {
	display: block;
	margin: 8px 4px;
}
#navbar a {
	background-image: url(images/bg_link.gif);
	background-repeat: no-repeat;
	background-position: 8px; center;
	display: block;
	font-size: 90%;
	text-decoration: none;
	padding-left: 24px;
	padding-top: 1px;
	line-height: 150%;
	color: #300;
/* 	background-color: #300; */
	
}
#navbar a:hover {
	text-decoration: underline;
/* 	background-color: #900; */
}
#navbar a.active, #navbar a:hover.active {
	text-decoration: none;
	color: #375263;
	background-image: url(images/bg_linkact.gif);
	font-weight: bold;
}

a.normal img {
	border: 1px solid #456;
}
a.hover img {
	border: 1px solid #689;
}
#address {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 90%;
}
#address p {
	margin: 8px 0px;
	padding: 0px;
	line-height: 140%;
}
#footer {
	height: 51px;
	background: transparent url(images/bg_footer.gif) repeat-x left top;
	text-align: center;
	padding-top: 12px;
	font-size: 80%;
	clear: both;
}
#footer span {
	float: left;
}
#footer p {
	text-align: right;
}

#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(images/overlay.png); }

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