body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 160px;
/*	margin-top: 90px; */
	padding-left: 10px;
	padding-top: 5px;
	background-color: white;
	background-image: url("/images/160blue.png");
	background-repeat: repeat-y;
	font-size: 12pt;
}

div.footer {
	clear: both;
}

h1 {
	text-align: center;
}

table.divecalc {
	border: 2px solid black;
	text-align: center;
}

table.how {
	background: #cc3300;
	color: white;
}

table.dive_stats {
	width: 100%;
	text-align: left;
}

th.dive_stats {
	text-align: left;
}

img.ingredients {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

img.right_float {
	float: right;
	margin-left: 1em;
	margin-bottom: 2em;
}

img.left_float {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}

/* Images with captions */

div.figure {
	border: thin solid;
	margin: 0.5em;
	padding: 0.5em;
}

div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

p.caption {
	text-align: center;
	font-style: italic;
	font-size: larger;
	text-indent: 0;
}
/* Navigational areas */

a.nav_selected {
	font-weight: bold;
}

h2.blog {
	display: inline;
}

.submenu li {
	font-size: smaller;
}

/* Galleries */
td.gallery_index {
	text-align: center;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	background-color: #99AACC;
}

#topbar {
	position: absolute;
	left: 160px;
	top: 0;
	width: 100%;
	background-color: #99AACC;
}

/* The following hackery is to hide this from MSIE, which doesn't
   understand fixed positioning. */

body>div#sidebar {
	position: fixed;
}

body>div#topbar {
	position: fixed;
}

#navigation {
	text-align: left;
	line-height: 1.5;
	margin-top: 10px;
}

#navigation ul {
	margin-left: 1em;
	padding: 0;
}

#copyright {
        text-align: center;
	font-size: smaller;
	clear: both;
}

