/* $Header: /Users/rob/Desktop/web/main/images_ii/subsect.css,v 1.1 2005/04/08 04:38:52 rob Exp $ */

BODY {
	background: black;
	color: #888888;
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 40px;
	font-family: helvetica, sans-serif;
}

A {
	font-weight: bold;
	text-decoration: none;
}
A:link { color: white }
A:visited { color: #ddddd7 }
A:active { color: fuchsia }
A:hover { color: #aaaaff }

.gborder { 
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
}

.bborder { 
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
}

.photo { 
	color: #888888;
	text-align: center;
}
.caption {
	color: #888888;
	font-size: x-small;
	text-align: right;
}

.nav_top {
	color: #888888;
	font-size: small;
	position: fixed;
	left: 0px;
}
.nav_top a {
    display: block;
    width: 32px;
    height: 99px;
    background-image: url(../redglow_vg.gif);
}
.nav_top a:hover {
    background-image: url(../redglow_v.gif);
}

.nav_sep {
	color: #888888;
	font-size: small;
	position: fixed;
	left: 0px;
}

.nav_sect {
	color: #888888;
	font-size: small;
	position: fixed;
	left: 0px;
}
.nav_sect a {
    display: block;
    width: 32px;
    height: 39px;
    background-image: url(../sect_vg.gif);
}
.nav_sect a:hover {
    background-image: url(../sect_v.gif);
}

.nav_subsect {
	color: #888888;
	font-size: small;
	position: fixed;
	left: 0px;
}
.nav_subsect a {
    display: block;
    width: 32px;
    background-image: url(subsect_vg.gif);
}
.nav_subsect a:hover {
    background-image: url(subsect_v.gif);
}

.addr {
	color: #888888;
	font-size: small;
	position: fixed;
	right: 0px;
	top: 150px;
}
