html {
	background-color: #8f3d3d;
	color: white;
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #efa659;
}

a {
	color: #82add9;
}

div.banner {
	position: relative;
	border-top: 15px solid black;
	border-bottom: 15px solid black;
	background: white url(jupiter-banner-placeholder.gif) center no-repeat;
	height: 200px;
}
div.banner h1, div.banner h2 {
	position: absolute;
	right: 45%;
	white-space: nowrap;
}
div.banner h1 {
	font-size: 24px;
	bottom: 24px;
	color: #8f3d3d;
}
div.banner h2 {
	font-size: 16px;
	font-style: italic;
	bottom: 4px;
}

div.navigation {
	float: right;
	margin: 5% 5% 8% 5%;
	border: 1px solid black;
	background-color: #a65555;
	padding: 0;
}
div.navigation ul {
	display: block;
	margin: 0;
	padding: 1em;
	font-weight: bold;
	list-style: none;
}
div.navigation ul li {
	display: block;
	padding: 0.75em 0 0.75em 1em;
	white-space: nowrap;
	width: 8em;
}
div.navigation ul li a {
	color: #efa659;
	text-decoration: none;
}
div.navigation ul li a:hover, div.navigation ul li.current a {
	color: #ffffc7;
}
div.navigation ul li.current {
	display: list-item;
	list-style-image: url(reddishzen-bullet-current.gif);
	list-style-position: inside;
}

div.content {
	margin: 5%;
}

div.captionedimg {
	float: left;
	margin: 0 2em 2em 0;
	text-align: center;
	font-size: 90%;
	font-style: italic;
}
div.captionedimg img {
	border: 1px solid black;
}

ul#clientlist {
	background-color: #a65555;
}
