body  {
	color: #999999;
	line-height: 1.4em;
	font: 100% Optima, Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	margin: 0 auto;
	padding: 0;
	/* text-align: center; */
}

#header {
	vertical-align: bottom;
	border-bottom-color: #515149;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: repeat-x;
	background-image: url(../img/grad_top.png);
	background-position: 0 0px;
	height: 130px;
	/* padding: 100px 0 0 10px; */
	/* text-align: right; */
	margin: 0px;
	width: 100%; /* new trying to center logo */
}

/* original left justified */
/*
#logo { 
	position: absolute;
	left: 15px;
	top: 105px;
} 
*/

#logo { 
	position: relative;
	text-align: left;
	top: 105px;
	left: 20px;
	margin: auto;
	width 100%;
} 


#header ul {
	position: absolute;
	right: 30px;
	top: 108px;	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header li {
	display: inline;
	font-size: .7em;
}

#header li img {
	border: 0px;
}

#footer {
	text-align: center;
	/* font-family: Optima, Arial, Helvetica, Verdana, sans-serif; */
	border-top-color: #515149;
	border-top-style: solid; 
	border-top-width: 1px;
	background-repeat: repeat-x; 
	background-image: url(../img/grad_bot.png);
	background-position: 0 0px;
	padding: 20px;
	height: 160px;
	/* min-height: 310px; */
}

a:active, a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #515149;
	text-decoration: none;
	border-bottom-width:thin;
}

input {
	border: 1px solid black;
}

#sidebar1 {
	position: absolute;
	padding: 10px;
	margin-right: 30px;
	right: 10px;
	font-size: .7em;
	color: #515149; /* #666666; */
	text-align: left;
	line-height: 1.2em;
	height: 100%;
	z-index: 10;
}

#sidebar1 a {
	padding: 3px;
}

#sidebar1 .highlight {
	background-color: #666;
	color: #FFF;
}

#sidebar1 p {
	text-align: left;
	color: #5f6250;
}

#content {
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 auto;
	width: 800px;
}

#content table {
	padding: 10px;
	/* font-size: .8em; */
}

#content p {
	color: #CCCCCC;
	padding-top: 7px;
}

#content h1 {
	padding-top: 7px;
	font-size: 1.4em;
	color: #5f6250; /* 525252 */
}

#content h3 {
	padding: 7px;
	font-size: 1.2em;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-1 li {
	position: absolute;
	padding: 0;
	top: 0;
	/* left: 0; */
	text-align: center;
	width: 800px;
	/* height: 380px; */
	/* background-color: #FFF; */
	visibility: hidden;
}

.caption {
	font-weight: bold;
	position: absolute;
	text-align: center;
	right: 47%;
	/* width: 400px; */
	/* margin: auto; */
	bottom: 3%;
	color: #ccd8af;
	text-shadow: #333 2px 2px;
	/* margin: -30px; */
	/* clear: both; */
	/* padding: 0; */
	z-index: 101;
}

.captionLeft {
	text-align: right;
	font-weight: bold;
	position: absolute;
	/* text-align: center; */
	right: 700px;
	top: 10%;
	color: #d5e1b9;
	text-shadow: #333 2px 2px;
	z-index: 101;
}

.captionRight {
	font-weight: bold;
	position: absolute;
	text-align: left;
	left: 700px;
	top: 10%;
	color: #d5e1b9;
	text-shadow: #333 2px 2px;
	z-index: 101;
}

.example {
	position: relative;
	padding: 0px;
	margin: 0px;
	/* padding:1em; */
	/* margin-bottom: 1em; */
	width: 800px;
	height: 400px;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}

.top {
	background-color: #333333;
	text-align: right;
	/* color: #FFF; */
}

#fade-example-1-next {
	right: 2%;
	top: 75%;
}
#fade-example-1-previous {
	left: 2%;
	top: 75%
}

