/* commented backslash hack \*/
html, body {height:100%; }

body {
	padding: 0;
	margin: 0;
	background: #216B8E url(../images/backbar.gif) top left repeat-y;
	color: #000000;
}

#outer {
	min-height:100%;	
	margin-left: 190px;
	margin-right: 180px;
	margin-bottom: 0;
	background: #ffffff url(../images/curve.jpg) top right repeat-y;
	margin-bottom: -2px;
	border-bottom: 2px solid navy;
}

* html #outer{height:100%;}

#header {
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	}
/* mac hide\*/
*html #header{height:56px;he\ight:1px}


#header img {padding: 15px 0 20px 0;}

#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	margin-left: -189px;
}


#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	margin-right: -180px;
}

#footer {
width:100%;
clear:both;
height:2px;
background-color: #749692;
color: #000000;
}
 * html #footer {/*only ie gets this style*/
\height:2px;/* for ie5 */
he\ight:1px;/* for ie6 */
}

#clearfooter{clear:both;height:2px}/*needed to make room for footer*/


#centrecontent {

}

* html #centrecontent {height: 1%; margin-bottom:12px}

#centrecontent img {padding: 10px 20px 15px 20px;}

#clearall {clear: both;}
.clearall {clear: both;}
.left {float: left; margin: 10px; }
.right {float: right; margin: 10px;}
.inset {margin-left: 20px;}

#credits a {
	font: 60% verdana, garamond, helvetica, sans-serif;
	padding: 0 0 0 5px;
	margin-top: 5px;
	color: #fff;
	}


	
#prices {border: 1px solid navy; margin-left: 20px; margin-top: 20px;}

#prices td {text-align: center;}
.headrow {background: #68a9ca; text-align: center;}
/* ******** decorative stuff ******** */

p,td, li {
	font: 80% verdana, garamond, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 5px 15px 5px 15px;
	line-height: 1.50;
	text-align: left;
	}

.small {
	font: 70% verdana, garamond, helvetica, sans-serif;
	text-align: center;
	}

.inset {
	margin-left: 20px;
	margin-bottom: 10px;
	}	

h1 {
	color: #000000;
	padding-left: 15px;
	font: 95% verdana, garamond, helvetica,sans-serif;
	font-weight: bold;
	}
	
h2 {
	font: 85% verdana, garamond, helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
	}

h3 {
	font: 85% verdana, garamond, helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;
	}
	
div,p  {margin-top:0}/*clear top margin for mozilla*/




/* ********* nav styles ********* */

#navtable {width: 95%; background: #ffffff;}

#navtable {border-top: 2px solid navy; border-bottom: 2px solid navy; }

#navtable td {margin: 0; padding: 0; width: 10%; text-align: center; height: 40px; vertical-align: middle}

#navtable a {text-decoration: none; display: block; height: 40px; padding:15px 0 0px 0; margin: 0; font: bold 100% verdana, helvetica, sans-serif; color: navy;}

#navtable a:hover {background: white url(../images/curvebottom.jpg) bottom left repeat-x; color: red; }

/* ***************** gallery styles ********************* */

/* gallery container */
.gallery {
	text-align: center;    /* centers inline paragraphs */
	margin: 1em 2%;
	padding: .5em;
}
.gallery a {
	text-decoration: none;
}
.gallery a img {
	border: 0;
	vertical-align: middle;
}

/* outer container for each image/caption pair */
.gallery p {
	display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.gallery a {
	display: table-cell;   /* default, for gecko & Opera6- */
	margin: 1em;
	padding: 5px;
	vertical-align: top;   /* aligns the img/caption container */
	width: 8em;            /* adjusts with text size */
	min-width: 250px;      /* not always honored, but that's OK */
	border: 1px solid #ccc;

}

.gallery a:hover { background: #faf9e5;}

/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
	display: block;        /* fill container width, force a line break */
	height: 210px;         /* a bit larger than highest img */
	line-height: 210px;    /* same value as height */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
	display: block;
	height: 2.5em;         /* makes each box a consistent height */
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;     /* standard spacing */
/*	border: 1px dashed #00f; /* uncomment to show */
}

