body {
	margin: 0;
	padding: 0;
	background: #0f7876 url(../images/body_bck.png) repeat-x top;
	color: white;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
p, form, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, ul {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a:link, a:active, a:visited {
	color: #ee5d1a;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}


#line-top, #line-bottom {
	position: absolute;
	width: 100%;
}
#line-top {
	top: 0;
	border-top: 2px solid #ee5d1a;
}
#line-bottom {
	bottom: 0;
	border-bottom: 2px solid #ee5d1a;
}

#content {
	padding: 11px 54px;	
	overflow: hidden;
}
#header {
	height: 97px;
}
#logo {
	float: left;
}
#logo a {
	display: block;
	background: url(../images/viridian-logo.gif);
	width: 389px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
}
#info {
	float: right;
	width: 440px;
	padding-top: 3px;
}
#info p {
	padding: 5px 0 10px 0;
}
#info a:link, #info a:hover, #info a:visited {
	color: white;
	text-decoration: none;
}
#info a:hover {
	color: #ee5d1a;
	text-decoration: underline;
}
span.orange {
	color: #ee5d1a;
}
#footer {
	text-align: center;
	font-weight: bold;
}
#footer p {
	padding-top: 10px;
	font-size: 1.2em;
}

#panorama {
	background-color: black;
	border: 2px solid #ee5d1a;
	margin-top: 6px;
}

#pano {
	/*height: 500px;*/
}













