* { font-family: "Lucida Grande", sans-serif; }

a,
a:visited
{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid white;
}

a:hover
{
	color: red;
	border-bottom: 1px solid #f3f3f3;
}

h1
{
	font-size: 11px;
	font-weight: normal;
}

h1 span { color: red; }
em { color: gray; }

#container
{
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	text-align: center;
}

#content { margin-top: 1em; }

.article
{
	display: inline;
	margin-left: .5em;
	margin-right: .5em;
}

.article h3
{
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.article h3.current
{
	margin-top: 1em;
	display: block;
	width: 780px;
	text-align: left;
	margin-bottom: .5em;
}

.article h3.current a { color: red; }

.bodytext
{
	font-size: 11px;
	padding-top: .5em;
	margin-bottom: 1em;
	clear: both;
	background-color: white;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}

.bodytext p, .bodytext ul
{
	width: 32%;
	float: left;
	margin: 0;
	margin-right: 1%;
	line-height: 1.3em;
	padding-bottom: 2em;
	text-align: left;
}

.bodytext ul
{
	padding-left: 2em;
	margin-left: 1em;
	width: 340px;
	list-style-type: lower-roman;
}

#images
{
	width: 780px;
	margin-bottom: 1em;
}

#images a
{
	text-transform: lowercase;
	font-size: 11px;
	line-height: 1em;
	margin-right: 1em;
}

#images a.current
{
	color: red;
	margin-right: 0.5em;
}

#images .imagebuttons  
{
	margin-right: 1em;
}

#images .imagebuttons  a
{
	color: red;
	margin-right: 0.5em;
}

#images .imagebuttons  a.imagebutton { color: black; }
#images .imagebuttons  a:hover { color: red; }
#images .imagebuttons  a.current { color: red; }

#currentImage
{
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#currentImage p
{
	text-align: right;
	background-color: white;
	font-size: 11px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 100px;
	padding: 1em;
	margin-top: 180px;
	border: 1px solid silver;
}

#currentImage p a
{
	margin: inherit;
	text-transform: uppercase;
	text-decoration: underline;
	color: red;
}

#footer
{
	position: absolute;
	bottom: 0;
	right: 1em;
	font-size: 9px;
	color: gray;
}

#footer img {
	position: relative;
	top: 3px;
}
#footer a, #footer a:visited { color: gray; }
#footer a:hover { color: red; }
