body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: center;
}

#frontpanel {
	width: 650px;
	\width: 670px;
	w\idth: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images/front.jpg);
	background-repeat: no-repeat;
	height: 400px;
	border: 1px solid black;
	text-align: center;
}

#frontfooter {
	width: 650px;
	\width: 670px;
	w\idth: 650px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#panel {
	width: 650px;
	\width: 670px;
	w\idth: 650px;
	border: 1px solid black;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

#banner {
	padding: 0;
	margin-bottom: 30px;
}

#content {
	margin: 0 125px 40px 40px;
	font-size: 90%;
}

h1 {
	font-size: 145%;
	color: #333333;
}

h2 {
	font-size: 110%;
	color: #666666;
	margin-top: 1.7em;
}

#reviews h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.right {
	float: right;
}

p {
	text-align: justify;
}

h1.ftxt, h2.ftxt {
	visibility: hidden;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#navbar {
	float: right;
	width: 90px;
	\width: 100px;
	w\idth: 90px;
	margin-top: 5px;
}

/*
#footer {
	clear: both;
	margin-top: 5px;
}
*/

.menu {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	color: black;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0 5px 0 5px;
	margin: 0 0 12px 0;
}

A.menu, .button {
	background-color: #333333;
	border: 1px solid #333333;
	color: white;
}
A.button {
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 15px;
}
A.menu:hover, A.button:hover {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: black;
}

.small {
	font-size: 70%;
}

/* The containing box for the gallery. */
#imgcontainer {
	position:relative; 
	width:480px; 
	height:287px;
	background: #fff url(images/gray.gif) 0px 0px no-repeat;
}

/* Removing the list bullets and indentation */
#imgcontainer ul {
	padding:0; 
	margin:0; 
	list-style-type:none; 
}

/* Remove the images and text from sight */
#imgcontainer a.gallery span {
	position:absolute; 
	width:1px;
	height:1px;
	overflow:hidden;
	background:#fff;
}

/* Adding the thumbnail images */
#imgcontainer a.gallery, #imgcontainer a.gallery:visited {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0 5px 5px 0;
	text-align: left;
	cursor: default;
	border: 1px solid white;
}
#imgcontainer a.slidea {
	background: url(images/smrings.jpg);
	height: 57px;
	width: 75px;
}
* html #imgcontainer a.slidea {
	width:75px; 
	w\idth:75px;
}
#imgcontainer a.slideb {
	background:url(images/smbillet.jpg); 
	height:57px; 
	width:75px;
}
* html #imgcontainer a.slideb {
	width:75px; 
	w\idth:75px;
}
#imgcontainer a.slidec {
	background:url(images/smenvelope.jpg); 
	height:57px; 
	width:75px;
}
* html #imgcontainer a.slidec {
	width:75px; 
	w\idth:75px;
}
#imgcontainer a.slided {
	background:url(images/smglass.jpg); 
	height:57px; 
	width:75px;
}
* html #imgcontainer a.slided {
	width:75px; 
	w\idth:75px;
}
#imgcontainer a.slidee {
	background:url(images/smbooks.jpg); 
	height:57px; 
	width:75px;
}
* html #imgcontainer a.slidee {
	width:75px; 
	w\idth:75px;
}

/* set the size of the unordered list to neatly house the thumbnails */
#imgcontainer ul {
	width:175px; 
	height:250px;
	float:right;
	margin: 0px 0px 0 0;
}

#imgcontainer li {
	float:left;
}

/* change the thumbnail border color */
#imgcontainer a.gallery:hover {
	border:1px solid black; 
}

/* styling the :hover span */
#imgcontainer a.gallery:hover span {
	position: absolute; 
	width: 300px; 
	height: 320px; 
	top: 0px; 
	left: 0px;
}

#imgcontainer a.gallery:hover img {
	float:left; 
	margin-right: 5px;
}







