body {
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(../images/bg-gradient.png) repeat-x top left;
	background-color:#FFCC99;	
}
a {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #ff0000;
}
a:visited {
	color: #333399;
}
a:hover {
	color: #ff0000;
}
li {
	padding-bottom: 10px;
}
#treeline {
	position:fixed;
	bottom:-2em;
	width:100%;
	height:280px;
	padding:0;
	left:0;
	opacity:.90;
	filter: alpha(opacity=90);
	z-index:3;
	background:url(../images/TMD-Bottom.png) repeat-x top left;
}
#monument {
	position: fixed;
	height: 446px;
	width: 438px;
	left: 650px;
	bottom: 0px;
	z-index: 2;
	background:url(../images/Monument2.png) no-repeat bottom right;
	
}
#content-top {
	height: 50px;
	width: 680px;
	margin: 0px;
	padding: 0px;
	margin-left: 51px ;
	background:url(../images/content-top.jpg) no-repeat bottom right;
	
}
#content-wrapper {
	width: 679px;
	border: solid 1px #3333CC;
	border-top: none;
	margin-left: 50px ;
	background-color: #F0F0F0;
}
#bottom-buffer
{
	clear: both;
	height: 200px;
}
#content-bottom {
	clear: both;
}
#left-column {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-left: 10px;
}
#right-column-top {
	float: right;
	width: 200px;
	height: 86px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background:url(../images/Right-Column-Information.jpg) no-repeat bottom left;
}
#right-column h2 {
	font-size: 1em;
}
#right-column ul {
	list-style-type: none;
	padding-left: 10px;
}
#right-column {
	float: right;
	width: 190px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	background-color: #D9D9F0;
	font-size: .8em;
}



/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:400px;height:150px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative;border:1px solid #555;background:#777;padding:2px;}
.pika_animationDivs{top:2px;left:2px;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:380px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a.pika_stop_button{background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat;}

