html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #033666;
	color: white;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
p, form, h1, h2, h3, h4, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, ul {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
img {
	border: none;
}
a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #ffcb35;
	text-decoration: underline;
}




#content {
	overflow: hidden;
}


#header {
	height: 89px;
	width: 100%;
	border-bottom: 1px solid white;
	border-top: 1px solid #46617d;
	position: absolute;
	z-index: 3;
}
#header p {
	float: right;
	margin-right: 21px;
	line-height: 140%;
	padding-top: 6px;
}
#header p strong {
	color: #033666;
}

#header-line {
	height: 21px;
	width: 100%;
	background-color: white;
	border-top: 1px solid #46617d;
	position: absolute;
	z-index: 1;
}
#header-bck {
	background: url(../images/header-bck.png) no-repeat 0 0;
	position: absolute;
	z-index: 2;
	top: 22px;
	width: 100%;
	height: 68px;
}

#logo {
	position: absolute;
	width: 158px;
	height: 72px;
	top: 12px;
	left: 19px;	
	z-index: 4;
}
#logo a {
	display: block;
	background: url(../images/jags-logo.png);
	width: 158px;
	height: 72px;
	text-indent: -9999px;
	overflow: hidden;
}
* html #logo a {
	background: url(../images/jags-logo.gif);
}








#description {
	height: 92px;
	padding: 0 6px;
	overflow: auto;
	overflow-x: hidden;
}
#description li {
	display: none;
}
p#flash {
	float: right;
	padding-top: 2px;
	font-size: 1.2em;
	
}
h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0 9px 0;
}
#info p {
	font-size: 1em;
	font-weight: bold;
} 



#footer {
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #033666;
}
#footer p {
	font-size: 1.2em;
	padding-top: 2px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #033666;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #ffcb35;
}


#panorama-cover {
	padding: 91px 6px 0 6px;
}
#panorama {
	background-color: black;
	margin: 0;	
	min-height: 425px;
}
#pano {
	/*height: 500px;*/
}













