/*CSS for scenic river site*/

img
{
	border:0px;
}

#scenic
{
	width: 800px;
	margin: 0px auto;
	position:relative;
}

#header
{
	width: 800px;
	height:175px;
	background-image:url(images/home_header.jpg);
}


#menuBar
{
	width: 800px;
	height: 28px;
	background-image:url(images/top_bar.jpg);
	font-size:11px;
	color:#FFFFFF;
	vertical-align:middle;
}
.menu
{
	text-align:center;
	font-stretch:expanded;	
}

#menuBar a:visited 
{
	text-decoration: none;
	color: #ffffff;
}

#menuBar a:hover 
{
	text-decoration: none;
	color: #f36523;
}

#menuBar a:link
{
	text-decoration: none;
	color: #ffffff;
}

#menuBar a:active 
{
	color: #f36523;
}

#body
{
	width: 800px;
	height:370px;
	background-image:url(images/body_bk.jpg);
}

#contents
{
	position:absolute;
	width:333px;
	top:227px;
	left: 65px;
	color: #707070;
}

#enlarged
{
	position:absolute;
	top:214px;
	left:422px;
}

#arrow
{
	position:absolute;
	top: 500px;
	left:53px;
	z-index: 0;
}

#views
{
	position:absolute;
	top:518px;
	left:70px;
	z-index: 2;
	font-size: 11px;
	color: #707070;
}


#thumb
{
	position:absolute;
	top:500px;
	left:421px;
	width:320px;
	text-align: center;
}



#bottom
{
	width: 800px;
	height:28px;
	background-image:url(images/bottom_bar.jpg);
	color: ffffff;
	font-size: 11px;
}
