#header {
	background: url(images/slick_02.jpg) repeat-x;
	position: relative;
	width: 800px;
	height: 190px;
}
#content {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#Contentarea {
	color: #333333;
	padding: -3px 35px 0px;
	margin: 0px;
}
.title {
	font-size: 14px;
	color: #006CEA;
	font-weight: bold;
}
#Navigation {
	position: absolute;
	left: 419px;
	top: -21px;
	width: 385px;
}

#page {
	position: relative;
	width: 800px;
	margin: auto;
	background: #FFFFFF;
}
#Navigation li {
	float: left;
	text-align: center;
	position: relative;
	display: block;
	width: 172px;
	vertical-align: middle;
	color: #CC0000;
	text-decoration: none;
	background: url(images/nav_02.jpg);
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Navigation a {
	color: #CC0000;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-decoration: none;
}
.tablearea p {
	margin: 0px;
	padding: 0px;
}
.botimage {
	margin-bottom: -2px;
}


#Navigation a:hover {
	color: #CC0000;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background: url(images/nav_01.jpg);
}
.inactive {

	color: #CC0000;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background: url(images/inactivetab.jpg);
}
#Welcome {
	position: absolute;
	color: #FFFFFF;
	left: 485px;
	top: 37px;
	width: 309px;
	height: 112px;
}
.tablearea {
	position: relative;
	top: 0px;
	background-image: url(images/cellbg.jpg);
	text-align: center;
}
#footer p {
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #3366FF;
}


.float {
	position: relative;
}
#footer {
	padding-top: 44px;
	text-align: center;
	color: #FFFFFF;
	background-color: #191919;
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
}
.thumb {
	border: 1px dotted #000000;
}




.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -110px;
left: 151px; /*position where enlarged image should offset horizontally */

}
