body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

h1 {
	margin: 25px 0 0 50px;
	text-align: left;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5em;
	color: 000000;
}

#wrapper {
	width: 900px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#banner {
	width: 900px;
	height: 150px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#bannertop {
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(images/bannertopbk.gif);
}

#bannermid {
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#bmleft {
	float: left;
	width: 400px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images/glowing_logo.gif);
}

#bmright {
	float: right;
	width: 500px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images/bmrightbk.gif);
}

#bannerbottom {
	width: 900px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url(images/bannerbottombk.gif);
}

#navmenu {
	width: 900px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/navmenubk.gif);
}

#navmenu ul {
	width: 798px;
	height: 50px;
	margin: 0 51px 0 51px;
	padding: 0;
	list-style: none;
	
}

#navmenu li {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
}

#navmenu li a {
	height: 35px;
	line-height: 2em;
	width: 112px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	border-right: solid #5d6345 2px;
	/*background-color: #5d6345;
	background-image:url(images/libk.gif); background-repeat:no-repeat; background-position:middle;*/
}

#navmenu li a:hover {
	background-color: #eaf2ce;
	/*background-image:url(images/libkhover.gif);*/
}

#content {
	width: 900px;
	height: 400px;
	margin: 0;
	background-color: #ffffff;
	/*background-image: url(images/mainimghome.jpg);
	background-repeat: no-repeat;*/
}

/*#contentinner {
	width: 900px;
	height: 400px;
	margin: 0;
	background-color: #ffffff;
	background-image: url(images/animations/hometest.gif);
	background-repeat: no-repeat;
}*/

#colleft {
	float: left;
	width: 900px;
	height: 400px;
	margin: 0;
}

#txtbx {
	float: left;
	width: 430px;
	height: 375px;
	margin: 25px 0 0 25px;
}

#imgbx {
	float: right;
	width: 400px;
	height: 550px;
	margin: 0;
}

.bodytxt {
	text-align: left;
	font-family: Comic Sans MS, Comic Sans MS, cursive;
	/*font-family: Verdana, Verdana, Geneva, sans-serif;*/
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: 000000;
}

.bodytxt a {
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

.bodytxt a:hover {
	text-decoration: none;
	color: #000000;
}

.detailstxt {
	text-align: left;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: 000000;
}

.tabletxt {
	text-align: left;
	margin: 0 0 0 10px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: 000000;
}

.tabletxt2 {
	width: 200px;
	text-align: left;
	margin: 0 0 0 10px;
	font-family: Comic Sans MS, Comic Sans MS, cursive;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	color: 000000;
}

.tabletxtb {
	width: 165px;
	text-align: left;
	margin: 0 0 0 10px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: 000000;
}

/*#colright {
	float: right;
	width: 420px;
	height: 400px;
}*/

#footer {
	float: left;
	width: 900px;
	height: 75px;
	margin: 0;
	padding: 0;
	background-image: url(images/footerbk.gif);
}

#lightbox {
	background-color:#ccc;
	padding: 10px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#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(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");
}

